Searched refs:O_RDONLY (Results 1 – 25 of 33) sorted by relevance
12
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_elf.c | 55 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 D | zend_jit_perf_dump.c | 127 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 D | fpm_trace_pread.c | 35 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()
|
H A D | fpm_conf.c | 1584 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 182 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | is_json.c | 452 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | der.c | 437 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | cdf.c | 1583 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
|
/PHP-8.0/Zend/ |
H A D | zend_gdb.c | 114 int fd = open("/proc/self/status", O_RDONLY); in zend_gdb_present()
|
/PHP-8.0/ext/dba/ |
H A D | dba_ndbm.c | 42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_db1.c | 56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_cdb.c | 76 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
|
/PHP-8.0/ext/standard/ |
H A D | random.c | 168 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
|
H A D | proc_open.c | 95 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 D | pack.c | 26 #define O_RDONLY _O_RDONLY macro
|
H A D | http_fopen_wrapper.c | 37 #define O_RDONLY _O_RDONLY macro
|
H A D | ftp_fopen_wrapper.c | 34 #define O_RDONLY _O_RDONLY macro
|
/PHP-8.0/main/ |
H A D | php_open_temporary_file.c | 26 #define O_RDONLY _O_RDONLY macro
|
H A D | fopen_wrappers.c | 31 #define O_RDONLY _O_RDONLY macro 788 fdtest = VCWD_OPEN(filepath, O_RDONLY);
|
H A D | network.c | 30 # define O_RDONLY _O_RDONLY macro
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_lob.c | 717 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
|
/PHP-8.0/sapi/fpm/ |
H A D | config.m4 | 248 fd = open(buf, O_RDONLY);
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 2073 …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 D | plain_wrapper.c | 92 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
|
Completed in 129 milliseconds
12