| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | minimad.c | 150 putchar((sample >> 0) & 0xff); in output() 151 putchar((sample >> 8) & 0xff); in output() 155 putchar((sample >> 0) & 0xff); in output() 156 putchar((sample >> 8) & 0xff); in output()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | video.c | 118 putchar(key); in get_entry() 122 putchar('\n'); in get_entry() 157 putchar('\n'); in display_menu() 181 putchar('\n'); in display_menu() 194 putchar('\n'); in display_menu() 215 putchar('\a'); /* Beep! */ in mode_menu()
|
| 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 | 92 putchar('\n'); in validate_cpu()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 134 putchar('\n'); in pretty_print_string_list() 248 putchar('\n'); in list_commands() 250 putchar('\n'); in list_commands() 258 putchar('\n'); in list_commands() 260 putchar('\n'); in list_commands()
|
| H A D | help.h | 20 putchar(c); in mput_char()
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 175 putchar('.'); /* Not supported */ in dump_statx() 177 putchar(attr_representation[63 - bit]); in dump_statx() 179 putchar('-'); /* Not set */ in dump_statx() 184 putchar(' '); in dump_statx()
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 38 putchar(0); in push_string() 45 putchar(0); in push_pad() 56 putchar(0); in push_rest() 61 putchar(0); in push_rest() 98 putchar(0); in cpio_trailer()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | fix-security-format.patch | 31 putchar('\n'); 40 putchar('\n');
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/aarch64/ |
| H A D | get-reg-list.c | 372 putchar('\n'); in main() 379 putchar('\n'); in main() 405 putchar('\n'); in main() 415 putchar('\n'); in main() 425 putchar('\n'); in main() 461 putchar('\n'); in main() 469 putchar('\n'); in main()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmstdlib.c | 746 putchar(int c) in putchar() function 757 putchar(c); in puts() 759 putchar('\n'); in puts() 1070 putchar(buffer[i]); in BCMPOSTTRAPFN() 1078 putchar('\r'); in BCMPOSTTRAPFN() 1106 putchar(c); in fputs() 1114 putchar('\n'); in puts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmstdlib.c | 746 putchar(int c) in putchar() function 757 putchar(c); in puts() 759 putchar('\n'); in puts() 1070 putchar(buffer[i]); in BCMPOSTTRAPFN() 1078 putchar('\r'); in BCMPOSTTRAPFN() 1106 putchar(c); in fputs() 1114 putchar('\n'); in puts()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 174 putchar('['); in conf_sym() 178 putchar('N'); in conf_sym() 181 putchar('M'); in conf_sym() 184 putchar('Y'); in conf_sym()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 172 putchar('['); in conf_sym() 176 putchar('N'); in conf_sym() 179 putchar('M'); in conf_sym() 182 putchar('Y'); in conf_sym()
|
| H A D | kxgettext.c | 193 putchar('\n'); in message__print_file_lineno() 205 putchar('\n'); in message__print_file_lineno()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 176 putchar('['); in conf_sym() 180 putchar('N'); in conf_sym() 183 putchar('M'); in conf_sym() 186 putchar('Y'); in conf_sym()
|
| H A D | kxgettext.c | 193 putchar('\n'); in message__print_file_lineno() 205 putchar('\n'); in message__print_file_lineno()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pfm.c | 181 putchar('\n'); in print_libpfm_events_detailed() 279 putchar('\n'); in print_libpfm_events()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | nonstdio.h | 13 #define putchar xmon_putchar macro
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | looper.c | 69 putchar('\n');
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | stdio.h | 83 int putchar(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | stdio.h | 83 int putchar(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdio | 79 int putchar(int c); 165 using ::putchar;
|