Searched refs:TEST_char_eq (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | packettest.c | 185 || !TEST_char_eq(bytes[0], 2) in test_PACKET_copy_bytes() 186 || !TEST_char_eq(bytes[1], 4) in test_PACKET_copy_bytes() 187 || !TEST_char_eq(bytes[2], 6) in test_PACKET_copy_bytes() 188 || !TEST_char_eq(bytes[3], 8) in test_PACKET_copy_bytes()
|
D | test_test.c | 81 if (!TEST(1, TEST_char_eq('a', 'a')) in test_char() 82 | !TEST(0, TEST_char_eq('a', 'A')) in test_char() 471 && TEST_char_eq(++c, 'e') in test_single_eval() 472 && TEST_char_eq('e', c--) in test_single_eval()
|
D | stack_test.c | 307 if (!TEST_char_eq(p->c, v[i]->c)) { in test_SS_stack()
|
D | testutil.h | 305 # define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|