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

/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c252 char yp_mapdir[MAXPATHLEN + 2]; local
266 snprintf(yp_mapdir, sizeof yp_mapdir, "%s/%s",
268 if (stat(yp_mapdir, &statbuf) < 0) {
269 yp_error("stat(%s) failed: %s", yp_mapdir,
/freebsd-current/usr.sbin/ypserv/
H A Dyp_server.c680 char yp_mapdir[MAXPATHLEN + 2]; local
688 snprintf(yp_mapdir, sizeof(yp_mapdir), "%s/%s", yp_dir, domain);
690 if ((dird = opendir(yp_mapdir)) == NULL) {
691 yp_error("opendir(%s) failed: %s", yp_mapdir, strerror(errno));
698 yp_mapdir,dirp->d_name);

Completed in 65 milliseconds