Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_filestat.h78 #define S_IXOTH S_IEXEC macro
H A Dfilestat.c98 #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH )
855 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c433 #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH )
446 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat()

Completed in 16 milliseconds