Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_filestat.h24 #define S_IRUSR S_IREAD macro
H A Dfilestat.c807 rmask=S_IRUSR; in php_stat()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_stdio.c382 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
H A Dfpm_log.c43 fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_log_open()
H A Dfpm_conf.c1009 fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_conf_process_all_pools()
1209 fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in fpm_conf_write_pid()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c163 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
/PHP-8.0/sapi/litespeed/
H A Dlscriu.c373 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in LSCRIU_Restored_Error()
/PHP-8.0/ext/opcache/
H A Dconfig.m4253 fd = shm_open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
H A Dzend_file_cache.c988 fd = zend_file_cache_open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR);
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c453 rmask=S_IRUSR; in phar_fancy_stat()

Completed in 35 milliseconds