Searched defs:DPRINTF (Results 1 – 3 of 3) sorted by relevance
35 #define DPRINTF(format,args...) 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