Searched refs:dird (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c256 DIR *dird; local
265 if ((dird = opendir(yp_dir)) == NULL) {
270 while ((dirp = readdir(dird)) != NULL) {
276 closedir(dird);
298 closedir(dird);
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_server.c688 DIR *dird; local
694 if ((dird = opendir(yp_mapdir)) == NULL) {
699 while ((dirp = readdir(dird)) != NULL) {
709 closedir(dird);
715 closedir(dird);
727 closedir(dird);
/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c395 DIR *dird; local
431 if ((dird = opendir(BINDINGDIR)) != NULL) {
433 while ((dirp = readdir(dird)) != NULL)
439 closedir(dird);

Completed in 117 milliseconds