Home | History | Annotate | Download | only in include

Lines Matching defs:PRINTF

42  * printf control
68 * printf with function name prepended
71 #define PRINTF(fmt, args...) do { \
72 printf("%s: " fmt, __func__ , ##args); \
79 PRINTF(fmt, ##args); \
84 printf(fmt, ##args); \
89 PRINTF(fmt, ##args); \
94 printf(fmt, ##args); \
106 * normal debug printf
113 printf arg; \
118 printf arg; \