Function uucore::pipes::vmsplice

source ·
pub fn vmsplice(target: &impl AsRawFd, bytes: &[u8]) -> Result<usize>
Expand description

Copy data from bytes into target, which must be a pipe.

Returns the number of successfully copied bytes.