Searched refs:fgetc (Results 1 – 6 of 6) sorted by relevance
92 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()97 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()103 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
38 in_char = fgetc(stdin); in ap_is_existing_file()40 in_char = fgetc(stdin); in ap_is_existing_file()
133 #define getc(stream) fgetc(stream)136 int fgetc(FILE* stream) in fgetc() function148 return fgetc(stdin); in getchar()230 c = fgetc(stream); in fgets()
72 c = fgetc(f); in get_next_char()75 c = fgetc(f); in get_next_char()
172 while ((c = fgetc(fp)) != EOF) { in count_sys_bitmap_bits()
68 #define GETINPC(X) fgetc(X)
Completed in 14 milliseconds