Searched defs:val_err (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c793 * errcode_t k5_profile_validate(profile_t profile, char *realm, int *val_err,
798 * where val_err is a function specific error code of the following values:
833 * where val is the associated errant value, associated with val_err. This
850 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val) argument
857 if (profile == NULL || realm == NULL || val_err == NULL || val == NULL)
860 *val_err = K5_PROFILE_VAL_SUCCESS;
867 *val_err = K5_PROFILE_VAL_DEF_REALM_CASE;
874 *val_err = K5_PROFILE_VAL_NO_DEF_REALM;
890 *val_err = K5_PROFILE_VAL_REALM_CASE;
909 *val_err
[all...]

Completed in 30 milliseconds