Searched defs:DPRINTF (Results 1 – 4 of 4) sorted by relevance
35 #define DPRINTF(format,args...) macro
41 #define DPRINTF(F, A, ...) if (debug_flag) error_msg("[unwind(" A ")] " F, __VA_ARGS__) macro
2146 #define DPRINTF _dbus_warn macro
99 #define DPRINTF(p) printf p macro101 #define DPRINTF(p) /* Nothing */ macro