Searched refs:printfcb (Results 1 – 6 of 6) sorted by relevance
26 #define PRINT(...) printfcb(__VA_ARGS__)
15 bool "Emit with printfcb"
68 int printfcb(const char *format, ...) in printfcb() function
119 library function name with a cb suffix; e.g. printfcb() or
825 #define printfcb(format, ...) printf(format, __VA_ARGS__) macro889 int printfcb(const char *format, ...);
113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb