Searched defs:DPRINTF (Results 1 – 3 of 3) sorted by relevance
46 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro48 #define DPRINTF(...) do { } while (0) macro
13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro44 #define DPRINTF(F,X) macro
98 #define DPRINTF(p) printf p macro100 #define DPRINTF(p) /* Nothing */ macro