subr_prf.c | 1037 vprintf_flags(int flags, const char *fmt, va_list ap) function in typeref:typename:void 1050 vprintf_flags(flags, fmt, ap); 1060 vprintf_flags(TOLOG, fmt, ap); 1074 vprintf_flags(TOCONS, fmt, ap); 1088 vprintf_flags(TOCONS|NOTSTAMP, fmt, ap); 1105 vprintf_flags(TOCONS | TOLOG, fmt, ap); 1117 vprintf_flags(TOCONS | TOLOG, fmt, ap);
|