Home
last modified time | relevance | path

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

/string/
A Dtest-memmem.c89 char tmpbuf[len]; in do_test() local
91 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() local
110 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