Searched defs:DPRINTF (Results 1 – 4 of 4) sorted by relevance
13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro44 #define DPRINTF(F,X) macro
35 #define DPRINTF(format, args...) macro
225 # define DPRINTF if (0) printf macro
51 # define DPRINTF(...) if (dbg) printf(__VA_ARGS__) macro53 # define DPRINTF(...) macro