Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 25 of 35) sorted by last modified time

12

/php-src/ext/odbc/
H A Dphp_odbc.c1096 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/php-src/sapi/fpm/
H A Dconfig.m4205 fd = open(buf, O_RDONLY);
/php-src/ext/random/
H A Dcsprng.c155 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
/php-src/build/
H A Dphp.m41162 int fd = open("conftest_in", O_RDONLY);
/php-src/main/streams/
H A Dplain_wrapper.c101 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
/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 Dhttp_fopen_wrapper.c37 #define O_RDONLY _O_RDONLY macro
H A Dfile.c44 # define O_RDONLY _O_RDONLY macro
/php-src/ext/opcache/jit/ir/
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()
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()
/php-src/ext/ffi/
H A Dffi.c3286 fd = open(filename, O_RDONLY, 0); in zend_ffi_load()
/php-src/Zend/
H A Dzend_call_stack.c710 if ((fd = open(path, O_RDONLY)) == -1) { in zend_call_stack_get_solaris_proc_maps()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1650 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
H A Dfpm_main.c448 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
/php-src/ext/opcache/
H A Dzend_file_cache.c1789 fd = zend_file_cache_open(filename, O_RDONLY | O_BINARY);
/php-src/main/
H A Dnetwork.c29 # define O_RDONLY _O_RDONLY macro
/php-src/sapi/litespeed/
H A Dlsapilib.c863 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
/php-src/ext/fileinfo/
H A Dlibmagic.patch609 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1)
2607 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;
/php-src/ext/fileinfo/libmagic/
H A Dis_csv.c183 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 Dis_simh.c194 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dcdf.c1592 if ((info.i_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/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()

Completed in 133 milliseconds

12