Searched refs:S_IRUSR (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | php_filestat.h | 63 #define S_IRUSR S_IREAD macro
|
H A D | filestat.c | 829 rmask=S_IRUSR; in php_stat()
|
/PHP-7.3/ext/opcache/ |
H A D | config.m4 | 171 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR); 233 fd = shm_open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); 302 fd = open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
H A D | zend_file_cache.c | 834 fd = zend_file_cache_open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR);
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 329 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 | 960 fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_conf_process_all_pools() 1162 fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in fpm_conf_write_pid()
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitProtExecAllocator.c | 144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
|
/PHP-7.3/sapi/litespeed/ |
H A D | lscriu.c | 382 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in LSCRIU_Restored_Error()
|
/PHP-7.3/Zend/ |
H A D | Zend.m4 | 341 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
|
/PHP-7.3/ext/phar/ |
H A D | func_interceptors.c | 449 rmask=S_IRUSR; in phar_fancy_stat()
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 39751 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
|
Completed in 520 milliseconds