Home
last modified time | relevance | path

Searched refs:ret_string (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c195 char **ret_string) in profile_get_string() argument
215 *ret_string = malloc(strlen(value)+1); in profile_get_string()
216 if (*ret_string == 0) in profile_get_string()
218 strcpy(*ret_string, value); in profile_get_string()
220 *ret_string = 0; in profile_get_string()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h81 char **ret_string);