Home
last modified time | relevance | path

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

12

/php-src/ext/standard/
H A Dfile.c44 # define O_RDONLY _O_RDONLY macro
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1650 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1592 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
/php-src/ext/opcache/
H A Dzend_file_cache.c1789 fd = zend_file_cache_open(filename, O_RDONLY | O_BINARY);
/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/sapi/litespeed/
H A Dlsapilib.c863 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
/php-src/ext/odbc/
H A Dphp_odbc.c1096 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/php-src/build/
H A Dphp.m41162 int fd = open("conftest_in", O_RDONLY);
/php-src/ext/soap/
H A Dphp_sdl.c1567 f = open(fn, O_RDONLY|O_BINARY); in get_sdl_from_cache()
/php-src/ext/ffi/
H A Dffi.c3286 fd = open(filename, O_RDONLY, 0); in zend_ffi_load()

Completed in 78 milliseconds

12