Searched refs:test_fail_message_va (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | tests.c | 76 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() function 97 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message() 106 test_fail_message_va("INFO", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_info_c90() 115 test_fail_message_va("INFO", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_info() 124 test_fail_message_va(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_error_c90() 134 test_fail_message_va(NULL, file, line, NULL, NULL, NULL, NULL, desc, ap); in test_error() 167 test_fail_message_va("SKIP", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_skip() 177 test_fail_message_va("SKIP", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_skip_c90()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tests.c | 76 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() function 97 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message() 106 test_fail_message_va("INFO", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_info_c90() 115 test_fail_message_va("INFO", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_info() 124 test_fail_message_va(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_error_c90() 134 test_fail_message_va(NULL, file, line, NULL, NULL, NULL, NULL, desc, ap); in test_error()
|