Searched refs:tempdata (Results 1 – 1 of 1) sorted by relevance
8 static char tempdata[65 * 1024]; variable25 int idx = random () % (sizeof (tempdata) - 2); in fp_test()37 ch2 = tempdata[idx]; in fp_test()47 ch2 = tempdata[idx + 1]; in fp_test()85 for (i = 0; i < sizeof (tempdata); ++i) in do_test()86 tempdata[i] = 'a' + random () % 26; in do_test()89 if (TEMP_FAILURE_RETRY (write (fd, tempdata, sizeof (tempdata))) in do_test()90 != sizeof (tempdata)) in do_test()105 for (i = 0; i < sizeof (tempdata); ++i) in do_test()109 char ch2 = tempdata[i]; in do_test()
Completed in 2 milliseconds