Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h81 char **ret_string);
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_function_hooks.c525 static void handle_ret_equals_param(char *ret_string, struct range_list *rl, struct expression *cal… in handle_ret_equals_param() argument
532 str = strstr(ret_string, "==$"); in handle_ret_equals_param()