Searched defs:DPRINTF (Results 1 – 6 of 6) sorted by relevance
63 #define DPRINTF(a) printf a macro65 #define DPRINTF(a) macro
47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
131 #define DPRINTF(a) printf a macro133 #define DPRINTF(a) macro
85 #define DPRINTF(...) do { \ macro93 #define DPRINTF(...) macro
47 #define DPRINTF(a, b, c) \ macro
71 #define DPRINTF(a) printf a, fflush(stdout) macro
Completed in 53 milliseconds