/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | splice.c | 96 int flags = SPLICE_F_MORE | SPLICE_F_MOVE; in splice_0200()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | types.rs | 44 const MORE = linux_raw_sys::general::SPLICE_F_MORE;
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 185 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 184 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 184 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 184 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 185 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 184 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 180 #define SPLICE_F_MORE 4 macro
|
/third_party/musl/include/ |
D | fcntl.h | 184 #define SPLICE_F_MORE 4 macro
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | types.rs | 46 const MORE = c::SPLICE_F_MORE;
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 351 #define SPLICE_F_MORE 4 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 891 SPLICE_F_MORE
|
D | linux.txt | 2302 SPLICE_F_MORE
|
D | android.txt | 2235 SPLICE_F_MORE
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 540 SPLICE_F_MORE;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1205 pub const SPLICE_F_MORE: ::c_uint = 0x04; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1974 pub const SPLICE_F_MORE: ::c_uint = 0x04; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2386 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2387 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 2703 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2496 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2518 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2733 pub const SPLICE_F_MORE: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2431 pub const SPLICE_F_MORE: u32 = 4; constant
|