Home
last modified time | relevance | path

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

12

/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('"', self->out); in jsonw_vprintf_enquote()
[all …]
/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('"', self->out); 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.c14 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.c41 void putc(char c) in putc() function
/linux/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S12 function putc
24 .globl putc
82 bl putc
109 b putc
/linux/arch/m68k/kernel/
H A Dhead.S474 .macro putc ch macro
491 putc \ch
891 putc '\n'
892 putc 'A'
908 putc 'B'
935 putc 'C'
946 putc 'D'
980 putc 'E'
1035 putc 'Q'
1169 putc 'F'
[all …]
/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/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()
H A Dops.h69 void (*putc)(unsigned char c); member
/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
/linux/scripts/kconfig/
H A Dparser.y616 putc('"', out); in print_quoted_string()
625 putc('"', out); in print_quoted_string()
/linux/scripts/
H A Dunifdef.c372 putc(*c, stderr); in version()
373 putc('\n', stderr); in version()

12