Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/opcache/jit/ir/
H A Dir_perf.c114 fd = open("/proc/self/exe", O_RDONLY); in ir_perf_jitdump_open()
116 fd = open("/proc/curproc/exe", O_RDONLY); in ir_perf_jitdump_open()
124 fd = open(path, O_RDONLY); in ir_perf_jitdump_open()
126 fd = open("/proc/self/path/a.out", O_RDONLY); in ir_perf_jitdump_open()
134 fd = open(path, O_RDONLY); in ir_perf_jitdump_open()
H A Dir_disasm.c753 int fd = open("/proc/self/exe", O_RDONLY);
755 int fd = open("/proc/curproc/exe", O_RDONLY);
763 int fd = open(path, O_RDONLY);
765 int fd = open("/proc/self/path/a.out", O_RDONLY);
773 int fd = open(path, O_RDONLY);
H A Dir_gdb.c584 int fd = open("/proc/self/status", O_RDONLY); in ir_gdb_present()
/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.c448 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
H A Dfpm_conf.c1636 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.c483 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dder.c448 if ((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()
H A Dzend_call_stack.c728 if ((fd = open(path, O_RDONLY)) == -1) { in zend_call_stack_get_solaris_proc_maps()
/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(ZSTR_VAL(info->path), O_RDONLY); in DBA_OPEN_FUNC()
/PHP-8.2/ext/random/
H A Dcsprng.c155 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
/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.c107 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty()
782 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
1373 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
1380 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/sapi/fpm/
H A Dconfig.m4249 fd = open(buf, O_RDONLY);
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c2151 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
2153 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.c100 flags |= O_RDONLY; in php_stream_parse_fopen_modes()

Completed in 125 milliseconds

12