Home
last modified time | relevance | path

Searched refs:offset_t (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs32 pub type offset_t = c_longlong; typedef
3181 pub fn preadv(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: offset_t) -> ssize_t; in preadv()
3192 pub fn pwritev(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: offset_t) in pwritev()