Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_filestat.h72 #define S_IWOTH S_IWRITE macro
H A Dfilestat.c843 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat()
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c443 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat()
H A Dphar_object.c2633 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c36287 S_IROTH|S_IWOTH);

Completed in 445 milliseconds