HomeSort by: relevance | last modified time | path
    Searched refs:mountdir (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/am-utils/dist/hlfsd/
hlfsd.c 155 DIR *mountdir; local
364 if ((mountdir = opendir(dir_name)) == NULL)
367 while ((direntry = readdir(mountdir)) != NULL) {
380 closedir(mountdir);

Completed in 19 milliseconds