Lines Matching refs:buf1
91 memcpy (tmpbuf, buf1 + idx, len); in do_test()
92 memcpy (buf1 + idx, str, len); in do_test()
95 do_one_test (impl, buf1, BUF1PAGES * page_size, str, len, buf1 + idx); in do_test()
97 memcpy (buf1 + idx, tmpbuf, len); in do_test()
112 memcpy (tmpbuf, buf1 + idx, len); in do_random_tests()
118 buf1[idx + off] = ch; in do_random_tests()
122 do_one_test (impl, buf1, BUF1PAGES * page_size, buf1 + idx, len, in do_random_tests()
123 buf1 + idx); in do_random_tests()
125 memcpy (buf1 + idx, tmpbuf, len); in do_random_tests()
135 void *search_buf = (void *) buf1 + page_size - sizeof search_buf_data; in check1()
169 buf1[i] = 60 + random () % 32; in test_main()