Searched refs:the_string (Results 1 – 2 of 2) sorted by relevance
309 CFStringRef the_string = NULL; in main() local317 the_string = passes[i]; in main()318 str = createUTF8CStringForCFString(the_string); in main()331 the_string = fails[i]; in main()332 str = createUTF8CStringForCFString(the_string); in main()
42 static char *convert_cfstring(CFStringRef the_string);77 convert_cfstring(CFStringRef the_string) in convert_cfstring() argument87 the_string, kCFStringEncodingUTF8, 0); in convert_cfstring()