HomeSort by: relevance | last modified time | path
    Searched defs:_readdir_unlocked (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
readdir.c 57 _readdir_unlocked(DIR *dirp, int skipdeleted) function in typeref:struct:dirent *
113 dp = _readdir_unlocked(dirp, 1);
118 dp = _readdir_unlocked(dirp, 1);
133 if ((dp = _readdir_unlocked(dirp, 1)) != NULL)
139 if ((dp = _readdir_unlocked(dirp, 1)) != NULL)
readdir.c 57 _readdir_unlocked(DIR *dirp, int skipdeleted) function in typeref:struct:dirent *
113 dp = _readdir_unlocked(dirp, 1);
118 dp = _readdir_unlocked(dirp, 1);
133 if ((dp = _readdir_unlocked(dirp, 1)) != NULL)
139 if ((dp = _readdir_unlocked(dirp, 1)) != NULL)

Completed in 44 milliseconds