Searched refs:fputs (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.y | 608 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 D | zconf.tab.c_shipped | 2325 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 D | zconf.lex.c_shipped | 957 /* This used to be an fputs(), but since the string might contain NUL's,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio.h | 55 #define eputs(s) fputs(stderr, s) 59 void fputs(int file, const char *s);
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | remote.c | 54 #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 D | zglobal.h | 393 #define vstring(x) fputs(stderr, x)
|
| H A D | console.c | 382 void fputs(int file, const char *s) in fputs() function 409 fputs(file, printbuffer); in fprintf()
|
| H A D | lrz.c | 865 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 D | cli_hush.c | 1017 fputs(prompt_str, stdout); in get_user_input()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.console | 55 fputs (like puts but redirected to a file)
|
| H A D | README.iomux | 52 fputc() and fputs() have been modified to call iomux_putc() and
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | crc32.c | 386 fputs(prefix, stdout); in buf_dump()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwboot.c | 136 fputs(nl, stdout); in __progress()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 755 /* This used to be an fputs(), but since the string might contain NUL's,
|