Searched refs:O_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
89 #ifdef O_CLOEXEC90 #define SLJIT_CLOEXEC O_CLOEXEC
158 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()
140 #ifndef O_CLOEXEC141 # define O_CLOEXEC 0 macro
787 return pipe2(fds, O_CLOEXEC);
103 #if defined(O_CLOEXEC) in php_stream_parse_fopen_modes()105 flags |= O_CLOEXEC; in php_stream_parse_fopen_modes()
2748 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC;2780 -#if O_CLOEXEC == 0
Completed in 27 milliseconds