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

/freebsd-10.3-release/lib/libc/gen/
H A Dtelldir.h64 struct dirent *_readdir_unlocked(DIR *, int);
H A Dreaddir.c52 _readdir_unlocked(dirp, skip) function
101 dp = _readdir_unlocked(dirp, 1);
105 dp = _readdir_unlocked(dirp, 1);
122 if ((dp = _readdir_unlocked(dirp, 1)) != NULL)
126 else if ((dp = _readdir_unlocked(dirp, 1)) != NULL)
H A Dtelldir.c121 dp = _readdir_unlocked(dirp, 0);

Completed in 43 milliseconds