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
362 static void debug_printf(const char *format, ...) in debug_printf() function370 #define debug_printf(fmt,args...) printf (fmt ,##args) macro373 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
87 void debug_printf(const char *format, ...) in debug_printf() function