__gss_get_mechanism
#define gssint_get_mechanism __gss_get_mechanism
mech = __gss_get_mechanism(token_mech_type);
mech = __gss_get_mechanism(NULL);
mech = __gss_get_mechanism(desired_mech);
mech = __gss_get_mechanism(GSS_C_NULL_OID);
if ((mech = __gss_get_mechanism(desired_mech)) == NULL)
mech = __gss_get_mechanism(union_name1->mech_type);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(mech_type);
mech = __gss_get_mechanism(ctx->mech_type);
#define gssint_get_mechanism __gss_get_mechanism
if ((mech = __gss_get_mechanism(&mechOid)) == NULL)
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(mech_type);
if (__gss_get_mechanism(oid) == NULL)
#define gssint_get_mechanism __gss_get_mechanism /* SUNW17PACresync */
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(mech_type);
if ((mech = __gss_get_mechanism(GSS_C_NULL_OID)) == NULL)
mech = __gss_get_mechanism(mechanism);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(&union_cred->mechs_array[j]);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(desired_mech);
mech = __gss_get_mechanism(dmech);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(intName->mech_type);
mech = __gss_get_mechanism(ctx->mech_type);
mech = __gss_get_mechanism(mech_type);
mech = __gss_get_mechanism(intName->mech_type);
gss_mechanism __gss_get_mechanism(const gss_OID);