Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c70 #define S_ISDIR(mode) ((mode) & _S_IFDIR) macro
H A Dapprentice.c242 #define S_ISDIR(mode) ((mode) & _S_IFDIR) macro
/PHP-5.5/ext/phar/
H A Dtar.c472 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() macro
H A Dfunc_interceptors.c424 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
/PHP-5.5/ext/standard/
H A Dfilestat.c89 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
H A Dfile.c126 # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
/PHP-5.5/win32/
H A Dglob.c75 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) macro
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c92 #define S_ISDIR(mode) ((mode) & _S_IFDIR) macro
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro

Completed in 47 milliseconds