Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/yp/
HDyplib.c65 struct ypmatch_ent *ypc_next; member
113 ypdb->cache = cur->ypc_next; in ypmatch_cache_delete()
115 prev->ypc_next = cur->ypc_next; in ypmatch_cache_delete()
133 n = c->ypc_next; in ypmatch_cache_flush()
152 n = c->ypc_next; in ypmatch_cache_expire()
157 c = c->ypc_next; in ypmatch_cache_expire()
189 c = c->ypc_next; in ypmatch_cache_insert()
227 new->ypc_next = ypdb->cache; in ypmatch_cache_insert()
243 for (c = ypdb->cache; c != NULL; c = c->ypc_next) { in ypmatch_cache_lookup()