Searched refs:fputc (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/tools/perf/util/
H A Ddata-convert-json.c44 fputc('"', out);
62 fputc(*s, out);
68 fputc('"', out);
78 fputc(',', out);
79 fputc('\n', out);
81 fputc('\t', out);
133 fputc(',', out);
140 fputc(',', out);
173 fputc(',', out);
219 fputc(',', ou
[all...]
H A Dparse-regs-options.c53 fputc('\n', stderr);
H A Dcolor.c116 if (fputc('\n', fp) < 0)
H A Dstat-display.c382 fputc('\n', os->fh);
1001 fputc('{', output);
1014 fputc('\n', output);
1030 fputc('{', config->output);
1052 fputc('}', output);
1054 fputc('\n', output);
1171 fputc(' ', config->output);
1235 fputc('\n', config->output);
1521 fputc('\n', output);
H A Devsel_fprintf.c106 fputc('\n', fp);
H A Dannotate.c2791 fputc('\n', fp);
/linux-master/tools/lib/perf/include/internal/
H A Dtests.h60 fputc('\n', stderr); \
/linux-master/drivers/zorro/
H A Dgen-devlist.c24 fputc(*c, f);
/linux-master/tools/include/nolibc/
H A Dstdio.h119 /* putc(), fputc(), putchar() */
121 #define putc(c, stream) fputc(c, stream)
124 int fputc(int c, FILE* stream) function
136 return fputc(c, stdout);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c405 fputc(*text, out);
414 fputc(' ', out);
424 fputc(*pattern, out);
431 fputc('\n', out);
444 fputc('^', out);
446 fputc(' ', out);
448 fputc('\n', out);
/linux-master/scripts/kconfig/
H A Dparser.y647 fputc('\n', out);
656 fputc('\n', out);
664 fputc('\n', out);
669 fputc('\n', out);
674 fputc('\n', out);
679 fputc('\n', out);
726 fputc('\n', out);
/linux-master/scripts/dtc/
H A Dtreesource.c39 fputc('\t', f);
123 fputc(' ', f);
238 fputc(' ', f);
H A Ddtc.c313 fputc('\n', depfile);
/linux-master/tools/perf/
H A Dbuiltin-list.c147 fputc(' ', fp);
150 fputc('\n', fp);
178 fputc('\n', fp);
203 fputc('\n', fp);
221 fputc('\n', fp);
H A Dbuiltin-trace.c2593 fputc('\n', trace->output);
2853 fputc(')', trace->output);
4303 else if (fputc('\n', fp) != EOF)
H A Dbuiltin-script.c2242 fputc(cursor ? '\n' : ' ', fp);
/linux-master/tools/perf/bench/
H A Duprobe.c135 fputc('\n', fp);
/linux-master/tools/lib/subcmd/
H A Dparse-options.c702 fputc('\n', stderr);
776 fputc('\n', stderr);
896 fputc('\n', stderr);
908 fputc('\n', stderr);
955 fputc('\n', stderr);
/linux-master/arch/x86/boot/tools/
H A Dbuild.c127 fputc('\n', stderr);
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c470 fputc('\n', config->output);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c62 fputc('\n', stderr);
H A Dmptcp_sockopt.c149 fputc('\n', stderr);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c454 fputc('\t', dfile);
/linux-master/tools/perf/ui/stdio/
H A Dhist.c88 fputc('\n', fp);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c727 fputc(0, libbpf_capture_stream);

Completed in 358 milliseconds

12