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
44 #define DPRINTF(a, b, c) \ macro
82 #define DPRINTF(...) do { \ macro90 #define DPRINTF(...) macro
73 #define DPRINTF(a) printf a, fflush(stdout) macro
Completed in 24 milliseconds