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

/freebsd-9.3-release/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-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c685 DIR *dird; local
691 if ((dird = opendir(yp_mapdir)) == NULL) {
696 while ((dirp = readdir(dird)) != NULL) {
706 closedir(dird);
712 closedir(dird);
723 closedir(dird);
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dypbind.c384 DIR *dird; local
417 if ((dird = opendir(BINDINGDIR)) != NULL) {
419 while ((dirp = readdir(dird)) != NULL)
425 closedir(dird);

Completed in 185 milliseconds