Searched defs:debug_printf (Results 1 – 2 of 2) sorted by relevance
19 static void debug_printf(char *fmt, ...) in debug_printf() function32 #define debug_printf(x...) do { } while (0) macro
81 void debug_printf(const char *format, ...) in debug_printf() function