Home
last modified time | relevance | path

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

/openssl-master/test/
A Dtestutil.h253 # define PRINTF_FORMAT(a, b) macro
260 # undef PRINTF_FORMAT
261 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro
369 PRINTF_FORMAT(3, 4);
370 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
372 PRINTF_FORMAT(3, 4);
373 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
374 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
376 PRINTF_FORMAT(3, 4);
377 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
/openssl-master/test/testutil/
A Ddriver.c259 PRINTF_FORMAT(2, 3) static void test_verdict(int verdict, in test_verdict()
A Dtests.c73 PRINTF_FORMAT(8, 9);

Completed in 11 milliseconds