Searched defs:PRINTF_FORMAT (Results 1 – 3 of 3) sorted by relevance
139 #define PRINTF_FORMAT(format_param, dots_param) \ macro142 #define PRINTF_FORMAT(format_param, dots_param) macro
337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro340 #define PRINTF_FORMAT(a,b) macro