Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dadd_cred.c206 const char *cctype, *ccname; local
300 cctype = krb5_cc_get_type(context, cred->ccache);
303 if ((strlen(cctype)+strlen(ccname)+2) > sizeof(ccboth)) {
317 strncpy(ccboth, cctype, sizeof(ccboth) - 1);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c164 Cctype_t cctype[UCHAR_MAX + 1]; /* char code types */ \
1070 flags |= mp->cctype[*b++]; in cklang()
2370 mp->cctype[n] = f; in magicopen()