Lines Matching refs:PRINTF_FORMAT
289 # define PRINTF_FORMAT(a, b)
298 # undef PRINTF_FORMAT
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b)))
407 PRINTF_FORMAT(3, 4);
408 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
410 PRINTF_FORMAT(3, 4);
411 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
412 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
414 PRINTF_FORMAT(3, 4);
415 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);