Searched refs:putc (Results 1 – 7 of 7) sorted by relevance
| /tools/bpf/bpftool/ |
| 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 …]
|
| /tools/testing/selftests/arm64/fp/ |
| A D | asm-utils.S | 12 function putc 24 .globl putc 82 bl putc 109 b putc
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcspushm.S | 30 function putc 42 .globl putc
|
| A D | gcsstr.S | 32 function putc 44 .globl putc
|
| A D | gcs-stress-thread.S | 42 function putc 54 .globl putc 123 bl putc 231 bl putc
|
| /tools/include/nolibc/ |
| A D | stdio.h | 154 #define putc(c, stream) fputc(c, stream) macro
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 529 printed += putc('\n', fp); in hist_entry__hierarchy_fprintf()
|
Completed in 10 milliseconds