Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c88 #ifndef O_NOATIME
89 #define O_NOATIME 0 macro
163 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
174 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()

Completed in 5 milliseconds