Searched refs:fputs (Results 1 – 12 of 12) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | zconf.y | 639 fputs("\\\"", out); in print_quoted_string() 642 fputs(str, out); in print_quoted_string() 657 fputs(" bool\n", out); in print_symbol() 669 fputs(" hex\n", out); in print_symbol() 672 fputs(" ???\n", out); in print_symbol() 683 fputs(" if ", out); in print_symbol() 692 fputs(" if ", out); in print_symbol() 716 fputs( " menu ", out); in print_symbol() 752 fputs("\n", out); in zconfdump() 755 fputs("\nmenu ", out); in zconfdump() [all …]
|
A D | symbol.c | 318 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
|
/u-boot/include/ |
A D | stdio.h | 50 #define eputs(s) fputs(stderr, s) 54 void fputs(int file, const char *s);
|
/u-boot/tools/gdb/ |
A D | remote.c | 55 #define fputs_unfiltered fputs 56 #define fputs_filtered fputs 65 #define fputstr_unfiltered(a,b,c) fputs((a), (c))
|
/u-boot/common/ |
A D | console.c | 514 void fputs(int file, const char *s) in fputs() function 535 fputs(file, printbuffer); in fprintf() 718 fputs(stdout, s); in puts()
|
A D | cli_hush.c | 1015 fputs(prompt_str, stdout); in get_user_input()
|
/u-boot/doc/ |
A D | README.console | 54 fputs (like puts but redirected to a file)
|
A D | README.iomux | 51 fputc() and fputs() have been modified to call iomux_putc() and
|
/u-boot/drivers/mtd/ubi/ |
A D | crc32.c | 387 fputs(prefix, stdout); in buf_dump()
|
/u-boot/tools/ |
A D | kwboot.c | 136 fputs(nl, stdout); in __progress()
|
/u-boot/lib/efi_loader/ |
A D | efi_console.c | 166 fputs(stdout, buf); in efi_cout_output_string()
|
/u-boot/scripts/dtc/ |
A D | checks.c | 92 fputs(": ", stderr); in check_msg()
|
Completed in 23 milliseconds