/openbmc/u-boot/tools/gdb/ |
H A D | error.c | 23 vfprintf(stderr, fmt, args); in Warning() 37 vfprintf(stderr, fmt, args); in Error() 55 vfprintf(stderr, fmt, args); in Perror()
|
/openbmc/linux/tools/perf/ui/gtk/ |
H 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()
|
/openbmc/linux/tools/thermal/lib/ |
H A D | log.c | 44 vfprintf(stderr, format, args); in logit() 47 vfprintf(stdout, format, args); in logit()
|
/openbmc/linux/tools/perf/ui/ |
H A D | util.c | 12 vfprintf(stderr, format, args); in perf_stdio__error() 22 vfprintf(stderr, format, args); in perf_stdio__warning()
|
H A D | helpline.c | 48 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
|
/openbmc/openpower-hw-diags/util/ |
H A D | trace.hpp | 26 vfprintf(stdout, format, args); in inf() 43 vfprintf(stderr, format, args); in err()
|
/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/ |
H A D | error.h | 23 vfprintf(stderr, format, ap); in error() 49 vfprintf(stderr, format, ap); in error_at_line()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdio.h | 217 int vfprintf(FILE *stream, const char *fmt, va_list args) in vfprintf() function 325 return vfprintf(stdout, fmt, args); in vprintf() 335 ret = vfprintf(stream, fmt, args); in fprintf() 347 ret = vfprintf(stdout, fmt, args); in printf()
|
/openbmc/linux/tools/include/linux/ |
H A D | panic.h | 14 vfprintf(stderr, fmt, argp); in panic()
|
/openbmc/qemu/stubs/ |
H A D | error-printf.c | 17 return vfprintf(stderr, fmt, ap); in error_vprintf()
|
/openbmc/linux/tools/lib/api/ |
H A D | debug.c | 13 err = vfprintf(stderr, format, args); in __base_pr()
|
/openbmc/linux/tools/lib/perf/tests/ |
H A D | test-cpumap.c | 11 return vfprintf(stderr, fmt, ap); in libperf_print()
|
H A D | test-threadmap.c | 11 return vfprintf(stderr, fmt, ap); in libperf_print()
|
/openbmc/linux/tools/lib/perf/ |
H A D | core.c | 16 return vfprintf(stderr, format, args); in __base_pr()
|
/openbmc/linux/tools/include/tools/ |
H A D | dis-asm-compat.h | 28 r = vfprintf(out, fmt, args); in fprintf_styled()
|
/openbmc/qemu/util/ |
H A D | qemu-print.c | 54 return vfprintf(stream, fmt, ap); in qemu_vfprintf()
|
/openbmc/libmctp/ |
H A D | log.c | 42 vfprintf(stderr, fmt, ap); in mctp_prlog()
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.c | 82 ret += vfprintf(debug_file, fmt, args); in veprintf() 112 ret += vfprintf(stderr, fmt, args); in veprintf_time()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_main.c | 19 vfprintf(stderr, fmt, ap); in die()
|
/openbmc/phosphor-mboxd/ |
H A D | common.c | 28 vfprintf(s, fmt, args); in mbox_log_console()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | assert.c | 86 vfprintf(stderr, fmt, ap); in test_assert()
|
/openbmc/hiomapd/ |
H A D | common.c | 28 vfprintf(s, fmt, args); in mbox_log_console()
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_common.c | 8 vfprintf(stderr, fmt, ap); in die()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | trap.c | 23 vfprintf(stderr, fmt, ap); in error1()
|
/openbmc/linux/tools/lib/perf/Documentation/examples/ |
H A D | counting.c | 15 return vfprintf(stderr, fmt, ap); in libperf_print()
|