Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/
H A Dfile.c44 # define O_RDONLY _O_RDONLY macro
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c1592 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c1789 fd = zend_file_cache_open(filename, O_RDONLY | O_BINARY);
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch603 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1)
2522 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;
/PHP-8.2/ext/odbc/
H A Dphp_odbc.c984 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c863 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
/PHP-8.2/build/
H A Dphp.m41163 int fd = open("conftest_in", O_RDONLY);
/PHP-8.2/ext/soap/
H A Dphp_sdl.c1567 f = open(fn, O_RDONLY|O_BINARY); in get_sdl_from_cache()
/PHP-8.2/ext/ffi/
H A Dffi.c3284 fd = open(filename, O_RDONLY, 0); in zend_ffi_load()

Completed in 86 milliseconds

12