Searched refs:replace_from (Results 1 – 1 of 1) sorted by relevance
29 static const size_t replace_from = 2, replace_to = 4; in main() local58 for (i = 0; i < replace_from; ++i) in main()79 if (where == (long int) replace_from) in main()82 for (i = replace_from; i < replace_to; ++i) in main()94 strerror (errno), replace_from); in main()99 printf ("ftell returns %lu; should be %Zu.\n", where, replace_from); in main()
Completed in 2 milliseconds