/external/strace/tests/ |
pwritev.c | 57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) function 108 print_iovec(iov, i + 1, LEN); 116 print_iovec(iov + i, n, LEN - i);
|
preadv.c | 53 print_iovec(const struct iovec *iov, unsigned int cnt) function 81 print_iovec(iov, 1);
|
/external/strace/tests-m32/ |
pwritev.c | 57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) function 108 print_iovec(iov, i + 1, LEN); 116 print_iovec(iov + i, n, LEN - i);
|
preadv.c | 53 print_iovec(const struct iovec *iov, unsigned int cnt) function 81 print_iovec(iov, 1);
|
/external/strace/tests-mx32/ |
pwritev.c | 57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) function 108 print_iovec(iov, i + 1, LEN); 116 print_iovec(iov + i, n, LEN - i);
|
preadv.c | 53 print_iovec(const struct iovec *iov, unsigned int cnt) function 81 print_iovec(iov, 1);
|
/external/strace/ |
io.c | 67 print_iovec(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) function 126 tfetch_mem_ignore_syserror, print_iovec, &config);
|