Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h358 #ifndef S_ISDIR
359 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
H A Dzend_virtual_cwd.c131 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
943 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
/PHP-7.4/win32/
H A Dglob.c571 !IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) ||
574 S_ISDIR(sb.st_mode)))) {
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c509 RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode)); in phar_fancy_stat()
513 RETURN_BOOL(S_ISDIR(stat_sb->st_mode)); in phar_fancy_stat()
H A Dtar.c491 if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) { in phar_parse_tarfile()
/PHP-7.4/ext/standard/
H A Dfilestat.c918 RETURN_BOOL(S_ISDIR(ssb.sb.st_mode)); in php_stat()
H A Dfile.c1705 if (S_ISDIR(src_s.sb.st_mode)) { in php_copy_file_ctx()
1720 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c259 !S_ISDIR(buf.st_mode) ||
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch481 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
485 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
2759 - if (S_ISDIR(st.st_mode)) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1312 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2719 if (!S_ISDIR(sb.st_mode)) { in do_cli_server()

Completed in 70 milliseconds