Home
last modified time | relevance | path

Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_filestat.h65 #define S_IRUSR S_IREAD macro
H A Dfilestat.c908 rmask=S_IRUSR; in php_stat()
/PHP-7.0/ext/opcache/
H A Dconfig.m4173 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
235 fd = shm_open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
304 fd = open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
H A Dzend_file_cache.c752 fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR); in zend_file_cache_script_store()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_stdio.c308 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
H A Dfpm_log.c45 fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_log_open()
H A Dfpm_conf.c958 fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_conf_process_all_pools()
1136 fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in fpm_conf_write_pid()
/PHP-7.0/Zend/
H A DZend.m4343 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c452 rmask=S_IRUSR; in phar_fancy_stat()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c36286 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |

Completed in 428 milliseconds