Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dbmp_logo.c39 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()
H A Dpblimage.c70 c_temp = fgetc(stream); in pbl_fget()
/rk3399_rockchip-uboot/include/
H A Dstdio.h62 int fgetc(int file);
/rk3399_rockchip-uboot/doc/
H A DREADME.iomux40 The major change in common/console.c was to modify fgetc() to call
43 when one of them returns true. fgetc() then calls iomux_getc(),
44 which calls the corresponding getc() routine. fgetc() hangs in
H A DREADME.console58 fgetc (like getc but redirected to a file)
/rk3399_rockchip-uboot/common/
H A Dconsole.c336 int fgetc(int file) in fgetc() function
434 return fgetc(stdin); in getc()
H A Dusb_kbd.c660 ch[i] = fgetc(stdin);
H A Dcli_hush.c1019 the_command[0]=fgetc(i->file); in get_user_input()
1120 ch = fgetc(i->file);
1143 i->peek_buf[0] = fgetc(i->file);
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c937 Int32 c = fgetc ( f ); in myfeof()