Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c89 #ifdef O_CLOEXEC
90 #define SLJIT_CLOEXEC O_CLOEXEC
H A DsljitProtExecAllocator.c158 O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, 0); in create_tempfile()
170 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfile.h140 #ifndef O_CLOEXEC
141 # define O_CLOEXEC 0 macro
H A Dfuncs.c787 return pipe2(fds, O_CLOEXEC);
/PHP-8.1/main/streams/
H A Dplain_wrapper.c103 #if defined(O_CLOEXEC) in php_stream_parse_fopen_modes()
105 flags |= O_CLOEXEC; in php_stream_parse_fopen_modes()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2748 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;
2780 -#if O_CLOEXEC == 0

Completed in 32 milliseconds