Home
last modified time | relevance | path

Searched refs:ypc_next (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/yp/
HDyplib.c69 struct ypmatch_ent *ypc_next; member
115 ypdb->cache = cur->ypc_next; in ypmatch_cache_delete()
117 prev->ypc_next = cur->ypc_next; in ypmatch_cache_delete()
135 n = c->ypc_next; in ypmatch_cache_flush()
154 n = c->ypc_next; in ypmatch_cache_expire()
159 c = c->ypc_next; in ypmatch_cache_expire()
191 c = c->ypc_next; in ypmatch_cache_insert()
229 new->ypc_next = ypdb->cache; in ypmatch_cache_insert()
245 for (c = ypdb->cache; c != NULL; c = c->ypc_next) { in ypmatch_cache_lookup()