Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 1 of 1) sorted by relevance

/misc/
A Dtst-preadvwritev-common.c126 char buf3[32]; in do_test_with_offset() local
129 memset (buf3, 0x0f, sizeof buf3); in do_test_with_offset()
132 iov[0].iov_base = buf3; in do_test_with_offset()
133 iov[0].iov_len = sizeof buf3; in do_test_with_offset()
141 if (ret != (sizeof buf3 + sizeof buf4)) in do_test_with_offset()
144 if (memcmp (buf1, buf3, sizeof buf1) != 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()
156 if (memcmp (buf1, buf3, sizeof buf1) != 0) in do_test_with_offset()

Completed in 4 milliseconds