Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h70 #define S_IWOTH S_IWRITE macro
H A Dfilestat.c774 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat()
/PHP-7.4/sapi/litespeed/
H A Dlscriu.c375 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in LSCRIU_Restored_Error()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c441 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat()
H A Dphar_object.c2628 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()

Completed in 29 milliseconds