Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
/libio/ |
A D | tst-freopen.c | 44 char temp[strlen (test) + 1]; in do_test_basic() local 57 if (fread (temp, 1, strlen (test), f) != strlen (test)) in do_test_basic() 59 temp [strlen (test)] = '\0'; in do_test_basic() 61 if (strcmp (test, temp)) in do_test_basic() 63 test, temp); in do_test_basic() 72 if (fread (temp, 1, strlen (test), f) != strlen (test)) in do_test_basic() 74 temp [strlen (test)] = '\0'; in do_test_basic() 76 if (strcmp (test, temp)) in do_test_basic() 78 test, temp); in do_test_basic()
|
A D | tst-mmap-setvbuf.c | 29 char temp[strlen (test) + 1]; in main() local 62 if (fread (temp, 1, strlen (test), f) != strlen (test)) in main() 67 temp [strlen (test)] = '\0'; in main() 69 if (strcmp (test, temp)) in main() 72 __LINE__, test, temp); in main()
|
Completed in 4 milliseconds