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

/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_extern.h91 extern DB *yp_open_db_cache(const char *, const char *, const char *, int);
H A Dyp_dblookup.c244 if (yp_open_db_cache(domain, map, NULL, 0) == NULL)
295 * not, just fail: yp_open_db_cache() will subsequently try to open
351 yp_open_db_cache(const char *domain, const char *map, const char *key, function
665 yp_currmap_db = yp_open_db_cache(domain, map, NULL, 0);
667 yp_currmap_db = yp_open_db_cache(domain, map,

Completed in 51 milliseconds