Home
last modified time | relevance | path

Searched refs:mountdir (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c155 DIR *mountdir; in main() local
364 if ((mountdir = opendir(dir_name)) == NULL) in main()
367 while ((direntry = readdir(mountdir)) != NULL) { in main()
380 closedir(mountdir); in main()