Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtestutil.h412 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
541 # define TEST_note test_note
H A Denginetest.c161 test_note("Adding stopped at %d, (%s,%s)", in test_engines()
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c147 void test_note(const char *fmt, ...) in test_note() function