Home
last modified time | relevance | path

Searched refs:putc (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/bpf/bpftool/
H A Djson_writer.c42 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('"', sel in jsonw_vprintf_enquote()
[all...]
/linux/tools/testing/selftests/bpf/
H A Djson_writer.c42 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('"', sel in jsonw_vprintf_enquote()
[all...]
/linux/arch/arm/boot/compressed/
H A Ddebug.S9 ENTRY(putc)
18 ENDPROC(putc)
22 ENTRY(putc)
39 ENDPROC(putc)
H A Dmisc.c87 #define putc(ch) icedcc_putc(ch) macro
96 putc('\r'); in putstr()
97 putc(c); in putstr()
H A Dhead.S82 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 Ddbg.c5 * NOTE: putc() is board specific, if your board have a 16550 compatible uart,
7 * need to implement your own putc().
14 void __weak putc(char c) in putc() function
22 putc(c); in puts()
24 putc('\r'); in puts()
H A Ddecompress.h10 extern void putc(char c);
14 #define putc(s) do {} while (0) macro
H A Duart-prom.c6 void putc(char c) in putc() function
H A Duart-alchemy.c6 void putc(char c) in putc() function
H A Duart-16550.c46 void putc(char c) in putc() function
/linux/arch/arm/include/debug/
H A Duncompress.h3 extern void putc(int c);
5 static inline void putc(int c) {} in putc() function
/linux/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S12 function putc
24 .globl putc symbol
82 bl putc
109 b putc
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress-thread.S42 function putc
54 .globl putc symbol
123 bl putc
231 bl putc
H A Dgcspushm.S30 function putc
42 .globl putc symbol
H A Dgcsstr.S32 function putc
44 .globl putc symbol
/linux/scripts/genksyms/
H A Dgenksyms.c499 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/powerpc/boot/
H A Dserial.c31 scdp->putc(*buf++); in serial_write()
65 scdp->putc(ch); in serial_edit_cmdline()
H A Dmpc52xx-psc.c60 scdp->putc = psc_putc; in mpc5200_psc_console_init()
H A Dns16550.c78 scdp->putc = ns16550_putc; in ns16550_console_init()
H A Dopal.c93 scdp->putc = opal_con_putc; in opal_console_init()
H A Dcpm-serial.c290 scdp->putc = cpm_serial_putc; in cpm_console_init()
/linux/arch/arm/mach-footbridge/include/mach/
H A Duncompress.h15 static inline void putc(char c) in putc() function
/linux/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h23 static inline void putc(int c) in putc() function
/linux/arch/mips/include/asm/txx9/
H A Dgeneric.h89 void (*putc)(unsigned int pos, unsigned char val));
/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h76 static inline void putc(int c) in putc() function

12