Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c93 #ifndef O_TMPFILE
94 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
162 #ifdef O_TMPFILE in create_tempfile()
163 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()

Completed in 6 milliseconds