Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c78 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) { in create_tempfile()
/php-src/Zend/
H A Dzend_virtual_cwd.h369 #ifndef S_ISDIR
370 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
H A Dzend_virtual_cwd.c125 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
936 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
/php-src/win32/
H A Dglob.c546 !IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) || in glob2()
549 S_ISDIR(sb.st_mode)))) { in glob2()
/php-src/ext/phar/
H A Dfunc_interceptors.c404 RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode)); in phar_fancy_stat()
408 RETURN_BOOL(S_ISDIR(stat_sb->st_mode)); in phar_fancy_stat()
H A Dtar.c484 if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry_mode)) { in phar_parse_tarfile()
H A Dphar_object.c1476 if (php_stream_stat_path(fname, &ssb) == 0 && S_ISDIR(ssb.sb.st_mode)) { in phar_build()
/php-src/ext/standard/
H A Dfile.c1514 if (S_ISDIR(src_s.sb.st_mode)) { in php_copy_file_ctx()
1529 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()
H A Dfilestat.c937 RETURN_BOOL(S_ISDIR(stat_sb->st_mode)); in php_stat()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c173 !S_ISDIR(buf.st_mode) ||
/php-src/ext/fileinfo/
H A Dlibmagic.patch388 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
392 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
2385 - if (S_ISDIR(st.st_mode)) {
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1485 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/php-src/ext/spl/
H A Dspl_directory.c1473 RETURN_BOOL(S_ISDIR(Z_LVAL_P(return_value))); in PHP_METHOD()
/php-src/sapi/cli/
H A Dphp_cli_server.c2852 if (!S_ISDIR(sb.st_mode)) { in do_cli_server()

Completed in 69 milliseconds