Searched refs:mechnames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c109 } mechnames[] = { local
129 for (i = 0; i < sizeof(mechnames)/sizeof(mechnames[0]); i++) {
130 if (!strcmp(str.value, mechnames[i].oidstr) && mechnames[i].name != 0) {
131 fprintf(f, "%s", mechnames[i].name);
135 if (i == sizeof(mechnames)/sizeof(mechnames[0]))

Completed in 56 milliseconds