Home
last modified time | relevance | path

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

/misc/
A Dtst-preadvwritev-common.c77 char buf1[3]; in do_test_without_offset() local
82 { buf1, sizeof (buf1) }, in do_test_without_offset()
87 TEST_COMPARE (memcmp ("2ab", buf1, sizeof (buf1)), 0); in do_test_without_offset()
101 char buf1[32]; in do_test_with_offset() local
104 memset (buf1, 0xf0, sizeof buf1); in do_test_with_offset()
109 iov[0].iov_base = buf1; in do_test_with_offset()
110 iov[0].iov_len = sizeof buf1; in do_test_with_offset()
117 if (ret != (sizeof buf1 + sizeof buf2)) in do_test_with_offset()
123 if (ret != (sizeof buf1 + sizeof buf2)) in do_test_with_offset()
144 if (memcmp (buf1, buf3, sizeof buf1) != 0) in do_test_with_offset()
[all …]

Completed in 5 milliseconds