Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 6 of 6) 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.c48 # define dprintf(args) (void)((thread_debug & 1) && printf args) macro
50 # define dprintf(args) macro
/third_party/cups-filters/filter/
Durftopdf.cpp49 #define dprintf(format, ...) fprintf(stderr, "DEBUG: (" PROGRAM ") " format, __VA_ARGS__) macro
51 #define dprintf(format, ...) macro
Drastertopdf.cpp91 #define dprintf(format, ...) fprintf(stderr, "DEBUG2: (" PROGRAM ") " format, __VA_ARGS__) macro
/third_party/backends/backend/
Dsm3600.h119 #define dprintf debug_printf macro