Searched defs:dprintf (Results 1 – 4 of 4) sorted by relevance
17 #define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) macro20 #define dprintf(fmt, ...) macro
4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() function
47 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro50 #define dprintf(args) macro
214 #define dprintf trio_dprintf macro