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

/netbsd-current/lib/libc/gen/
H A Ddirent_private.h22 struct dirent *_readdir_unlocked(struct _dirdesc *, int)
H A Dreaddir.c57 _readdir_unlocked(DIR *dirp, int skipdeleted) function
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)
H A Dtelldir.c120 if (_readdir_unlocked(dirp, 0) == NULL)
/netbsd-current/lib/libc/compat/include/
H A Ddirent.h54 struct dirent12 *_readdir_unlocked(DIR *, int);

Completed in 143 milliseconds