Searched refs:fgetc (Results 1 – 9 of 9) sorted by relevance
39 fgetc (fp); in skip_bytes()101 if (fgetc (fp) != 'B' || fgetc (fp) != 'M') in main()158 b->palette[(int)(i*3+2)] = fgetc(fp); in main()159 b->palette[(int)(i*3+1)] = fgetc(fp); in main()160 b->palette[(int)(i*3+0)] = fgetc(fp); in main()161 x=fgetc(fp); in main()182 b->data[i + x] = (uint8_t) fgetc(fp) in main()
70 c_temp = fgetc(stream); in pbl_fget()
62 int fgetc(int file);
40 The major change in common/console.c was to modify fgetc() to call43 when one of them returns true. fgetc() then calls iomux_getc(),44 which calls the corresponding getc() routine. fgetc() hangs in
58 fgetc (like getc but redirected to a file)
336 int fgetc(int file) in fgetc() function434 return fgetc(stdin); in getc()
660 ch[i] = fgetc(stdin);
1019 the_command[0]=fgetc(i->file); in get_user_input()1120 ch = fgetc(i->file);1143 i->peek_buf[0] = fgetc(i->file);
937 Int32 c = fgetc ( f ); in myfeof()