/glibc-2.36/misc/ |
D | readv.c | 28 __readv (int fd, const struct iovec *vector, int count) in __readv()
|
D | writev.c | 28 __writev (int fd, const struct iovec *vector, int count) in __writev()
|
D | pwritev64.c | 29 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
|
D | preadv.c | 29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
|
D | preadv64.c | 29 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
|
D | pwritev.c | 29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
|
D | preadv64v2.c | 24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
|
D | preadv2.c | 24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
D | pwritev2.c | 24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
D | pwritev64v2.c | 24 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
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()
|
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()
|
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()
|
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()
|
D | preadv2.c | 25 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
D | pwritev64v2.c | 23 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
|
D | preadv64v2.c | 23 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
|
D | pwritev2.c | 25 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | writev_nocancel_nostatus.c | 22 __writev_nocancel_nostatus (int fd, const struct iovec *vector, int count) in __writev_nocancel_nostatus()
|
/glibc-2.36/sysdeps/posix/ |
D | preadv2.c | 27 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
D | preadv64v2.c | 24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
|
D | pwritev2.c | 27 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
D | pwritev64v2.c | 25 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
|
D | pwritev_common.c | 36 PWRITEV (int fd, const struct iovec *vector, int count, OFF_T offset) in PWRITEV()
|
D | preadv_common.c | 36 PREADV (int fd, const struct iovec *vector, int count, OFF_T offset) in PREADV()
|