Home
last modified time | relevance | path

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

/src/usr.sbin/ypserv/
H A Dyp_dblookup.c238 if (yp_open_db_cache(domain, map, NULL, 0) == NULL) in yp_testflag()
345 yp_open_db_cache(const char *domain, const char *map, const char *key, in yp_open_db_cache() function
659 yp_currmap_db = yp_open_db_cache(domain, map, NULL, 0); in yp_select_map()
661 yp_currmap_db = yp_open_db_cache(domain, map, in yp_select_map()
H A Dyp_extern.h91 extern DB *yp_open_db_cache(const char *, const char *, const char *, int);