/third_party/gettext/gettext-runtime/m4/ |
D | fcntl-o.m4 | 11 # 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/ |
D | fcntl.h | 106 #ifndef O_NOATIME 107 # define O_NOATIME 01000000 macro
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitProtExecAllocator.c | 91 #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/ |
D | test-process-constants-noatime.js | 9 assert.strictEqual(constants.O_NOATIME, 0x40000);
|
/third_party/toybox/lib/ |
D | portability.h | 229 #ifndef O_NOATIME 230 #define O_NOATIME 01000000 macro
|
/third_party/toybox/toys/other/ |
D | fsync.c | 31 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/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open02.c | 34 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM, "unpriviledget O_RDONLY | O_NOATIME"},
|