Searched refs:off (Results 1 – 4 of 4) sorted by relevance
18 off64_t off = ftello64 (fp); in do_test() local19 if (off != 0) in do_test()74 off = ftello64 (fp); in do_test()75 if (off != 0) in do_test()
19 off64_t off = ftello64 (fp); in do_test() local20 if (off != 0) in do_test()76 off = ftello64 (fp); in do_test()77 if (off != 0) in do_test()
115 long off = ftell (fp); in do_one_test() local117 if (off != file_len) in do_one_test()119 printf ("Incorrect offset %ld, expected %zu\n", off, file_len); in do_one_test()124 printf ("Correct offset %ld after write.\n", off); in do_one_test()
333 long off = ftell (fp); in do_ftell_test() local334 if (off != test_modes[i].old_off) in do_ftell_test()337 test_modes[i].old_off, off); in do_ftell_test()341 printf ("old offset = %ld, ", off); in do_ftell_test()351 off = ftell (fp); in do_ftell_test()353 if (off != test_modes[i].new_off) in do_ftell_test()356 test_modes[i].new_off, off); in do_ftell_test()360 printf ("new offset = %ld", off); in do_ftell_test()379 off = ftell (fp); in do_ftell_test()381 if (off != test_modes[i].eof_off) in do_ftell_test()[all …]
Completed in 10 milliseconds