Searched refs:scratch_buf (Results 1 – 3 of 3) sorted by relevance
56 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 …]
52 char scratch_buf[1024]; member
486 spnego_ctx->err.scratch_buf[0] = 0; in create_spnego_ctx()