Searched refs:k5_set_error (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/util/support/ |
H A D | plugins.c | 96 k5_set_error(ep, ENOENT, _("unable to load plugin [%s]: %s"), in open_plugin_dlfcn() 118 k5_set_error(ep, ENOENT, "%s", e); in get_sym_dlfcn() 142 k5_set_error(ep, ENOENT, _("unable to load DLL [%s]"), filename); in open_plugin_win32() 166 k5_set_error(ep, ENOENT, _("unable to get DLL Symbol: %s"), in get_sym_win32() 190 k5_set_error(ep, ENOENT, _("plugin loading unavailable")); in open_plugin_dummy()
|
H A D | libkrb5support-fixed.exports | 16 k5_set_error
|
H A D | errors.c | 39 k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) in k5_set_error() function
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-err.h | 51 void k5_set_error(struct errinfo *ep, long code, const char *fmt, ...)
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | kerrs.c | 119 k5_set_error(&ctx->err, code, "%s: %s", prepend, prev_msg); in krb5_vwrap_error_message() 131 k5_set_error(&dest_ctx->err, src_ctx->err.code, "%s", in krb5_copy_error_message()
|
/freebsd/krb5/util/support/ |
H A D | version.map | 18 k5_set_error;
|