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

/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c251 DIR *dird; local
260 if ((dird = opendir(yp_dir)) == NULL) {
265 while ((dirp = readdir(dird)) != NULL) {
271 closedir(dird);
293 closedir(dird);
/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c390 DIR *dird; local
426 if ((dird = opendir(BINDINGDIR)) != NULL) {
428 while ((dirp = readdir(dird)) != NULL)
434 closedir(dird);
/freebsd-current/usr.sbin/ypserv/
H A Dyp_server.c684 DIR *dird; local
690 if ((dird = opendir(yp_mapdir)) == NULL) {
695 while ((dirp = readdir(dird)) != NULL) {
705 closedir(dird);
711 closedir(dird);
723 closedir(dird);

Completed in 231 milliseconds