/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | util.c | 39 vfprintf(stderr, format, args); in perf_gtk__error() 64 vfprintf(stderr, format, args); in perf_gtk__warning_info_bar() 85 vfprintf(stderr, format, args); in perf_gtk__warning_statusbar()
|
/linux-6.3-rc2/tools/thermal/lib/ |
A D | log.c | 44 vfprintf(stderr, format, args); in logit() 47 vfprintf(stdout, format, args); in logit()
|
/linux-6.3-rc2/tools/perf/ui/ |
A D | util.c | 12 vfprintf(stderr, format, args); in perf_stdio__error() 22 vfprintf(stderr, format, args); in perf_stdio__warning()
|
A D | helpline.c | 48 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
|
/linux-6.3-rc2/tools/include/nolibc/ |
A D | stdio.h | 171 int vfprintf(FILE *stream, const char *fmt, va_list args) in vfprintf() function 283 ret = vfprintf(stream, fmt, args); in fprintf() 295 ret = vfprintf(stdout, fmt, args); in printf()
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | util.c | 184 vfprintf(stderr, fmt, list); in os_info() 193 vfprintf(stderr, fmt, list); in os_warn()
|
A D | start_up.c | 78 vfprintf(stderr, fmt, list); in fatal() 89 vfprintf(stderr, fmt, list); in non_fatal()
|
/linux-6.3-rc2/tools/lib/api/ |
A D | debug.c | 13 err = vfprintf(stderr, format, args); in __base_pr()
|
/linux-6.3-rc2/tools/lib/perf/tests/ |
A D | test-cpumap.c | 11 return vfprintf(stderr, fmt, ap); in libperf_print()
|
A D | test-threadmap.c | 11 return vfprintf(stderr, fmt, ap); in libperf_print()
|
/linux-6.3-rc2/tools/include/tools/ |
A D | dis-asm-compat.h | 28 r = vfprintf(out, fmt, args); in fprintf_styled()
|
/linux-6.3-rc2/tools/lib/perf/ |
A D | core.c | 16 return vfprintf(stderr, format, args); in __base_pr()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | debug.c | 82 ret += vfprintf(debug_file, fmt, args); in veprintf() 112 ret += vfprintf(stderr, fmt, args); in veprintf_time()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/ |
A D | assert.c | 86 vfprintf(stderr, fmt, ap); in test_assert()
|
/linux-6.3-rc2/arch/mips/boot/tools/ |
A D | relocs_main.c | 19 vfprintf(stderr, fmt, ap); in die()
|
/linux-6.3-rc2/arch/x86/tools/ |
A D | relocs_common.c | 8 vfprintf(stderr, fmt, ap); in die()
|
/linux-6.3-rc2/tools/lib/perf/Documentation/examples/ |
A D | counting.c | 15 return vfprintf(stderr, fmt, ap); in libperf_print()
|
A D | sampling.c | 15 return vfprintf(stderr, fmt, ap); in libperf_print()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | json_writer.c | 165 vfprintf(self->out, fmt, ap); in jsonw_vprintf_enquote() 175 vfprintf(self->out, fmt, ap); in jsonw_printf()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_split.c | 12 vfprintf(ctx, fmt, args); in btf_dump_printf()
|
/linux-6.3-rc2/scripts/dtc/ |
A D | util.h | 38 vfprintf(stderr, str, ap); in die()
|
/linux-6.3-rc2/tools/testing/selftests/firmware/ |
A D | fw_namespace.c | 31 vfprintf(stderr, fmt, ap); in die()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | utprint.c | 675 int vfprintf(FILE * file, const char *format, va_list args) in vfprintf() function 709 length = vfprintf(file, format, args); in fprintf()
|
/linux-6.3-rc2/tools/bpf/runqslower/ |
A D | runqslower.c | 87 return vfprintf(stderr, format, args); in libbpf_print_fn()
|
/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/ |
A D | osunixxf.c | 353 vfprintf(acpi_gbl_debug_file, fmt, args); in acpi_os_printf() 364 vfprintf(acpi_gbl_output_file, fmt, args); in acpi_os_printf()
|