Home
last modified time | relevance | path

Searched refs:S_IFIFO (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c72 # undef S_IFIFO
170 #ifdef S_IFIFO in file_fsmagic()
171 case S_IFIFO: in file_fsmagic()
H A Dmagic.c71 # undef S_IFIFO
/php-src/Zend/
H A Dzend_virtual_cwd.h384 #ifndef S_IFIFO
386 #define S_IFIFO _IFIFO macro
/php-src/ext/posix/
H A Dposix_arginfo.h353 #if defined(S_IFIFO) in register_posix_symbols()
354 REGISTER_LONG_CONSTANT("POSIX_S_IFIFO", S_IFIFO, CONST_PERSISTENT); in register_posix_symbols()
/php-src/win32/
H A Dioutil.c950 buf->st_mode |= S_IFIFO; in php_win32_ioutil_fstat_int()
/php-src/ext/standard/
H A Dfilestat.c893 case S_IFIFO: RETURN_STRING("fifo"); in php_stat()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1644 +# undef S_IFIFO
1699 - sb->st_mode |= S_IFIFO;
1808 #ifdef S_IFIFO
1809 case S_IFIFO:
2290 +# undef S_IFIFO

Completed in 47 milliseconds