Searched refs:fputc (Results 1 – 16 of 16) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | stdio.h | 49 #define eputc(c) fputc(stderr, c) 55 void fputc(int file, const char c);
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | zconf.y | 683 fputc('\n', out); in print_symbol() 692 fputc('\n', out); in print_symbol() 700 fputc('\n', out); in print_symbol() 705 fputc('\n', out); in print_symbol() 710 fputc('\n', out); in print_symbol() 715 fputc('\n', out); in print_symbol() 758 fputc('\n', out); in zconfdump()
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | bbv.c | 79 fputc('T', vcpu->file); in vcpu_interval_exec() 97 fputc('\n', vcpu->file); in vcpu_interval_exec()
|
| /openbmc/u-boot/lib/ |
| H A D | slre.c | 103 (void) fputc(',', fp); in print_character_set() 111 (void) fputc(p[i], fp); in print_character_set() 145 (void) fputc('"', fp); in slre_dump() 149 (void) fputc(ch, fp); in slre_dump() 155 (void) fputc('"', fp); in slre_dump() 160 (void) fputc('\n', fp); in slre_dump()
|
| /openbmc/u-boot/tools/gdb/ |
| H A D | remote.c | 57 #define fputc_unfiltered fputc 58 #define fputc_filtered fputc 90 fputc(*s++, fp); in fputstrn_unfiltered()
|
| /openbmc/u-boot/tools/ |
| H A D | kwboot.c | 102 fputc(bs, stdout); in __spinner() 103 fputc(seq[state / div % sizeof(seq)], stdout); in __spinner() 128 fputc(c, stdout); in __progress() 135 fputc(' ', stdout); in __progress()
|
| /openbmc/qemu/hw/nvram/ |
| H A D | ds1225y.c | 63 fputc(val, s->file); in nvram_write()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.c | 312 fputc('\n', depfile); in main()
|
| H A D | treesource.c | 54 fputc('\t', f); in write_prefix()
|
| /openbmc/u-boot/common/ |
| H A D | console.c | 352 void fputc(int file, const char c) in fputc() function 528 fputc(stdout, c); in putc()
|
| /openbmc/u-boot/doc/ |
| H A D | README.console | 53 fputc (like putc but redirected to a file)
|
| H A D | README.iomux | 51 fputc() and fputs() have been modified to call iomux_putc() and
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sha512.c | 717 fputc('\\', stdout); in _gen_result() 718 fputc((int)*c, stdout); in _gen_result()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 53 fputc('\n', stdout);
|
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 592 + fputc('\n', stdout);
|
| /openbmc/qemu/tests/qtest/ |
| H A D | bios-tables-test.c | 393 fputc('\n', stderr); in load_expected_aml()
|