Searched +defs:val +defs:state (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c100 void *state = NULL; local
111 PROFILE_ITER_LIST_SECTION, &state);
113 while (state != NULL) {
114 code = profile_iterator(&state, &name, &value);
162 if (state != NULL)
163 profile_iterator_free(&state);
673 void *state = NULL, *state2 = NULL; local
692 PROFILE_ITER_LIST_SECTION, &state);
694 code = profile_iterator(&state, &source, &dummy_val);
738 if (state !
912 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val, boolean_t master_required, boolean_t kdc_required) argument
1144 k5_profile_validate_get_error_msg(profile_t profile, int err, char *val, char **err_msg) argument
[all...]

Completed in 14 milliseconds