Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c89 #ifndef O_NOATIME
90 #define O_NOATIME 0 macro
144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()

Completed in 26 milliseconds