Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/fileinfo/libmagic/
H A Dfile.h143 #ifndef O_CLOEXEC
144 # define O_CLOEXEC 0 macro
H A Dfuncs.c808 return pipe2(fds, O_CLOEXEC);
/PHP-8.3/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-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c1481 PHPDBG_G(watch_userfaultfd) = syscall(SYS_userfaultfd, O_CLOEXEC);
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2531 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;
2561 -#if O_CLOEXEC == 0 && defined(F_SETFD)

Completed in 54 milliseconds