| /linux/arch/nios2/boot/compressed/ |
| H A D | console.c | 42 static int putchar(int ch) in putchar() function 76 static int putchar(int ch) in putchar() function 96 static int putchar(int ch) in putchar() function 110 putchar(*s++); in puts()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | get-reg-list.c | 184 putchar('\n'); in run_test() 191 putchar('\n'); in run_test() 231 putchar('\n'); in run_test() 243 putchar('\n'); in run_test() 262 putchar('\n'); in run_test() 290 putchar('\n'); in run_test() 298 putchar('\n'); in run_test()
|
| /linux/arch/x86/boot/ |
| H A D | tty.c | 50 void __section(".inittext") putchar(int ch) in putchar() function 53 putchar('\r'); /* \n -> \r\n */ in putchar() 64 putchar(*str++); in puts()
|
| H A D | cpu.c | 79 putchar('\n'); in validate_cpu()
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 181 putchar('.'); /* Not supported */ in dump_statx() 183 putchar(attr_representation[63 - bit]); in dump_statx() 185 putchar('-'); /* Not set */ in dump_statx() 190 putchar(' '); in dump_statx()
|
| /linux/tools/lib/subcmd/ |
| H A D | help.c | 161 putchar('\n'); in pretty_print_string_list() 275 putchar('\n'); in list_commands() 277 putchar('\n'); in list_commands() 285 putchar('\n'); in list_commands() 287 putchar('\n'); in list_commands()
|
| H A D | help.h | 20 putchar(c); in mput_char()
|
| H A D | parse-options.c | 665 putchar('\n'); in parse_options_subcommand() 672 putchar('\n'); in parse_options_subcommand()
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | misc.c | 136 static int putchar(int c) in putchar() function 185 putchar(fmt[i++]); in printf() 296 putchar('D'); /* if you get this D and no more, string storage */ in decompress_kernel()
|
| /linux/arch/powerpc/xmon/ |
| H A D | nonstdio.h | 13 #define putchar xmon_putchar macro
|
| /linux/scripts/kconfig/ |
| H A D | conf.c | 365 putchar('['); in conf_sym() 369 putchar('N'); in conf_sym() 372 putchar('M'); in conf_sym() 375 putchar('Y'); in conf_sym()
|
| /linux/Documentation/admin-guide/ |
| H A D | java.rst | 351 if(c) putchar(c); 358 else if(x == '/') putchar('.'); 359 else putchar(x); 361 putchar('\n');
|
| /linux/tools/perf/ |
| H A D | perf.c | 286 putchar('\n'); in handle_options() 295 putchar('\n'); in handle_options()
|
| H A D | builtin-check.c | 93 putchar('\n'); in feature_status__printf()
|
| H A D | builtin-top.c | 354 putchar('\n'); in perf_top__print_sym_table()
|
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 167 int putchar(int c) in putchar() function 218 return putchar('\n'); in puts()
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 280 putchar('\n'); in tm_una_ping()
|
| /linux/tools/testing/selftests/sched/ |
| H A D | cs_prctl_test.c | 108 putchar('\n'); in handle_usage()
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm.c | 590 putchar(input); in output_listing()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 257 putchar(p[i]); in rxq_num()
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 2074 void (*putchar)(struct uart_port *, unsigned char)) in uart_console_write() 2080 putchar(port, '\r'); in uart_console_write() 2081 putchar(port, *s); in uart_console_write()
|
| /linux/tools/mm/ |
| H A D | page-types.c | 871 putchar('\n'); in usage()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 304 putchar('\n'); in print_bic_set()
|