Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dmkstemp.c121 if (!S_ISDIR(sbuf.st_mode)) { in _zip_mkstemp()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h336 #ifndef S_ISDIR
337 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
H A Dzend_virtual_cwd.c380 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
1187 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
/PHP-7.3/win32/
H A Dglob.c571 !IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) ||
574 S_ISDIR(sb.st_mode)))) {
/PHP-7.3/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.c482 if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) { in phar_parse_tarfile()
/PHP-7.3/ext/standard/
H A Dfilestat.c910 RETURN_BOOL(S_ISDIR(ssb.sb.st_mode)); in php_stat()
H A Dfile.c1720 if (S_ISDIR(src_s.sb.st_mode)) { in php_copy_file_ctx()
1735 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c260 !S_ISDIR(buf.st_mode) ||
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch543 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
547 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
3365 - if (S_ISDIR(st.st_mode)) {
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c2579 if (!S_ISDIR(sb.st_mode)) { in do_cli_server()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c1298 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c38183 && S_ISDIR(buf.st_mode)

Completed in 468 milliseconds