Searched refs:vfprintf (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/tools/include/linux/
H A Dpanic.h14 vfprintf(stderr, fmt, argp);
/linux-master/tools/perf/ui/
H A Dutil.c12 vfprintf(stderr, format, args);
22 vfprintf(stderr, format, args);
H A Dhelpline.c48 vfprintf(stderr, fmt, ap);
/linux-master/tools/lib/api/
H A Ddebug.c13 err = vfprintf(stderr, format, args);
/linux-master/tools/perf/ui/gtk/
H A Dutil.c39 vfprintf(stderr, format, args);
64 vfprintf(stderr, format, args);
85 vfprintf(stderr, format, args);
/linux-master/tools/include/tools/
H A Ddis-asm-compat.h28 r = vfprintf(out, fmt, args);
/linux-master/tools/lib/perf/tests/
H A Dtest-cpumap.c11 return vfprintf(stderr, fmt, ap);
H A Dtest-threadmap.c11 return vfprintf(stderr, fmt, ap);
/linux-master/tools/thermal/lib/
H A Dlog.c44 vfprintf(stderr, format, args);
47 vfprintf(stdout, format, args);
/linux-master/tools/lib/perf/
H A Dcore.c16 return vfprintf(stderr, format, args);
/linux-master/arch/x86/tools/
H A Drelocs_common.c8 vfprintf(stderr, fmt, ap);
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c19 vfprintf(stderr, fmt, ap);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dassert.c86 vfprintf(stderr, fmt, ap);
/linux-master/tools/include/nolibc/
H A Dstdio.h210 /* minimal vfprintf(). It supports the following formats:
216 int vfprintf(FILE *stream, const char *fmt, va_list args) function
324 return vfprintf(stdout, fmt, args);
334 ret = vfprintf(stream, fmt, args);
346 ret = vfprintf(stdout, fmt, args);
/linux-master/tools/lib/perf/Documentation/examples/
H A Dcounting.c15 return vfprintf(stderr, fmt, ap);
H A Dsampling.c15 return vfprintf(stderr, fmt, ap);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c12 vfprintf(ctx, fmt, args);
/linux-master/scripts/dtc/
H A Dutil.h38 vfprintf(stderr, str, ap);
/linux-master/tools/testing/selftests/firmware/
H A Dfw_namespace.c27 vfprintf(stderr, fmt, ap);
/linux-master/tools/bpf/bpftool/
H A Djson_writer.c162 vfprintf(self->out, fmt, ap);
172 vfprintf(self->out, fmt, ap);
/linux-master/tools/testing/selftests/bpf/
H A Djson_writer.c162 vfprintf(self->out, fmt, ap);
172 vfprintf(self->out, fmt, ap);
/linux-master/arch/um/os-Linux/
H A Dstart_up.c78 vfprintf(stderr, fmt, list);
89 vfprintf(stderr, fmt, list);
/linux-master/tools/perf/util/
H A Ddebug.c92 ret += vfprintf(debug_file(), fmt, args);
121 ret += vfprintf(debug_file(), fmt, args);
H A Dcolor.c56 r += vfprintf(fp, fmt, args);
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c90 vfprintf(stderr, fmt, ap);

Completed in 178 milliseconds

1234