Searched refs:ret_string (Results 1 – 2 of 2) sorted by relevance
70 char **ret_string);
1495 char **ret_string) in profile_get_string() argument1511 *ret_string = malloc(strlen(value)+1); in profile_get_string()1512 if (*ret_string == 0) in profile_get_string()1514 strcpy(*ret_string, value); in profile_get_string()1516 *ret_string = 0; in profile_get_string()