Searched refs:vprintf (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/tests/benchmark/ |
| H A D | helpers.c | 39 vprintf(fmt, args); in benchmark_log()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | misc_protos.h | 174 extern int vprintf(const char *format, va_list ap) __printflike(1, 0);
|
| H A D | printf.c | 911 vprintf(const char *fmt, va_list ap) in vprintf() function
|
| /xnu-10063.141.1/bsd/libkern/ |
| H A D | libkern.h | 215 extern int vprintf(const char *, va_list) __printflike(1, 0);
|
| /xnu-10063.141.1/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 248 vprintf(kdp_fmt, args); in kdp_panic()
|
| /xnu-10063.141.1/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 286 vprintf(kdp_fmt, args); in kdp_panic()
|
| /xnu-10063.141.1/tools/kt-dump/ |
| H A D | kt-dump.cpp | 140 n += vprintf(format, ap); in printf_with_indent()
|
| /xnu-10063.141.1/bsd/nfs/ |
| H A D | nfs_subs.c | 112 vprintf(fmt, ap); in nfs_printf()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_subr.c | 5316 vprintf(fmt, ap); in vn_print_state()
|