Searched refs:TEST_char_ne (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | test_test.c | 83 || !TEST(1, TEST_char_ne('a', 'c')) in test_char() 84 || !TEST(0, TEST_char_ne('e', 'e')) in test_char() 473 && TEST_char_ne('d', --c) in test_single_eval()
|
| H A D | testutil.h | 445 #define TEST_char_ne(a, b) test_char_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|