Searched defs:DPRINT (Results 1 – 3 of 3) sorted by relevance
37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro39 #define DPRINT(fmt, ...) do { } while (0) macro
78 #define DPRINT(x...) printf(x) macro
45 #define DPRINT(msg) do { } while(0) macro