Searched defs:DPRINT (Results 1 – 10 of 10) sorted by relevance
52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro54 #define DPRINT(fmt, ...) do { } while (0) macro
35 #define DPRINT(x) warn x macro38 #define DPRINT(x) macro
33 #define DPRINT(msg) macro35 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/0) macro
79 #define DPRINT(fmt, args...) \ macro84 #define DPRINT(fmt, args...) macro
71 #define DPRINT(x) si_dprintf x macro100 #define DPRINT(x) /* void */ macro
129 #define DPRINT(x...) macro
64 #define DPRINT(dev, x...) macro
106 #define DPRINT if(0) printf macro
43 #define DPRINT printf macro51 #define DPRINT(fmt, args...) macro
2520 # define DPRINT(x) printf x macro2522 # define DPRINT(x) macro