S_IFDIR 378 Zend/zend_virtual_cwd.c buf->st_mode = (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? (S_IFDIR|S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6)) : S_IFREG; S_IFDIR 42 ext/fileinfo/fileinfo.c # define _S_IFDIR S_IFDIR S_IFDIR 525 ext/fileinfo/fileinfo.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 544 ext/fileinfo/fileinfo.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 2626 ext/fileinfo/libmagic/apprentice.c if (st.sb.st_mode & S_IFDIR) { S_IFDIR 424 ext/phar/func_interceptors.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFDIR 518 ext/phar/func_interceptors.c case S_IFDIR: RETURN_STRING("dir", 1); S_IFDIR 674 ext/phar/func_interceptors.c sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 720 ext/phar/func_interceptors.c sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 765 ext/phar/func_interceptors.c sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 1762 ext/phar/phar.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 1817 ext/phar/phar.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 1829 ext/phar/phar.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 4354 ext/phar/phar_object.c } else if (!(ssb.sb.st_mode & S_IFDIR)) { S_IFDIR 502 ext/phar/stream.c ssb->sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 516 ext/phar/stream.c ssb->sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 472 ext/phar/tar.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFDIR 228 ext/phar/util.c if (ssb.sb.st_mode & S_IFDIR) { S_IFDIR 1345 ext/phar/util.c if (ssb.sb.st_mode & S_IFDIR && !dir) { S_IFDIR 1353 ext/phar/util.c if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) { S_IFDIR 533 ext/standard/dir.c if (S_IFDIR != (s.st_mode & S_IFMT)) { S_IFDIR 126 ext/standard/file.c # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFDIR 89 ext/standard/filestat.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFDIR 987 ext/standard/filestat.c case S_IFDIR: RETURN_STRING("dir", 1); S_IFDIR 806 ext/standard/ftp_fopen_wrapper.c ssb->sb.st_mode |= S_IFDIR; S_IFDIR 823 ext/standard/ftp_fopen_wrapper.c if (ssb->sb.st_mode & S_IFDIR) { S_IFDIR 619 ext/zip/php_zip.c if (S_IFDIR != (s.st_mode & S_IFMT)) { S_IFDIR 713 ext/zip/php_zip.c if (S_IFDIR == (s.st_mode & S_IFMT)) { S_IFDIR 173 ext/zip/zip_stream.c ssb->sb.st_mode |= S_IFDIR; /* regular directory */ S_IFDIR 556 main/php_ini.c if (!((statbuf.st_mode & S_IFMT) == S_IFDIR)) { S_IFDIR 95 sapi/cli/php_cli_server.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFDIR 1500 sapi/cli/php_cli_server.c if (sb.st_mode & S_IFDIR) { S_IFDIR 171 sapi/fpm/fpm/fpm_conf.c return (sb.st_mode & S_IFMT) == S_IFDIR;