Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h73 #define S_IRGRP S_IREAD macro
H A Dfilestat.c924 rmask=S_IRGRP; in php_stat()
937 rmask=S_IRGRP; in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c459 rmask=S_IRGRP; in phar_fancy_stat()
472 rmask=S_IRGRP; in phar_fancy_stat()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1122 fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in fpm_conf_write_pid()
/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 411 milliseconds