Searched refs:ret_string (Results 1 – 5 of 5) sorted by relevance
70 char **ret_string);
1504 char **ret_string) in profile_get_string() argument1520 *ret_string = malloc(strlen(value)+1); in profile_get_string()1521 if (*ret_string == 0) in profile_get_string()1523 strcpy(*ret_string, value); in profile_get_string()1525 *ret_string = 0; in profile_get_string()
272 gchar *ret_string; in handle_method_call() local290 ret_string = g_strconcat (val_string, val_string, NULL); in handle_method_call()305 ret_string, in handle_method_call()309 g_free (ret_string); in handle_method_call()
2565 char **ret_string) in profile_get_string() argument
3115 goto ret_string; in __JS_AtomToValue()3121 ret_string: in __JS_AtomToValue()