Searched refs:vprintf_flags (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_prf.c | 1037 vprintf_flags(int flags, const char *fmt, va_list ap) in vprintf_flags() function 1050 vprintf_flags(flags, fmt, ap); in printf_flags() 1060 vprintf_flags(TOLOG, fmt, ap); in printf_tolog() 1074 vprintf_flags(TOCONS, fmt, ap); in printf_nolog() 1088 vprintf_flags(TOCONS|NOTSTAMP, fmt, ap); in printf_nostamp() 1105 vprintf_flags(TOCONS | TOLOG, fmt, ap); in printf() 1117 vprintf_flags(TOCONS | TOLOG, fmt, ap); in vprintf()
|
/netbsd-src/sys/sys/ |
H A D | systm.h | 292 void vprintf_flags(int, const char *, va_list) __printflike(2, 0);
|