S_ISREG            75 TSRM/tsrm_virtual_cwd.c #ifndef S_ISREG
S_ISREG           236 TSRM/tsrm_virtual_cwd.c 	if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode))
S_ISREG            92 ext/standard/filestat.c #ifndef S_ISREG
S_ISREG           914 ext/standard/filestat.c 		RETURN_BOOL(S_ISREG(ssb.sb.st_mode));
S_ISREG            57 main/fopen_wrappers.c #ifndef S_ISREG
S_ISREG           414 main/fopen_wrappers.c 	if (fp && (0 > fstat(fileno(fp), &st) || !S_ISREG(st.st_mode))) {
S_ISREG            39 main/php_ini.c #ifndef S_ISREG
S_ISREG           527 main/php_ini.c 					if (S_ISREG(sb.st_mode)) {
S_ISREG            55 main/streams/php_streams_int.h #ifndef S_ISREG
S_ISREG           947 main/streams/plain_wrapper.c 				if ((r == 0 && !S_ISREG(self->sb.st_mode))) {
S_ISREG            41 main/win95nt.h #ifndef S_ISREG 
S_ISREG           935 sapi/cgi/cgi_main.c 					if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
S_ISREG           959 sapi/nsapi/nsapi.c 	if (stat(SG(request_info).path_translated, &fst)==0 && S_ISREG(fst.st_mode)) {