Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dbmp_logo.c39 fgetc (fp); in skip_bytes()
101 if (fgetc (fp) != 'B' || fgetc (fp) != 'M') in main()
163 b->palette[(int)(i*3+2)] = fgetc(fp); in main()
164 b->palette[(int)(i*3+1)] = fgetc(fp); in main()
165 b->palette[(int)(i*3+0)] = fgetc(fp); in main()
166 x=fgetc(fp); in main()
187 b->data[i + x] = (uint8_t) fgetc(fp) in main()
H A Dpblimage.c69 c_temp = fgetc(stream); in pbl_fget()
/openbmc/u-boot/include/
H A Dstdio.h57 int fgetc(int file);
/openbmc/u-boot/doc/
H A DREADME.iomux39 The major change in common/console.c was to modify fgetc() to call
42 when one of them returns true. fgetc() then calls iomux_getc(),
43 which calls the corresponding getc() routine. fgetc() hangs in
H A DREADME.console57 fgetc (like getc but redirected to a file)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch48 c = fgetc(in);
/openbmc/u-boot/common/
H A Dconsole.c311 int fgetc(int file) in fgetc() function
406 return fgetc(stdin); in getc()
H A Dcli_hush.c1018 the_command[0]=fgetc(i->file); in get_user_input()
1119 ch = fgetc(i->file);
1142 i->peek_buf[0] = fgetc(i->file);
/openbmc/skeleton/ledctl/
H A Dled_controller.c386 sysfs_value[count++] = fgetc(fp); in read_led()
/openbmc/qemu/tests/qtest/migration/
H A Dframework.c67 int readvalue = fgetc(serialfile); in wait_for_serial()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c937 Int32 c = fgetc ( f ); in myfeof()