Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_test.h17 #define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) macro
20 #define dprintf(fmt, ...) macro
/third_party/musl/src/stdio/
Ddprintf.c4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() function
/third_party/python/Python/
Dthread.c47 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
50 #define dprintf(args) macro
/third_party/libxml2/
Dtrio.h214 #define dprintf trio_dprintf macro