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

  /src/lib/libc/gen/
dirent_private.h 22 struct dirent *_readdir_unlocked(struct _dirdesc *, int)
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)
telldir.c 120 if (_readdir_unlocked(dirp, 0) == NULL)
  /src/lib/libc/compat/include/
dirent.h 54 struct dirent12 *_readdir_unlocked(DIR *, int);

Completed in 13 milliseconds