Lines Matching refs:off
333 long off = ftell (fp); in do_ftell_test() local
334 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()
385 test_modes[i].eof_off, off); in do_ftell_test()
389 printf (", offset after EOF = %ld\n", off); in do_ftell_test()