Searched refs:cache (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | dnsmasq.conf | 16 cache-size=999 72 min-cache-ttl=67
|
D | README | 1 Local DNS cache service.
|
/busybox-1.35.0/libbb/ |
D | inet_common.c | 89 static struct addr *cache = NULL; in INET_rresolve() local 113 pn = cache; in INET_rresolve() 141 pn->next = cache; in INET_rresolve() 145 cache = pn; in INET_rresolve()
|
D | procps.c | 20 id_to_name_map_t *cache; member 29 free(cache_user_group[0].cache); in clear_username_cache() 30 free(cache_user_group[1].cache); in clear_username_cache() 48 if (cp->cache[i].id == id) in get_cached() 49 return cp->cache[i].name; in get_cached() 51 cp->cache = xrealloc_vector(cp->cache, 2, i); in get_cached() 52 cp->cache[i].id = id; in get_cached() 54 safe_strncpy(cp->cache[i].name, x2x_utoa(id), sizeof(cp->cache[i].name)); in get_cached() 55 return cp->cache[i].name; in get_cached()
|
/busybox-1.35.0/networking/udhcp/ |
D | domain_codec.c | 242 #define DNAME_ENC(cache,source,lenp) dname_enc((uint8_t*)(cache), sizeof(cache), (source), (lenp)) in main()
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 1496 static void do_time(int cache /*,int fd*/) argument 1515 if (cache) { /* Time cache */ 1530 if (!cache) { 1537 if (cache) 1545 if (cache) {
|
/busybox-1.35.0/ |
D | TODO | 137 data then it either went out to the network or it's in cache or a pipe
|