Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
89 char tmpbuf[len]; in do_test() local91 memcpy (tmpbuf, buf1 + idx, len); in do_test()97 memcpy (buf1 + idx, tmpbuf, len); in do_test()105 char tmpbuf[32]; in do_random_tests() local110 size_t len = random () % (sizeof (tmpbuf) - 1) + 1; in do_random_tests()112 memcpy (tmpbuf, buf1 + idx, len); in do_random_tests()125 memcpy (buf1 + idx, tmpbuf, len); in do_random_tests()
Completed in 4 milliseconds