Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/
H A Dssh-http-proxy-connect.c104 char *ret_string; in main() local
236 ret_string = strtok(connect_reply, "\n"); in main()
240 (void) fprintf(stderr, "%s\n", ret_string); in main()
244 debug("%s", ret_string); in main()
/titanic_41/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_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h81 char **ret_string);