Searched defs:printf (Results 1 – 3 of 3) sorted by relevance
182 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro184 #define printf(x, ...) do {} while (0) macro
897 printf(const char *fmt, ...) in printf() function
193 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro195 #define printf(x, ...) do {} while (0) macro