/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | write.c | 34 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0100() 68 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0200() 92 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0300() 136 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0500()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | utimes.c | 34 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utimes_0100() 68 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utimes_0200() 97 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utimes_time64_0100()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 132 #if O_RSYNC 133 {"O_RSYNC", O_RSYNC},
|
D | iogen.c | 351 {"rsync", O_RSYNC}, /* affects reads */ 352 {"rsync+dsync", O_RSYNC | O_DSYNC},
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 9 #define O_RSYNC 040020 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 9 #define O_RSYNC 040020 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 9 #define O_RSYNC 040020 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 9 #define O_RSYNC 04010000 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | utime_sup.c | 64 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utime_0200()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 35 C(O_RSYNC) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 48 pub const O_RSYNC: ::c_int = 0x10; constant
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 919 #ifdef O_RSYNC in uvwasi_fd_fdstat_set_flags() 920 mapped_flags |= O_RSYNC; in uvwasi_fd_fdstat_set_flags() 2006 #ifdef O_RSYNC in uvwasi_path_open() 2007 flags |= O_RSYNC; /* libuv has no UV_FS_O_RSYNC. */ in uvwasi_path_open()
|