Searched refs:ccboth (Results 1 – 1 of 1) sorted by relevance
207 char ccboth[1024]; local303 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);