Home
last modified time | relevance | path

Searched defs:readdir_r (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/dirent/
Dreaddir_r.c7 int readdir_r(DIR *restrict dir, struct dirent *restrict buf, struct dirent **restrict result) in readdir_r() function
/third_party/e2fsprogs/contrib/
Dspd_readdir.c342 int readdir_r(DIR *dir, struct dirent *entry, struct dirent **result) in readdir_r() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h640 #define readdir_r(...) (pthread_testcancel(), readdir_r(__VA_ARGS__)) macro
/third_party/sqlite/src/
Dshell.c1329 INT readdir_r( in readdir_r() function