Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.0/ext/opcache/jit/
H A Dzend_elf.c55 int fd = open("/proc/self/exe", O_RDONLY); in zend_elf_load_symbols()
57 int fd = open("/proc/curproc/exe", O_RDONLY); in zend_elf_load_symbols()
65 int fd = open(path, O_RDONLY); in zend_elf_load_symbols()
67 int fd = open("/proc/self/path/a.out", O_RDONLY); in zend_elf_load_symbols()
75 int fd = open(path, O_RDONLY); in zend_elf_load_symbols()
H A Dzend_jit_perf_dump.c127 fd = open("/proc/self/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
129 fd = open("/proc/curproc/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
137 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
139 fd = open("/proc/self/path/a.out", O_RDONLY); in zend_jit_perf_jitdump_open()
147 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_trace_pread.c35 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
H A Dfpm_main.c443 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
H A Dfpm_conf.c1584 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_csv.c182 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dis_json.c452 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dder.c437 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dcdf.c1583 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
/PHP-8.0/Zend/
H A Dzend_gdb.c114 int fd = open("/proc/self/status", O_RDONLY); in zend_gdb_present()
/PHP-8.0/ext/dba/
H A Ddba_ndbm.c42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_db1.c56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_cdb.c76 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
/PHP-8.0/ext/standard/
H A Drandom.c168 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
H A Dproc_open.c95 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty()
737 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
1264 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
1271 case O_RDONLY: in PHP_FUNCTION()
H A Dpack.c26 #define O_RDONLY _O_RDONLY macro
H A Dhttp_fopen_wrapper.c37 #define O_RDONLY _O_RDONLY macro
H A Dftp_fopen_wrapper.c34 #define O_RDONLY _O_RDONLY macro
/PHP-8.0/main/
H A Dphp_open_temporary_file.c26 #define O_RDONLY _O_RDONLY macro
H A Dfopen_wrappers.c31 #define O_RDONLY _O_RDONLY macro
788 fdtest = VCWD_OPEN(filepath, O_RDONLY);
H A Dnetwork.c30 # define O_RDONLY _O_RDONLY macro
/PHP-8.0/ext/oci8/
H A Doci8_lob.c717 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
/PHP-8.0/sapi/fpm/
H A Dconfig.m4248 fd = open(buf, O_RDONLY);
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2073 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
2075 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c92 flags |= O_RDONLY; in php_stream_parse_fopen_modes()

Completed in 80 milliseconds

12