Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dphp_filestat.h74 #define S_IWGRP S_IWRITE macro
H A Dfilestat.c877 wmask=S_IWGRP; in php_stat()
890 wmask=S_IWGRP; in php_stat()
/PHP-5.3/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.c2679 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0);
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c30593 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |

Completed in 430 milliseconds