/external/strace/tests/ |
preadv.c | 112 const struct iovec r0_iov_[] = { local 118 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 122 rc = preadv(fd, r_iov, ARRAY_SIZE(r0_iov_), 0); 127 fd, r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len);
|
recvmsg.c | 110 const struct iovec r0_iov_[] = { local 116 struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 120 .msg_iovlen = ARRAY_SIZE(r0_iov_) 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
mmsg.c | 131 const struct iovec r0_iov_[] = { local 137 struct iovec *r0_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 154 .msg_iovlen = ARRAY_SIZE(r0_iov_), 187 r0_c, r_len, ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), 190 ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), r0_d, r0_c,
|
preadv-pwritev.c | 130 const struct iovec r0_iov_[] = { local 136 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 138 rc = preadv(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 145 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
preadv2-pwritev2.c | 135 const struct iovec r0_iov_[] = { local 141 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 143 rc = pr(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 150 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
readv.c | 117 const struct iovec r0_iov_[] = { local 123 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 125 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len); 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
/external/strace/tests-m32/ |
preadv.c | 112 const struct iovec r0_iov_[] = { local 118 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 122 rc = preadv(fd, r_iov, ARRAY_SIZE(r0_iov_), 0); 127 fd, r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len);
|
recvmsg.c | 110 const struct iovec r0_iov_[] = { local 116 struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 120 .msg_iovlen = ARRAY_SIZE(r0_iov_) 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
mmsg.c | 131 const struct iovec r0_iov_[] = { local 137 struct iovec *r0_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 154 .msg_iovlen = ARRAY_SIZE(r0_iov_), 187 r0_c, r_len, ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), 190 ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), r0_d, r0_c,
|
preadv-pwritev.c | 130 const struct iovec r0_iov_[] = { local 136 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 138 rc = preadv(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 145 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
preadv2-pwritev2.c | 135 const struct iovec r0_iov_[] = { local 141 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 143 rc = pr(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 150 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
readv.c | 117 const struct iovec r0_iov_[] = { local 123 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 125 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len); 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
/external/strace/tests-mx32/ |
preadv.c | 112 const struct iovec r0_iov_[] = { local 118 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 122 rc = preadv(fd, r_iov, ARRAY_SIZE(r0_iov_), 0); 127 fd, r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len);
|
recvmsg.c | 110 const struct iovec r0_iov_[] = { local 116 struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 120 .msg_iovlen = ARRAY_SIZE(r0_iov_) 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
mmsg.c | 131 const struct iovec r0_iov_[] = { local 137 struct iovec *r0_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 154 .msg_iovlen = ARRAY_SIZE(r0_iov_), 187 r0_c, r_len, ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), 190 ARRAY_SIZE(r0_iov_), LENGTH_OF(r0_c), r0_d, r0_c,
|
preadv-pwritev.c | 130 const struct iovec r0_iov_[] = { local 136 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 138 rc = preadv(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 145 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
preadv2-pwritev2.c | 135 const struct iovec r0_iov_[] = { local 141 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 143 rc = pr(0, r_iov, ARRAY_SIZE(r0_iov_), 0); 150 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|
readv.c | 117 const struct iovec r0_iov_[] = { local 123 const struct iovec *r_iov = tail_memdup(r0_iov_, sizeof(r0_iov_)); 125 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len); 130 r0_c, r_len, ARRAY_SIZE(r0_iov_), r_len, r_len, r0_d, r0_c);
|