Lines Matching refs:PRINTF_FORMAT
288 #define PRINTF_FORMAT(a, b)
297 #undef PRINTF_FORMAT
298 #define PRINTF_FORMAT(a, b) __attribute__((format(printf, a, b)))
408 PRINTF_FORMAT(3, 4);
409 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
411 PRINTF_FORMAT(3, 4);
412 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
413 PRINTF_FORMAT(1, 2);
415 PRINTF_FORMAT(3, 4);
416 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);