Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c60 char *ypc_map; member
116 free(cur->ypc_map); in ypmatch_cache_delete()
201 new->ypc_map = strdup(map); in ypmatch_cache_insert()
202 if (new->ypc_map == NULL) { in ypmatch_cache_insert()
208 free(new->ypc_map); in ypmatch_cache_insert()
215 free(new->ypc_map); in ypmatch_cache_insert()
243 if (strcmp(map, c->ypc_map)) in ypmatch_cache_lookup()