Searched refs:fgetc (Results 1 – 8 of 8) sorted by relevance
41 fgetc (fp); in skip_bytes()106 if (fgetc (fp) != 'B' || fgetc (fp) != 'M') in main()165 b->palette[(int)(i*3+2)] = fgetc(fp); in main()166 b->palette[(int)(i*3+1)] = fgetc(fp); in main()167 b->palette[(int)(i*3+0)] = fgetc(fp); in main()168 x=fgetc(fp); in main()202 b->data[i] = (uint8_t)fgetc(fp); in main()206 b->data[i + x] = (uint8_t)fgetc(fp) in main()
70 c_temp = fgetc(stream); in pbl_fget()
57 int fgetc(int file);
39 The major change in common/console.c was to modify fgetc() to call42 when one of them returns true. fgetc() then calls iomux_getc(),43 which calls the corresponding getc() routine. fgetc() hangs in
57 fgetc (like getc but redirected to a file)
467 int fgetc(int file) in fgetc() function557 return fgetc(stdin); in getchar()
1017 the_command[0]=fgetc(i->file); in get_user_input()1118 ch = fgetc(i->file);1141 i->peek_buf[0] = fgetc(i->file);
938 Int32 c = fgetc ( f ); in myfeof()
Completed in 20 milliseconds