| /linux/tools/testing/selftests/bpf/ |
| H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 50 putc(self->sep, self->out); in jsonw_eor() 59 putc('"', self->out); in jsonw_puts() 84 putc(*str, self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', self->out); in jsonw_vprintf_enquote() [all …]
|
| /linux/tools/bpf/bpftool/ |
| H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 50 putc(self->sep, self->out); in jsonw_eor() 59 putc('"', self->out); in jsonw_puts() 84 putc(*str, self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', self->out); in jsonw_vprintf_enquote() [all …]
|
| /linux/arch/arm/boot/compressed/ |
| H A D | debug.S | 9 ENTRY(putc) 18 ENDPROC(putc) 22 ENTRY(putc) 39 ENDPROC(putc)
|
| H A D | misc.c | 87 #define putc(ch) icedcc_putc(ch) macro 96 putc('\r'); in putstr() 97 putc(c); in putstr()
|
| H A D | head.S | 82 bl putc 1378 @ putc corrupts {r0, r1, r2, r3} 1379 putc: label 1394 bl putc 1396 bl putc 1403 bleq putc 1409 bl putc
|
| /linux/arch/mips/boot/compressed/ |
| H A D | dbg.c | 14 void __weak putc(char c) in putc() function 22 putc(c); in puts() 24 putc('\r'); in puts()
|
| H A D | decompress.h | 10 extern void putc(char c); 14 #define putc(s) do {} while (0) macro
|
| H A D | uart-prom.c | 6 void putc(char c) in putc() function
|
| H A D | uart-alchemy.c | 6 void putc(char c) in putc() function
|
| H A D | uart-16550.c | 46 void putc(char c) in putc() function
|
| /linux/arch/arm/include/debug/ |
| H A D | uncompress.h | 3 extern void putc(int c); 5 static inline void putc(int c) {} in putc() function
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | asm-utils.S | 12 function putc 24 .globl putc 82 bl putc 109 b putc
|
| /linux/scripts/genksyms/ |
| H A D | genksyms.c | 499 putc(symbol_types[list->tag].n, f); in print_node() 500 putc('#', f); in print_node() 530 putc(' ', f); in print_list() 717 putc('\n', stderr); in error_with_pos() 825 putc(symbol_types[sym->type].n, dumpfile); in main() 826 putc('#', dumpfile); in main() 829 putc(' ', dumpfile); in main() 833 putc('\n', dumpfile); in main()
|
| /linux/arch/arm/mach-footbridge/include/mach/ |
| H A D | uncompress.h | 15 static inline void putc(char c) in putc() function
|
| /linux/arch/arm/mach-sa1100/include/mach/ |
| H A D | uncompress.h | 23 static inline void putc(int c) in putc() function
|
| /linux/arch/powerpc/boot/ |
| H A D | mpc52xx-psc.c | 60 scdp->putc = psc_putc; in mpc5200_psc_console_init()
|
| H A D | ns16550.c | 78 scdp->putc = ns16550_putc; in ns16550_console_init()
|
| H A D | opal.c | 93 scdp->putc = opal_con_putc; in opal_console_init()
|
| H A D | cpm-serial.c | 290 scdp->putc = cpm_serial_putc; in cpm_console_init()
|
| H A D | ops.h | 69 void (*putc)(unsigned char c); member
|
| /linux/arch/arm/mach-rpc/include/mach/ |
| H A D | uncompress.h | 76 static inline void putc(int c) in putc() function
|
| /linux/scripts/kconfig/ |
| H A D | parser.y | 656 putc('"', out); in yyerror() 665 putc('"', out); in print_quoted_string()
|
| /linux/scripts/ |
| H A D | unifdef.c | 372 putc(*c, stderr); in version() 373 putc('\n', stderr); in version()
|
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 152 /* putc(), fputc(), putchar() */ 154 #define putc(c, stream) fputc(c, stream) macro
|
| /linux/tools/perf/ui/stdio/ |
| H A D | hist.c | 529 printed += putc('\n', fp); in hist_entry__hierarchy_fprintf()
|