S_IFMT 3868 ext/exif/exif.c if ((st.st_mode & S_IFMT) != S_IFREG) { S_IFMT 147 ext/fileinfo/libmagic/fsmagic.c switch (sb->st_mode & S_IFMT) { S_IFMT 424 ext/phar/func_interceptors.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFMT 427 ext/phar/func_interceptors.c #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) S_IFMT 430 ext/phar/func_interceptors.c #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) S_IFMT 517 ext/phar/func_interceptors.c switch(stat_sb->st_mode & S_IFMT) { S_IFMT 521 ext/phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT); S_IFMT 472 ext/phar/tar.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFMT 533 ext/standard/dir.c if (S_IFDIR != (s.st_mode & S_IFMT)) { S_IFMT 126 ext/standard/file.c # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFMT 89 ext/standard/filestat.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFMT 92 ext/standard/filestat.c #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) S_IFMT 95 ext/standard/filestat.c #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) S_IFMT 984 ext/standard/filestat.c switch(ssb.sb.st_mode & S_IFMT) { S_IFMT 994 ext/standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT); S_IFMT 385 ext/standard/php_fopen_wrapper.c if (fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { S_IFMT 224 ext/zip/lib/zip_source_filep.c else if ((fst.st_mode&S_IFMT) == S_IFREG) { S_IFMT 619 ext/zip/php_zip.c if (S_IFDIR != (s.st_mode & S_IFMT)) { S_IFMT 713 ext/zip/php_zip.c if (S_IFDIR == (s.st_mode & S_IFMT)) { S_IFMT 57 main/fopen_wrappers.c #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) S_IFMT 118 main/main.c #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) S_IFMT 41 main/php_ini.c #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) S_IFMT 556 main/php_ini.c if (!((statbuf.st_mode & S_IFMT) == S_IFDIR)) { S_IFMT 59 main/streams/php_streams_int.h #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) S_IFMT 44 main/win95nt.h #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) S_IFMT 95 sapi/cli/php_cli_server.c #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) S_IFMT 171 sapi/fpm/fpm/fpm_conf.c return (sb.st_mode & S_IFMT) == S_IFDIR;