Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dbuffer.c73 if (!S_ISREG(b->st.st_mode)) in buffer_fill()
H A Dmagic.c103 if (S_ISREG(md)) in unreadable_info()
H A Dapprentice.c1369 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/PHP-8.0/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.h361 #ifndef S_ISREG
362 #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-8.0/main/
H A Dphp_ini.c684 if (S_ISREG(sb.st_mode)) { in php_init_config()
772 if (S_ISREG(sb.st_mode)) { in php_parse_user_ini_file()
H A Dmain.c377 …!VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location, &s) == 0 && S_ISREG(s.st_mode)) { in php_binary_init()
/PHP-8.0/ext/standard/
H A Dfilestat.c886 RETURN_BOOL(S_ISREG(ssb.sb.st_mode)); in php_stat()
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c515 RETURN_BOOL(S_ISREG(stat_sb->st_mode)); in phar_fancy_stat()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1119 if ((r == 0 && !S_ISREG(self->sb.st_mode))) { in _php_stream_fopen()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1108 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1269 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch465 - if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
467 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {

Completed in 73 milliseconds