error.c | 77 static void exverror(int, const char *, va_list) __dead; 161 * Exverror is called to raise the error exception. If the second argument 166 exverror(int cond, const char *msg, va_list ap) function in typeref:typename:__printflike (2,0)void 173 CTRACE(DBG_ERRS, ("exverror(%d, \"", cond)); 177 CTRACE(DBG_ERRS, ("exverror(%d, NULL) pid=%d\n", cond, 200 exverror(EXERROR, msg, ap); 212 exverror(cond, msg, ap);
|