Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c39 #ifndef O_NOATIME
40 #define O_NOATIME 0 macro
102 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, 0); in create_tempfile()
113 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()

Completed in 11 milliseconds