Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 13 of 13) sorted by relevance

/PHP-7.3/ext/standard/
H A Dphp_filestat.h64 #define S_IWUSR S_IWRITE macro
H A Dfilestat.c830 wmask=S_IWUSR; in php_stat()
/PHP-7.3/ext/opcache/
H A Dconfig.m4171 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 Dzend_file_cache.c834 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 Dfpm_stdio.c329 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.c960 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 DsljitProtExecAllocator.c144 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 Dlscriu.c382 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in LSCRIU_Restored_Error()
/PHP-7.3/Zend/
H A DZend.m4341 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c450 wmask=S_IWUSR; in phar_fancy_stat()
H A Dphar_object.c2615 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c39751 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |

Completed in 390 milliseconds