Searched refs:test_fail_message_va (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/testutil/ |
D | tests.c | 75 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() function 96 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message() 105 test_fail_message_va("INFO", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_info_c90() 114 test_fail_message_va("INFO", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_info() 123 test_fail_message_va(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_error_c90() 133 test_fail_message_va(NULL, file, line, NULL, NULL, NULL, NULL, desc, ap); in test_error()
|