HomeSort by: relevance | last modified time | path
    Searched refs:TEST_char_eq (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
bio_pw_callback_test.c 118 if (!TEST_char_eq(cb_data->magic, cb_magic))
140 if (!TEST_char_eq(cb_data->magic, cb_magic))
183 if (!TEST_char_eq(cb_data.magic, cb_magic))
228 if (!TEST_char_eq(cb_data.magic, cb_magic))
packettest.c 185 || !TEST_char_eq(bytes[0], 2)
186 || !TEST_char_eq(bytes[1], 4)
187 || !TEST_char_eq(bytes[2], 6)
188 || !TEST_char_eq(bytes[3], 8)
test_test.c 81 if (!TEST(1, TEST_char_eq('a', 'a'))
82 || !TEST(0, TEST_char_eq('a', 'A'))
471 && TEST_char_eq(++c, 'e')
472 && TEST_char_eq('e', c--)
http_test.c 81 if (!TEST_char_eq(*hdr++, '\r') || !TEST_char_eq(*hdr++, '\n'))
params_test.c 473 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
524 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
stack_test.c 316 if (!TEST_char_eq(p->c, v[i]->c)) {
testutil.h 444 #define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b)
  /src/crypto/external/bsd/openssl/dist/test/
bio_pw_callback_test.c 118 if (!TEST_char_eq(cb_data->magic, cb_magic))
140 if (!TEST_char_eq(cb_data->magic, cb_magic))
183 if (!TEST_char_eq(cb_data.magic, cb_magic))
228 if (!TEST_char_eq(cb_data.magic, cb_magic))
packettest.c 185 || !TEST_char_eq(bytes[0], 2)
186 || !TEST_char_eq(bytes[1], 4)
187 || !TEST_char_eq(bytes[2], 6)
188 || !TEST_char_eq(bytes[3], 8)
test_test.c 81 if (!TEST(1, TEST_char_eq('a', 'a'))
82 || !TEST(0, TEST_char_eq('a', 'A'))
471 && TEST_char_eq(++c, 'e')
472 && TEST_char_eq('e', c--)
http_test.c 62 if (!TEST_char_eq(*hdr++, '\r') || !TEST_char_eq(*hdr++, '\n'))
params_test.c 474 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
525 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
stack_test.c 315 if (!TEST_char_eq(p->c, v[i]->c)) {
testutil.h 443 # define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b)
  /src/crypto/external/bsd/openssl.old/dist/test/
packettest.c 185 || !TEST_char_eq(bytes[0], 2)
186 || !TEST_char_eq(bytes[1], 4)
187 || !TEST_char_eq(bytes[2], 6)
188 || !TEST_char_eq(bytes[3], 8)
test_test.c 81 if (!TEST(1, TEST_char_eq('a', 'a'))
82 || !TEST(0, TEST_char_eq('a', 'A'))
471 && TEST_char_eq(++c, 'e')
472 && TEST_char_eq('e', c--)
stack_test.c 307 if (!TEST_char_eq(p->c, v[i]->c)) {
testutil.h 305 # define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b)

Completed in 154 milliseconds