Searched refs:val_err (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 851 * errcode_t k5_profile_validate(profile_t profile, char *realm, int *val_err, 856 * where val_err is a function specific error code of the following values: 891 * where val is the associated errant value, associated with val_err. This 912 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val, argument 920 if (profile == NULL || realm == NULL || val_err == NULL || val == NULL) 923 *val_err = K5_PROFILE_VAL_SUCCESS; 931 *val_err = K5_PROFILE_VAL_REALM_CASE; 943 *val_err = K5_PROFILE_VAL_NULL_REALM; 951 *val_err = K5_PROFILE_VAL_NO_REALM; 966 *val_err [all...] |
/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 69 long k5_profile_validate(profile_t profile, char *realm, int *val_err,
|
Completed in 132 milliseconds