Home
last modified time | relevance | path

Searched defs:SPLICE_F_MOVE (Results 1 – 3 of 3) sorted by relevance

/external/musl/include/
Dfcntl.h182 #define SPLICE_F_MOVE 1 macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1187 pub const SPLICE_F_MOVE: ::c_uint = 0x01; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1964 pub const SPLICE_F_MOVE: ::c_uint = 0x01; constant