| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | bmp_logo.c | 39 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 D | pblimage.c | 70 c_temp = fgetc(stream); in pbl_fget()
|
| /OK3568_Linux_fs/kernel/drivers/video/logo/ |
| H A D | pnmtologo.c | 90 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 D | console.su | |
| H A D | console.c | 334 int fgetc(int file) in fgetc() function 432 return fgetc(stdin); in getc()
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidump/ |
| H A D | apfiles.c | 38 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 D | README.iomux | 40 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 D | README.console | 58 fgetc (like getc but redirected to a file)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | stdio.h | 62 int fgetc(int file);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdio | 71 int fgetc(FILE* stream); 126 //using ::fgetc;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdio | 71 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 D | cstdio | 57 #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 D | cstdio | 57 #undef fgetc 106 using ::fgetc;
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | console.su | |
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0013-Fix-build-with-gnu-efi-version-3.0.9.patch | 30 fputs.o fwrite2.o fwrite.o fgetc.o fclose.o lmalloc.o \
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpp_parse_cfg.c | 90 ch = fgetc(cfg->file); in read_cfg_line()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | java.rst | 228 int b = fgetc(classfile); 238 b1 = fgetc(classfile); 241 b2 = fgetc(classfile);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | config.c | 54 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 D | 0001-sample-Rename-dprintf-to-cyrus_dprintf.patch | 48 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 D | system.h | 135 # 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 D | system.h | 135 # undef fgetc 136 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 46 while ((ch = fgetc(fp)) != '\n' && ch != EOF) { in readLine()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 47 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 D | stdio.h | 489 extern int fgetc (FILE *__stream);
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | builtin-test.c | 495 while (fgetc(fp) != '\n'); in shell_test__description()
|