Lines Matching defs:PRINTF
42 * printf control68 * printf with function name prepended71 #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 printf113 printf arg; \118 printf arg; \
Indexes created Tue Sep 30 11:09:46 GMT 2025