Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/posix/
H A Dposix_arginfo.h350 #if defined(S_IFBLK) in register_posix_symbols()
351 REGISTER_LONG_CONSTANT("POSIX_S_IFBLK", S_IFBLK, CONST_PERSISTENT); in register_posix_symbols()
H A Dposix.c630 if ((mode & S_IFCHR) || (mode & S_IFBLK)) { in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_virtual_cwd.h391 #ifndef S_IFBLK
393 #define S_IFBLK _IFBLK macro
/php-src/ext/standard/
H A Dfilestat.c920 case S_IFBLK: RETURN_STRING("block"); in php_stat()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1660 - sb->st_mode = S_IFBLK;
1739 -#ifdef S_IFBLK
1740 - case S_IFBLK:
2589 - sb.st_mode = S_IFBLK;

Completed in 30 milliseconds