Home
last modified time | relevance | path

Searched refs:PRINTF_FORMAT (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dtestutil.h254 # define PRINTF_FORMAT(a, b) macro
261 # undef PRINTF_FORMAT
262 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro
372 PRINTF_FORMAT(3, 4);
373 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
375 PRINTF_FORMAT(3, 4);
376 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
377 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
379 PRINTF_FORMAT(3, 4);
380 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
/openssl/test/testutil/
H A Ddriver.c259 PRINTF_FORMAT(2, 3) static void test_verdict(int verdict, in test_verdict()
H A Dtests.c73 PRINTF_FORMAT(8, 9);

Completed in 14 milliseconds