Searched refs:ret_string (Results 1 – 4 of 4) sorted by relevance
70 char **ret_string);
1497 char **ret_string) in profile_get_string() argument1513 *ret_string = malloc(strlen(value)+1); in profile_get_string()1514 if (*ret_string == 0) in profile_get_string()1516 strcpy(*ret_string, value); in profile_get_string()1518 *ret_string = 0; in profile_get_string()
2019 char **ret_string) in profile_get_string() argument
414 ret_string = ''416 ret_string = "return "429 print ' %sp(%s);' % (ret_string, func.get_called_parameter_string())