Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/zip/lib/
H A Dzip_source_filep.c52 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h341 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) macro

Completed in 10 milliseconds