S_ISDIR           203 fileinfo/libmagic/apprentice.c #ifndef S_ISDIR
S_ISDIR           777 fileinfo/libmagic/apprentice.c 	if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
S_ISDIR            69 fileinfo/libmagic/fsmagic.c #ifndef S_ISDIR
S_ISDIR            70 fileinfo/libmagic/fsmagic.c #define S_ISDIR(mode) ((mode) & _S_IFDIR)
S_ISDIR           117 fileinfo/libmagic/magic.c 	if (S_ISDIR(st.st_mode)) {
S_ISDIR           423 phar/func_interceptors.c #ifndef S_ISDIR
S_ISDIR           528 phar/func_interceptors.c 		RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode));
S_ISDIR           532 phar/func_interceptors.c 		RETURN_BOOL(S_ISDIR(stat_sb->st_mode));
S_ISDIR           454 phar/tar.c     #ifndef S_ISDIR
S_ISDIR           457 phar/tar.c     		if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) {
S_ISDIR          29162 sqlite3/libsqlite/sqlite3.c     if( !S_ISDIR(buf.st_mode) ) continue;
S_ISDIR           125 standard/file.c #ifndef S_ISDIR
S_ISDIR          1655 standard/file.c 	if (S_ISDIR(src_s.sb.st_mode)) {
S_ISDIR          1670 standard/file.c 	if (S_ISDIR(dest_s.sb.st_mode)) {
S_ISDIR            88 standard/filestat.c #ifndef S_ISDIR
S_ISDIR          1001 standard/filestat.c 		RETURN_BOOL((ssb.sb.st_mode&xmask)!=0 && !S_ISDIR(ssb.sb.st_mode));
S_ISDIR          1005 standard/filestat.c 		RETURN_BOOL(S_ISDIR(ssb.sb.st_mode));