Searched refs:where (Results 1 – 1 of 1) sorted by relevance
78 long int where = ftell (f); in main() local79 if (where == (long int) replace_from) in main()91 else if (where == -1L) in main()99 printf ("ftell returns %lu; should be %Zu.\n", where, replace_from); in main()
Completed in 2 milliseconds