gss_oid_to_str
gss_oid_to_str(
maj_stat = gss_oid_to_str(&min_stat, &mechs->elements[i], &str);
maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
maj_stat = gss_oid_to_str(&minor_status, GSS_KRB5_MECHANISM, &data);
maj_stat = gss_oid_to_str(&minor_status, GSS_C_NT_EXPORT_NAME, &data);
maj_stat = gss_oid_to_str(&min_stat, name_type, &oid_name);
maj_stat = gss_oid_to_str(&min_stat, mechanism, &oid_name);
maj_stat = gss_oid_to_str(&min_stat,
maj_stat = gss_oid_to_str(&min_stat, doid, &oid_name);
gss_oid_to_str(&min_stat, mech, &mechname);
OM_uint32 gss_oid_to_str
maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
gss_oid_to_str(&min_stat, mech, &mechname);
gss_oid_to_str(&min_stat, mech, &mechname);