HomeSort by relevance Sort by last modified time
    Searched full:wr_iovec (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/memcheck/tests/
writev1.c 20 struct iovec wr_iovec[MAX_IOVEC] = { variable in typeref:struct:iovec
56 if (writev(fd, wr_iovec, 2) < 0) {
68 if (writev(fd, wr_iovec, -1) < 0) {
76 if (readv(fd, wr_iovec, -1) < 0) {

Completed in 58 milliseconds