Home
last modified time | relevance | path

Searched refs:scratch_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c56 if (ep->msg && ep->msg != ep->scratch_buf) { in krb5int_vset_error()
70 vsnprintf(ep->scratch_buf, sizeof(ep->scratch_buf), fmt, args); in krb5int_vset_error()
71 p = strdup(ep->scratch_buf); in krb5int_vset_error()
72 ep->msg = p ? p : ep->scratch_buf; in krb5int_vset_error()
82 strcpy(ep->scratch_buf, _("Out of memory")); in krb5int_get_error()
83 r = ep->scratch_buf; in krb5int_get_error()
88 strncpy(ep->scratch_buf, _("Kerberos library initialization failure"), in krb5int_get_error()
89 sizeof(ep->scratch_buf)); in krb5int_get_error()
90 ep->scratch_buf[sizeof(ep->scratch_buf)-1] = 0; in krb5int_get_error()
92 return ep->scratch_buf; in krb5int_get_error()
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-err.h52 char scratch_buf[1024]; member
/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c486 spnego_ctx->err.scratch_buf[0] = 0; in create_spnego_ctx()