Home
last modified time | relevance | path

Searched refs:preadv64 (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs217 pub(super) use c::{preadv64 as libc_preadv, pwritev64 as libc_pwritev};
241 pub(in super::super) unsafe fn preadv64(
247 // Older Android libc lacks `preadv64`, so use the `weak!` mechanism to
252 fn preadv64(c::c_int, *const c::iovec, c::c_int, c::off64_t) -> c::ssize_t in preadv64() functions
254 if let Some(fun) = preadv64.get() { in preadv64()
280 // See the comments in `preadv64`.
318 pub(super) use readwrite_pv64::{preadv64 as libc_preadv, pwritev64 as libc_pwritev};
/third_party/musl/src/unistd/
H A Dpreadv.c12 weak_alias(preadv, preadv64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Duio.h33 #define preadv64 preadv macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Duio.h33 #define preadv64 preadv macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Duio.h33 #define preadv64 preadv macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Duio.h23 #define preadv64 preadv macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Duio.h36 #define preadv64 preadv macro
/third_party/musl/include/sys/
H A Duio.h33 #define preadv64 preadv macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1808 pub fn preadv64( in preadv64() functions

Completed in 9 milliseconds