Searched refs:testPrint (Results 1 – 2 of 2) sorted by relevance
49 void testPrint(FILE *stream, const char *fmt, ...);51 testPrint(stdout, __VA_ARGS__); \54 testPrint(stderr, __VA_ARGS__); \
143 void testPrint(FILE *stream, const char *fmt, ...) in testPrint() function