Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dbuffer.c73 if (!S_ISREG(b->st.st_mode)) in buffer_fill()
H A Dmagic.c112 if (S_ISREG(md)) in unreadable_info()
H A Dapprentice.c1502 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/php-src/Zend/
H A Dzend_stream.c44 #ifdef S_ISREG in zend_stream_stdio_fsizer()
45 if (!S_ISREG(buf.st_mode)) { in zend_stream_stdio_fsizer()
H A Dzend_virtual_cwd.h373 #ifndef S_ISREG
374 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) macro
H A Dzend_virtual_cwd.c136 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
/php-src/main/
H A Dphp_ini.c677 if (S_ISREG(sb.st_mode)) { in php_init_config()
767 if (S_ISREG(sb.st_mode)) { in php_parse_user_ini_file()
H A Dmain.c426 …!VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location, &s) == 0 && S_ISREG(s.st_mode)) { in php_binary_init()
/php-src/ext/standard/
H A Dfilestat.c935 RETURN_BOOL(S_ISREG(stat_sb->st_mode)); in php_stat()
/php-src/ext/phar/
H A Dfunc_interceptors.c406 RETURN_BOOL(S_ISREG(stat_sb->st_mode)); in phar_fancy_stat()
/php-src/main/streams/
H A Dplain_wrapper.c1175 if ((r == 0 && !S_ISREG(self->sb.st_mode))) { in _php_stream_fopen()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1123 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
/php-src/sapi/cgi/
H A Dcgi_main.c1270 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/php-src/ext/fileinfo/
H A Dlibmagic.patch415 - if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
417 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {

Completed in 55 milliseconds