Home
last modified time | relevance | path

Searched refs:O_RSYNC (Results 1 – 25 of 70) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dwrite.c34 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/
Dutimes.c34 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/
Dopen_flags.c132 #if O_RSYNC
133 {"O_RSYNC", O_RSYNC},
Diogen.c351 {"rsync", O_RSYNC}, /* affects reads */
352 {"rsync+dsync", O_RSYNC | O_DSYNC},
/third_party/musl/arch/mips/bits/
Dfcntl.h9 #define O_RSYNC 040020 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h9 #define O_RSYNC 040020 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h9 #define O_RSYNC 040020 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dutime_sup.c64 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utime_0200()
/third_party/musl/libc-test/src/api/
Dfcntl.c35 C(O_RSYNC) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs48 pub const O_RSYNC: ::c_int = 0x10; constant
/third_party/node/deps/uvwasi/src/
Duvwasi.c919 #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()

123