Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c64 struct ypmatch_ent *ypc_next; member
112 ypdb->cache = cur->ypc_next; in ypmatch_cache_delete()
114 prev->ypc_next = cur->ypc_next; in ypmatch_cache_delete()
132 n = c->ypc_next; in ypmatch_cache_flush()
151 n = c->ypc_next; in ypmatch_cache_expire()
156 c = c->ypc_next; in ypmatch_cache_expire()
188 c = c->ypc_next; in ypmatch_cache_insert()
226 new->ypc_next = ypdb->cache; in ypmatch_cache_insert()
242 for (c = ypdb->cache; c != NULL; c = c->ypc_next) { in ypmatch_cache_lookup()