Searched defs:debug_printf (Results 1 – 3 of 3) sorted by relevance
19 static void debug_printf(char *fmt, ...) in debug_printf() function32 #define debug_printf(x...) do { } while (0) macro
363 static void debug_printf(const char *format, ...) in debug_printf() function371 #define debug_printf(fmt,args...) printf (fmt ,##args) macro374 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
80 void debug_printf(const char *format, ...) in debug_printf() function