Searched defs:vector (Results 1 – 17 of 17) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | preadv64.c | 24 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() 32 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
|
A D | pwritev.c | 26 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() 34 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
|
A D | pwritev64.c | 24 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() 32 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
|
A D | preadv.c | 26 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() 34 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
|
A D | preadv64v2.c | 23 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
|
A D | pwritev2.c | 25 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
A D | pwritev64v2.c | 23 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
|
A D | preadv2.c | 25 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
/sysdeps/mach/hurd/ |
A D | writev_nocancel_nostatus.c | 22 __writev_nocancel_nostatus (int fd, const struct iovec *vector, int count) in __writev_nocancel_nostatus()
|
/sysdeps/posix/ |
A D | pwritev2.c | 27 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
A D | pwritev64v2.c | 25 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
|
A D | preadv2.c | 27 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
A D | preadv64v2.c | 24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
|
A D | pwritev_common.c | 36 PWRITEV (int fd, const struct iovec *vector, int count, OFF_T offset) in PWRITEV()
|
A D | preadv_common.c | 36 PREADV (int fd, const struct iovec *vector, int count, OFF_T offset) in PREADV()
|
A D | readv.c | 40 __readv (int fd, const struct iovec *vector, int count) in __readv()
|
A D | writev.c | 41 __writev (int fd, const struct iovec *vector, int count) in __writev()
|
Completed in 9 milliseconds