Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dphp_filestat.h76 #define S_IROTH S_IREAD macro
H A Dfilestat.c788 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat()
/PHP-5.3/ext/phar/
H A Dfunc_interceptors.c446 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1106 fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in fpm_conf_write_pid()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c30594 S_IROTH|S_IWOTH);

Completed in 302 milliseconds