Home
last modified time | relevance | path

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

12

/php-src/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.c777 int fd = open("/proc/self/exe", O_RDONLY);
779 int fd = open("/proc/curproc/exe", O_RDONLY);
787 int fd = open(path, O_RDONLY);
789 int fd = open("/proc/self/path/a.out", O_RDONLY);
797 int fd = open(path, O_RDONLY);
H A Dir_gdb.c584 int fd = open("/proc/self/status", O_RDONLY); in ir_gdb_present()
/php-src/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()
/php-src/ext/fileinfo/libmagic/
H A Dis_csv.c183 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dis_simh.c194 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-src/Zend/
H A Dzend_gdb.c114 int fd = open("/proc/self/status", O_RDONLY); in zend_gdb_present()
H A Dzend_call_stack.c710 if ((fd = open(path, O_RDONLY)) == -1) { in zend_call_stack_get_solaris_proc_maps()
/php-src/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-src/ext/random/
H A Dcsprng.c155 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
/php-src/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.c29 # define O_RDONLY _O_RDONLY macro
/php-src/ext/standard/
H A Dproc_open.c107 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty()
858 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
1449 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
1456 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-src/sapi/fpm/
H A Dconfig.m4205 fd = open(buf, O_RDONLY);
/php-src/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-src/main/streams/
H A Dplain_wrapper.c101 flags |= O_RDONLY; in php_stream_parse_fopen_modes()

Completed in 77 milliseconds

12