Searched defs:DPRINT (Results 1 – 9 of 9) sorted by relevance
40 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro42 #define DPRINT(fmt, ...) do { } while (0) macro
44 #define DPRINT(...) __nothing macro46 #define DPRINT Print macro
132 #define DPRINT(fmt, args...) \ macro137 #define DPRINT(fmt, args...) macro
73 #define DPRINT(string) PRINT(string) macro77 #define DPRINT(string) macro
25 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/(void)0,0) macro27 #define DPRINT(msg) do { } while(/*CONSTCOND*/(void)0,0) macro
76 #define DPRINT(x) if (dflag) printf x macro80 #define DPRINT(x) macro
171 #define DPRINT(args) if (pmap_debug) printf args macro176 #define DPRINT(args) /* nada */ macro
51 #define DPRINT aprint_debug macro
1508 # define DPRINT(x) printf x macro1510 # define DPRINT(x) macro