Home
last modified time | relevance | path

Searched refs:fputs (Results 1 – 12 of 12) sorted by relevance

/u-boot/scripts/kconfig/
A Dzconf.y639 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 Dsymbol.c318 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
/u-boot/include/
A Dstdio.h50 #define eputs(s) fputs(stderr, s)
54 void fputs(int file, const char *s);
/u-boot/tools/gdb/
A Dremote.c55 #define fputs_unfiltered fputs
56 #define fputs_filtered fputs
65 #define fputstr_unfiltered(a,b,c) fputs((a), (c))
/u-boot/common/
A Dconsole.c514 void fputs(int file, const char *s) in fputs() function
535 fputs(file, printbuffer); in fprintf()
718 fputs(stdout, s); in puts()
A Dcli_hush.c1015 fputs(prompt_str, stdout); in get_user_input()
/u-boot/doc/
A DREADME.console54 fputs (like puts but redirected to a file)
A DREADME.iomux51 fputc() and fputs() have been modified to call iomux_putc() and
/u-boot/drivers/mtd/ubi/
A Dcrc32.c387 fputs(prefix, stdout); in buf_dump()
/u-boot/tools/
A Dkwboot.c136 fputs(nl, stdout); in __progress()
/u-boot/lib/efi_loader/
A Defi_console.c166 fputs(stdout, buf); in efi_cout_output_string()
/u-boot/scripts/dtc/
A Dchecks.c92 fputs(": ", stderr); in check_msg()

Completed in 23 milliseconds