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