Searched defs:DEBUG_PRINTF (Results 1 – 6 of 6) sorted by relevance
39 #define DEBUG_PRINTF(format, args...) printf (format, ## args) macro41 #define DEBUG_PRINTF(format, args...) macro
55 #define DEBUG_PRINTF(a) win_printf a macro57 #define DEBUG_PRINTF(a) macro
80 #define DEBUG_PRINTF(...) fprintf (stderr,__VA_ARGS__) macro216 #define DEBUG_PRINTF(...) {} macro