Home
last modified time | relevance | path

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

12

/third_party/gettext/gettext-runtime/m4/
Dfcntl-o.m411 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
12 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
16 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
35 #ifndef O_NOATIME
36 #define O_NOATIME 0
79 int fd = open (file, O_RDONLY | O_NOATIME);
114 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
115 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
127 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
131 [Define to 1 if O_NOATIME works.])
/third_party/ltp/include/lapi/
Dfcntl.h106 #ifndef O_NOATIME
107 # define O_NOATIME 01000000 macro
/third_party/pcre2/pcre2/src/sljit/
DsljitProtExecAllocator.c91 #ifndef O_NOATIME
92 #define O_NOATIME 0 macro
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()
/third_party/node/test/parallel/
Dtest-process-constants-noatime.js9 assert.strictEqual(constants.O_NOATIME, 0x40000);
/third_party/toybox/lib/
Dportability.h229 #ifndef O_NOATIME
230 #define O_NOATIME 01000000 macro
/third_party/toybox/toys/other/
Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen02.c34 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM, "unpriviledget O_RDONLY | O_NOATIME"},

12