Searched refs:buf4 (Results 1 – 1 of 1) sorted by relevance
127 char buf4[64]; in do_test_with_offset() local130 memset (buf4, 0xf0, sizeof buf4); in do_test_with_offset()134 iov[1].iov_base = buf4; in do_test_with_offset()135 iov[1].iov_len = sizeof buf4; in do_test_with_offset()141 if (ret != (sizeof buf3 + sizeof buf4)) in do_test_with_offset()146 if (memcmp (buf2, buf4, sizeof buf2) != 0) in do_test_with_offset()149 ret = PREADV (temp_fd, iov, 2, sizeof buf3 + sizeof buf4 + offset); in do_test_with_offset()152 if (ret != (sizeof buf3 + sizeof buf4)) in do_test_with_offset()158 if (memcmp (buf2, buf4, sizeof buf2) != 0) in do_test_with_offset()
Completed in 4 milliseconds