Searched refs:yp_open_db_cache (Results 1 – 2 of 2) sorted by relevance
| /src/usr.sbin/ypserv/ |
| H A D | yp_dblookup.c | 238 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 D | yp_extern.h | 91 extern DB *yp_open_db_cache(const char *, const char *, const char *, int);
|