S_ISDIR            71 TSRM/tsrm_virtual_cwd.c #ifndef S_ISDIR
S_ISDIR           225 TSRM/tsrm_virtual_cwd.c 	if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode))
S_ISDIR            42 ext/fdf/fdf.c  #ifndef S_ISDIR
S_ISDIR          1736 ext/fdf/fdf.c  		is_dir = S_ISDIR(statBuf.st_mode);
S_ISDIR           956 ext/pdo_sqlite/sqlite/src/os_unix.c     if( !S_ISDIR(buf.st_mode) ) continue;
S_ISDIR           983 ext/pdo_sqlite/sqlite/src/os_unix.c   if( !S_ISDIR(buf.st_mode) ) return 0;
S_ISDIR           812 ext/sqlite/libsqlite/src/os.c     if( !S_ISDIR(buf.st_mode) ) continue;
S_ISDIR           130 ext/standard/file.c #ifndef S_ISDIR
S_ISDIR          1779 ext/standard/file.c 	if (S_ISDIR(src_s.sb.st_mode)) {
S_ISDIR            89 ext/standard/filestat.c #ifndef S_ISDIR
S_ISDIR           912 ext/standard/filestat.c 		RETURN_BOOL((ssb.sb.st_mode&xmask)!=0 && !S_ISDIR(ssb.sb.st_mode));
S_ISDIR           916 ext/standard/filestat.c 		RETURN_BOOL(S_ISDIR(ssb.sb.st_mode));
S_ISDIR           105 ext/zip/lib/mkstemp.c 			if (!S_ISDIR(sbuf.st_mode)) {
S_ISDIR            67 win32/glob.c   #ifndef S_ISDIR
S_ISDIR           572 win32/glob.c   			    !IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) ||
S_ISDIR           575 win32/glob.c   			    S_ISDIR(sb.st_mode)))) {