Lines Matching +full:last +full:- +full:level
2 * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
38 krb5_error_code code, int level, const char *fmt, va_list ap)
43 krb5_error_code code, int level, const char *fmt, va_list ap) in _warnerr() argument
73 if(context && context->warn_dest) in _warnerr()
74 krb5_log(context, context->warn_dest, level, xfmt, args[0], args[1]); in _warnerr()
82 #define FUNC(ETEXT, CODE, LEVEL) \ argument
86 ret = _warnerr(context, ETEXT, CODE, LEVEL, fmt, ap); \
94 * the last failure.
97 * @param code error code of the last error
114 * the last failure.
117 * @param code error code of the last error
167 * the last failure and then exit.
171 * @param code error code of the last error
190 * the last failure and then exit.
194 * @param code error code of the last error
251 * the last failure and then abort.
254 * @param code error code of the last error
273 * the last failure and then abort.
276 * @param code error code of the last error
304 * @param code error code of the last error
331 context->warn_dest = fac; in krb5_set_warn_dest()
346 return context->warn_dest; in krb5_get_warn_dest()