Searched refs:TEST_str_ne (Results 1 – 3 of 3) sorted by relevance
/openssl-master/test/ |
A D | test_test.c | 265 | !TEST(0, TEST_str_ne(NULL, NULL)) in test_string() 268 | !TEST(0, TEST_str_ne("", "")) in test_string() 270 | !TEST(0, TEST_str_ne("abc", buf)) in test_string() 271 | !TEST(1, TEST_str_ne("abc", NULL)) in test_string() 272 | !TEST(1, TEST_str_ne(NULL, buf)) in test_string() 496 && TEST_str_ne(p++, "456") in test_single_eval()
|
A D | hexstr_test.c | 100 } else if (!TEST_str_ne(out, test->in)) { in test_hexstr_to_from()
|
A D | testutil.h | 460 # define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
Completed in 6 milliseconds