Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | php_filestat.h | 24 #define S_IRUSR S_IREAD macro
|
H A D | filestat.c | 807 rmask=S_IRUSR; in php_stat()
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 382 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
|
H A D | fpm_log.c | 43 fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_log_open()
|
H A D | fpm_conf.c | 1009 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 D | sljitProtExecAllocator.c | 163 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 D | lscriu.c | 373 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in LSCRIU_Restored_Error()
|
/PHP-8.0/ext/opcache/ |
H A D | config.m4 | 253 fd = shm_open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
H A D | zend_file_cache.c | 988 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 D | func_interceptors.c | 453 rmask=S_IRUSR; in phar_fancy_stat()
|
Completed in 32 milliseconds