Searched refs:ret_string (Results 1 – 2 of 2) sorted by relevance
195 char **ret_string) in profile_get_string() argument215 *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()
81 char **ret_string);