Home
last modified time | relevance | path

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

12

/PHP-8.2/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.c132 fd = open("/proc/self/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
134 fd = open("/proc/curproc/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
142 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
144 fd = open("/proc/self/path/a.out", O_RDONLY); in zend_jit_perf_jitdump_open()
152 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_trace_pread.c37 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
H A Dfpm_main.c445 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
H A Dfpm_conf.c1639 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dis_csv.c181 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.c436 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.2/Zend/
H A Dzend_gdb.c114 int fd = open("/proc/self/status", O_RDONLY); in zend_gdb_present()
/PHP-8.2/ext/dba/
H A Ddba_ndbm.c40 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_db1.c49 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.2/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
800 fdtest = VCWD_OPEN(filepath, O_RDONLY);
H A Dnetwork.c30 # define O_RDONLY _O_RDONLY macro
/PHP-8.2/ext/standard/
H A Dproc_open.c95 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty()
805 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
1331 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
1338 case O_RDONLY: in PHP_FUNCTION()
H A Dpack.c26 #define O_RDONLY _O_RDONLY macro
H A Dftp_fopen_wrapper.c34 #define O_RDONLY _O_RDONLY macro
H A Dhttp_fopen_wrapper.c37 #define O_RDONLY _O_RDONLY macro
/PHP-8.2/ext/random/
H A Drandom.c565 fd = open("/dev/urandom", O_RDONLY);
/PHP-8.2/ext/oci8/
H A Doci8_lob.c717 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
/PHP-8.2/sapi/fpm/
H A Dconfig.m4272 fd = open(buf, O_RDONLY);
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c2148 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
2150 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/PHP-8.2/main/streams/
H A Dplain_wrapper.c101 flags |= O_RDONLY; in php_stream_parse_fopen_modes()

Completed in 75 milliseconds

12