Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c90 c = fgetc(fp); in get_number()
96 c = fgetc(fp); in get_number()
112 c = fgetc(fp); in get_number()
138 magic = fgetc(fp); in read_image()
141 magic = fgetc(fp); in read_image()
/OK3568_Linux_fs/u-boot/common/
H A Dconsole.su
H A Dconsole.c334 int fgetc(int file) in fgetc() function
432 return fgetc(stdin); in getc()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/u-boot/include/
H A Dstdio.h62 int fgetc(int file);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdio71 int fgetc(FILE* stream);
126 //using ::fgetc;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdio71 int fgetc(FILE* stream);
126 //using ::fgetc;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstdio57 #undef fgetc
106 using ::fgetc;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstdio57 #undef fgetc
106 using ::fgetc;
/OK3568_Linux_fs/u-boot/spl/common/
H A Dconsole.su
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0013-Fix-build-with-gnu-efi-version-3.0.9.patch30 fputs.o fwrite2.o fwrite.o fgetc.o fclose.o lmalloc.o \
/OK3568_Linux_fs/external/mpp/test/
H A Dmpp_parse_cfg.c90 ch = fgetc(cfg->file); in read_cfg_line()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Djava.rst228 int b = fgetc(classfile);
238 b1 = fgetc(classfile);
241 b2 = fgetc(classfile);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c54 c = fgetc(f); in get_next_char()
57 c = fgetc(f); in get_next_char()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch48 c = fgetc(in);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h135 # undef fgetc
136 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h135 # undef fgetc
136 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc46 while ((ch = fgetc(fp)) != '\n' && ch != EOF) { in readLine()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc47 while ((ch = fgetc(fp)) != '\n' && ch != EOF) in readLine()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdio.h489 extern int fgetc (FILE *__stream);
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbuiltin-test.c495 while (fgetc(fp) != '\n'); in shell_test__description()

1234