Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 21 of 21) 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/linux/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c92 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()
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h101 #define getc(stream) fgetc(stream)
104 int fgetc(FILE* stream) in fgetc() function
116 return fgetc(stdin); in getchar()
198 c = fgetc(stream); in fgets()
/openbmc/linux/drivers/video/logo/
H A Dpnmtologo.c84 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()
/openbmc/linux/tools/power/acpi/tools/acpidump/
H A Dapfiles.c38 in_char = fgetc(stdin); in ap_is_existing_file()
40 in_char = fgetc(stdin); in ap_is_existing_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/u-boot/include/
H A Dstdio.h57 int fgetc(int file);
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test-list.c75 ch = fgetc(fp); in shell_test__description()
/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/linux/Documentation/admin-guide/
H A Djava.rst228 int b = fgetc(classfile);
238 b1 = fgetc(classfile);
241 b2 = fgetc(classfile);
/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/linux/tools/perf/util/
H A Dconfig.c55 c = fgetc(f); in get_next_char()
58 c = fgetc(f); in get_next_char()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/files/
H A DCVE-2023-35789.patch90 + (void)fgetc(fp);
/openbmc/skeleton/ledctl/
H A Dled_controller.c386 sysfs_value[count++] = fgetc(fp); in read_led()
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c416 while ((c = fgetc(f)) != EOF) { in read_node()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c68 #define GETINPC(X) fgetc(X)
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c937 Int32 c = fgetc ( f ); in myfeof()
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c191 int readvalue = fgetc(serialfile); in wait_for_serial()