Searched refs:fprintfcb (Results 1 – 4 of 4) sorted by relevance
34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__)
21 bool "Emit with fprintfcb"
368 int fprintfcb(FILE * stream, const char *format, ...);
51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() function