Searched defs:DPRINT (Results 1 – 2 of 2) sorted by relevance
53 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro55 #define DPRINT(fmt, ...) do { } while (0) macro
76 #define DPRINT(x...) printf(x) macro