Searched refs:converted_string (Results 1 – 1 of 1) sorted by relevance
82 char *converted_string = NULL; in convert_cfstring() local100 converted_string = malloc(converted_len); in convert_cfstring()101 if (!converted_string) { in convert_cfstring()106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes, in convert_cfstring()113 result = converted_string; in convert_cfstring()