Searched refs:TAOCFPrettyPrintToFileWithIndenter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bless-103/test/
H A DUtilitiesCFPrettyPrint.h89 * @discussion This function calls through to TAOCFPrettyPrintToFileWithIndenter()
105 * @function TAOCFPrettyPrintToFileWithIndenter
114 void TAOCFPrettyPrintToFileWithIndenter(CFTypeRef inRef, FILE *out, char *indent);
H A DUtilitiesCFPrettyPrint.c192 TAOCFPrettyPrintToFileWithIndenter(inRef, stdout, indent);
196 TAOCFPrettyPrintToFileWithIndenter(inRef, out, "\t");
199 void TAOCFPrettyPrintToFileWithIndenter(CFTypeRef inRef, FILE *out, char *indent) { function

Completed in 120 milliseconds