Searched defs:DPRINTF (Results 1 – 5 of 5) sorted by relevance
41 #define DPRINTF(fmt, ...) \ macro44 #define DPRINTF(fmt, ...) \ macro
35 #define DPRINTF(format,args...) macro
17 #define DPRINTF(fmt, ...) \ macro20 #define DPRINTF(fmt, ...) do {} while(0) macro
41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__) macro
99 #define DPRINTF(p) printf p macro101 #define DPRINTF(p) /* Nothing */ macro