Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dwrite.c33 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0100()
66 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0200()
89 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in write_0300()
131 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/porting/liteos_m/user/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/m68k/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/x86_64/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/arch/generic/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/powerpc/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h9 #define O_RSYNC 040020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h9 #define O_RSYNC 04010000 macro
/third_party/musl/arch/mipsn32/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/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/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/node/deps/uvwasi/src/
Duvwasi.c849 #ifdef O_RSYNC in uvwasi_fd_fdstat_set_flags()
850 mapped_flags |= O_RSYNC; in uvwasi_fd_fdstat_set_flags()
1930 #ifdef O_RSYNC in uvwasi_path_open()
1931 flags |= O_RSYNC; /* libuv has no UV_FS_O_RSYNC. */ in uvwasi_path_open()

12