Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c102 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, 0); in create_tempfile()
113 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c89 #ifdef O_CLOEXEC
90 #define SLJIT_CLOEXEC O_CLOEXEC
/php-src/ext/fileinfo/libmagic/
H A Dfile.h143 #ifndef O_CLOEXEC
144 # define O_CLOEXEC 0 macro
H A Dfuncs.c821 return pipe2(fds, O_CLOEXEC);
/php-src/ext/opcache/
H A Dzend_shared_alloc.c104 lock_file = open(lockfile_path, O_RDWR | O_TMPFILE | O_EXCL | O_CLOEXEC, 0666); in zend_shared_alloc_create_lock()
/php-src/main/streams/
H A Dplain_wrapper.c104 #if defined(O_CLOEXEC) in php_stream_parse_fopen_modes()
106 flags |= O_CLOEXEC; in php_stream_parse_fopen_modes()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1475 int flags = O_CLOEXEC;
/php-src/ext/fileinfo/
H A Dlibmagic.patch2607 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;
2637 -#if O_CLOEXEC == 0 && defined(F_SETFD)

Completed in 44 milliseconds