Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dadd_cred.c207 char ccboth[1024]; local
303 if ((strlen(cctype)+strlen(ccname)+2) > sizeof(ccboth)) {
317 strncpy(ccboth, cctype, sizeof(ccboth) - 1);
318 ccboth[sizeof(ccboth) - 1] = '\0';
319 strncat(ccboth, ":", sizeof(ccboth) - 1 - strlen(ccboth));
320 strncat(ccboth, ccname, sizeof(ccboth) - 1 - strlen(ccboth));
322 code = krb5_cc_resolve(context, ccboth, &new_cred->ccache);