HomeSort by relevance Sort by last modified time
    Searched refs:print_iovec (Results 1 - 7 of 7) sorted by null

  /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);

Completed in 661 milliseconds