Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance
/rt/ |
A D | tst-aio64.c | 67 char tmp[size]; in test_file() local 83 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file() 89 if (memcmp (buf, tmp, size) != 0) in test_file()
|
A D | tst-aio.c | 66 char tmp[size]; in test_file() local 82 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file() 88 if (memcmp (buf, tmp, size) != 0) in test_file()
|
Completed in 5 milliseconds