Home
last modified time | relevance | path

Searched refs:k5_set_error (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/util/support/
H A Dplugins.c96 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 Dlibkrb5support-fixed.exports16 k5_set_error
H A Derrors.c39 k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) in k5_set_error() function
/freebsd/crypto/krb5/src/include/
H A Dk5-err.h51 void k5_set_error(struct errinfo *ep, long code, const char *fmt, ...)
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dkerrs.c119 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 Dversion.map18 k5_set_error;