Searched refs:fputc (Results 1 – 10 of 10) sorted by relevance
| /u-boot/include/ |
| A D | stdio.h | 49 #define eputc(c) fputc(stderr, c) 55 void fputc(int file, const char c);
|
| /u-boot/scripts/kconfig/ |
| A D | zconf.y | 686 fputc('\n', out); in print_symbol() 695 fputc('\n', out); in print_symbol() 703 fputc('\n', out); in print_symbol() 708 fputc('\n', out); in print_symbol() 713 fputc('\n', out); in print_symbol() 718 fputc('\n', out); in print_symbol() 765 fputc('\n', out); in zconfdump()
|
| /u-boot/lib/ |
| A D | slre.c | 104 (void) fputc(',', fp); in print_character_set() 112 (void) fputc(p[i], fp); in print_character_set() 146 (void) fputc('"', fp); in slre_dump() 150 (void) fputc(ch, fp); in slre_dump() 156 (void) fputc('"', fp); in slre_dump() 161 (void) fputc('\n', fp); in slre_dump()
|
| /u-boot/tools/gdb/ |
| A D | remote.c | 57 #define fputc_unfiltered fputc 58 #define fputc_filtered fputc 90 fputc(*s++, fp); in fputstrn_unfiltered()
|
| /u-boot/tools/ |
| 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()
|
| /u-boot/scripts/dtc/ |
| A D | dtc.c | 312 fputc('\n', depfile); in main()
|
| A D | treesource.c | 54 fputc('\t', f); in write_prefix()
|
| /u-boot/doc/ |
| A D | README.console | 53 fputc (like putc but redirected to a file)
|
| A D | README.iomux | 51 fputc() and fputs() have been modified to call iomux_putc() and
|
| /u-boot/common/ |
| A D | console.c | 508 void fputc(int file, const char c) in fputc() function 674 fputc(stdout, c); in putc()
|
Completed in 18 milliseconds