Home | History | Annotate | Download | only in dist

Lines Matching defs:readdir_r

1114 ** readdir_r() functions.
1130 ** readdir(), readdir_r(), and closedir() POSIX functions.
1135 extern INT readdir_r(LPDIR dirp, LPDIRENT entry, LPDIRENT *result);
1270 ** Implementation of the POSIX readdir_r() function using the MSVCRT.
1272 INT readdir_r(