Searched refs:readdir_r (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/win32/ |
H A D | readdir.h | 20 #define php_readdir_r readdir_r 45 int readdir_r(DIR *, struct dirent *, struct dirent **);
|
H A D | readdir.c | 92 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r() function
|
/PHP-5.6/TSRM/ |
H A D | readdir.h | 41 int readdir_r(DIR *, struct dirent *, struct dirent **);
|
/PHP-5.6/main/ |
H A D | php_reentrancy.h | 55 #define php_readdir_r readdir_r
|
H A D | reentrancy.c | 139 readdir_r(dirp, entry); in php_readdir_r()
|
/PHP-5.6/ |
H A D | acinclude.m4 | 1358 AC_CHECK_FUNC(readdir_r,ac_cv_func_readdir_r=yes,ac_cv_func_readdir=no) 1360 AC_CACHE_CHECK(for type of readdir_r, ac_cv_what_readdir_r,[ 1378 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0) 1389 int readdir_r(DIR *, struct dirent *); 1401 AC_DEFINE(HAVE_POSIX_READDIR_R,1,[whether you have POSIX readdir_r]);; 1403 AC_DEFINE(HAVE_OLD_READDIR_R,1,[whether you have old-style readdir_r]);;
|
Completed in 14 milliseconds