Searched refs:ret_values (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kconf.c | 121 char *file, **ret_values = NULL; in main() local 189 end_list(&values, &ret_values); in main() 191 code = __profile_add_realm(profile, realm, master, ret_values, in main() 206 if (ret_values != NULL) in main() 207 profile_free_list(ret_values); in main()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 41 char *name = NULL, *value = NULL, **ret_values = NULL; in __profile_iter_name_value() local 60 end_list(&values, &ret_values); in __profile_iter_name_value() 61 profile_free_list(ret_values); in __profile_iter_name_value() 79 end_list(&values, &ret_values); in __profile_iter_name_value() 90 *retvals = ret_values; in __profile_iter_name_value()
|
H A D | prof_get.c | 128 char ***ret_values) in profile_get_values() argument 155 end_list(&values, ret_values); in profile_get_values()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | profile.h | 73 (profile_t profile, const char *const *names, char ***ret_values);
|