Searched defs:DPRINT (Results 1 – 3 of 3) sorted by relevance
52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro54 #define DPRINT(fmt, ...) do { } while (0) macro
22 #define DPRINT(x) printf (x) macro24 #define DPRINT(x) macro
38 #define DPRINT(x...) printf(x) macro40 #define DPRINT(x...) do{}while(0) macro