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