Searched refs:fgetc (Results 1 – 9 of 9) 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()
84 c = fgetc(fp); in get_number()90 c = fgetc(fp); in get_number()107 c = fgetc(fp); in get_number()134 magic = fgetc(fp); in read_image()137 magic = fgetc(fp); in read_image()
101 #define getc(stream) fgetc(stream)104 int fgetc(FILE* stream) in fgetc() function116 return fgetc(stdin); in getchar()198 c = fgetc(stream); in fgets()
38 in_char = fgetc(stdin); in ap_is_existing_file()40 in_char = fgetc(stdin); in ap_is_existing_file()
228 int b = fgetc(classfile);238 b1 = fgetc(classfile);241 b2 = fgetc(classfile);
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()
407 while ((c = fgetc(f)) != EOF) { in read_node()
68 #define GETINPC(X) fgetc(X)