Home
last modified time | relevance | path

Searched defs:preadv (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv.h25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset) in preadv() function
/third_party/musl/src/unistd/
Dpreadv.c6 ssize_t preadv(int fd, const struct iovec *iov, int count, off_t ofs) in preadv() function