Searched refs:readdir_r (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/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 | 91 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r() function
|
/PHP-7.0/TSRM/ |
H A D | readdir.h | 41 int readdir_r(DIR *, struct dirent *, struct dirent **);
|
/PHP-7.0/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-7.0/ |
H A D | acinclude.m4 | 1359 AC_CHECK_FUNC(readdir_r,ac_cv_func_readdir_r=yes,ac_cv_func_readdir=no) 1361 AC_CACHE_CHECK(for type of readdir_r, ac_cv_what_readdir_r,[ 1379 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0) { 1393 int readdir_r(DIR *, struct dirent *); 1405 AC_DEFINE(HAVE_POSIX_READDIR_R,1,[whether you have POSIX readdir_r]);; 1407 AC_DEFINE(HAVE_OLD_READDIR_R,1,[whether you have old-style readdir_r]);;
|
Completed in 14 milliseconds