Searched refs:the_string (Results 1 – 2 of 2) sorted by relevance
310 CFStringRef the_string = NULL; in main() local318 the_string = passes[i]; in main()319 str = createUTF8CStringForCFString(the_string); in main()332 the_string = fails[i]; in main()333 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()