Searched defs:readdir_r (Results 1 – 4 of 4) sorted by relevance
7 int readdir_r(DIR *restrict dir, struct dirent *restrict buf, struct dirent **restrict result) in readdir_r() function
342 int readdir_r(DIR *dir, struct dirent *entry, struct dirent **result) in readdir_r() function
640 #define readdir_r(...) (pthread_testcancel(), readdir_r(__VA_ARGS__)) macro
1329 INT readdir_r( in readdir_r() function