Searched refs:O_RDONLY (Results 1 – 25 of 35) sorted by relevance
12
/php-src/ext/opcache/jit/ir/ |
H A D | ir_perf.c | 114 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 D | ir_disasm.c | 781 int fd = open("/proc/self/exe", O_RDONLY); 783 int fd = open("/proc/curproc/exe", O_RDONLY); 791 int fd = open(path, O_RDONLY); 793 int fd = open("/proc/self/path/a.out", O_RDONLY); 801 int fd = open(path, O_RDONLY);
|
H A D | ir_gdb.c | 585 int fd = open("/proc/self/status", O_RDONLY); in ir_gdb_present()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_trace_pread.c | 37 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
|
H A D | fpm_main.c | 443 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 183 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | is_simh.c | 194 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | is_json.c | 483 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | der.c | 448 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
/php-src/Zend/ |
H A D | zend_gdb.c | 114 int fd = open("/proc/self/status", O_RDONLY); in zend_gdb_present()
|
H A D | zend_call_stack.c | 726 if ((fd = open(path, O_RDONLY)) == -1) { in zend_call_stack_get_solaris_proc_maps()
|
/php-src/ext/dba/ |
H A D | dba_ndbm.c | 40 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_db1.c | 49 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_cdb.c | 76 file = VCWD_OPEN(ZSTR_VAL(info->path), O_RDONLY); in DBA_OPEN_FUNC()
|
/php-src/ext/random/ |
H A D | csprng.c | 156 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes_ex()
|
/php-src/main/ |
H A D | php_open_temporary_file.c | 29 #define O_RDONLY _O_RDONLY macro
|
H A D | fopen_wrappers.c | 31 #define O_RDONLY _O_RDONLY macro 812 fdtest = VCWD_OPEN(filepath, O_RDONLY);
|
H A D | network.c | 29 # define O_RDONLY _O_RDONLY macro
|
/php-src/ext/standard/ |
H A D | proc_open.c | 106 sd = open(slaveid, O_NOCTTY|O_RDONLY); in openpty() 848 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe() 1441 case O_RDONLY|O_BINARY: in PHP_FUNCTION() 1448 case O_RDONLY: in PHP_FUNCTION()
|
H A D | pack.c | 26 #define O_RDONLY _O_RDONLY macro
|
H A D | ftp_fopen_wrapper.c | 34 #define O_RDONLY _O_RDONLY macro
|
H A D | http_fopen_wrapper.c | 37 #define O_RDONLY _O_RDONLY macro
|
/php-src/sapi/fpm/ |
H A D | config.m4 | 179 fd = open(buf, O_RDONLY);
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 2170 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static() 2172 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 D | plain_wrapper.c | 101 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
|
Completed in 265 milliseconds
12