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

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c445 * char *name, char ***ret_value)
450 * where ret_value is a string array of any matching values assigned to name.
452 * Note: if name has not been configured then NULL is returned for ret_value.
456 char ***ret_value)
462 ret_value == NULL)
465 *ret_value = NULL;
472 code = profile_get_values(profile, hierarchy, ret_value);
1206 * char ***ret_value)
1210 * where ret_value is the value assigned to name
1211 * Note: if name has not been configured, ret_value i
455 k5_profile_get_realm_entry(profile_t profile, char *realm, char *name, char ***ret_value) argument
1215 k5_profile_get_libdefaults_entry(profile_t profile, char *name, char **ret_value) argument
[all...]

Completed in 445 milliseconds