Searched refs:gr (Results 1 – 1 of 1) sorted by relevance
215 int gr; in do_test_write_append_2() local218 if ((gr = getc (fp)) != str[i]) in do_test_write_append_2()221 gr, str[i]); in do_test_write_append_2()225 if ((gr = getc (fp)) != EOF) in do_test_write_append_2()228 gr); in do_test_write_append_2()244 if ((gr = getc (fp)) != EOF) in do_test_write_append_2()246 printf ("%s: getc failed returned %i\n", __FUNCTION__, gr); in do_test_write_append_2()
Completed in 4 milliseconds