Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h74 #define S_IWGRP S_IWRITE macro
H A Dfilestat.c925 wmask=S_IWGRP; in php_stat()
938 wmask=S_IWGRP; in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c460 wmask=S_IWGRP; in phar_fancy_stat()
473 wmask=S_IWGRP; in phar_fancy_stat()
H A Dphar_object.c2610 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32380 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |

Completed in 1128 milliseconds