Home
last modified time | relevance | path

Searched refs:fputc (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/include/
H A Dstdio.h49 #define eputc(c) fputc(stderr, c)
55 void fputc(int file, const char c);
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y683 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 Dbbv.c79 fputc('T', vcpu->file); in vcpu_interval_exec()
97 fputc('\n', vcpu->file); in vcpu_interval_exec()
/openbmc/u-boot/lib/
H A Dslre.c103 (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 Dremote.c57 #define fputc_unfiltered fputc
58 #define fputc_filtered fputc
90 fputc(*s++, fp); in fputstrn_unfiltered()
/openbmc/u-boot/tools/
H A Dkwboot.c102 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 Dds1225y.c63 fputc(val, s->file); in nvram_write()
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c312 fputc('\n', depfile); in main()
H A Dtreesource.c54 fputc('\t', f); in write_prefix()
/openbmc/u-boot/common/
H A Dconsole.c352 void fputc(int file, const char c) in fputc() function
528 fputc(stdout, c); in putc()
/openbmc/u-boot/doc/
H A DREADME.console53 fputc (like putc but redirected to a file)
H A DREADME.iomux51 fputc() and fputs() have been modified to call iomux_putc() and
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c717 fputc('\\', stdout); in _gen_result()
718 fputc((int)*c, stdout); in _gen_result()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch53 fputc('\n', stdout);
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch592 + fputc('\n', stdout);
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c393 fputc('\n', stderr); in load_expected_aml()