Searched refs:TEST_str_ne (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/ |
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()
|
D | testutil.h | 353 # define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|