Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y608 fputs("\\\"", out); in print_quoted_string()
611 fputs(str, out); in print_quoted_string()
626 fputs(" boolean\n", out); in print_symbol()
629 fputs(" tristate\n", out); in print_symbol()
632 fputs(" string\n", out); in print_symbol()
635 fputs(" integer\n", out); in print_symbol()
638 fputs(" hex\n", out); in print_symbol()
641 fputs(" ???\n", out); in print_symbol()
649 fputs(" prompt ", out); in print_symbol()
652 fputs(" if ", out); in print_symbol()
[all …]
H A Dzconf.tab.c_shipped2325 fputs("\\\"", out);
2328 fputs(str, out);
2343 fputs(" boolean\n", out);
2346 fputs(" tristate\n", out);
2349 fputs(" string\n", out);
2352 fputs(" integer\n", out);
2355 fputs(" hex\n", out);
2358 fputs(" ???\n", out);
2366 fputs(" prompt ", out);
2369 fputs(" if ", out);
[all …]
H A Dzconf.lex.c_shipped957 /* This used to be an fputs(), but since the string might contain NUL's,
/rk3399_rockchip-uboot/include/
H A Dstdio.h55 #define eputs(s) fputs(stderr, s)
59 void fputs(int file, const char *s);
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c54 #define fputs_unfiltered fputs
55 #define fputs_filtered fputs
64 #define fputstr_unfiltered(a,b,c) fputs((a), (c))
/rk3399_rockchip-uboot/common/
H A Dzglobal.h393 #define vstring(x) fputs(stderr, x)
H A Dconsole.c382 void fputs(int file, const char *s) in fputs() function
409 fputs(file, printbuffer); in fprintf()
H A Dlrz.c865 fputs(stderr, "\r\n"); in zmodem_rx()
867 fputs(stderr, "Transfer incomplete\n"); in zmodem_rx()
869 fputs(stderr, "Transfer complete\n"); in zmodem_rx()
H A Dcli_hush.c1017 fputs(prompt_str, stdout); in get_user_input()
/rk3399_rockchip-uboot/doc/
H A DREADME.console55 fputs (like puts but redirected to a file)
H A DREADME.iomux52 fputc() and fputs() have been modified to call iomux_putc() and
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32.c386 fputs(prefix, stdout); in buf_dump()
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c136 fputs(nl, stdout); in __progress()
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped755 /* This used to be an fputs(), but since the string might contain NUL's,