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

  /src/crypto/external/apache2/openssl/dist/test/
provider_default_search_path_test.c 47 && TEST_str_ne(retrieved_path, retrieved_defctx_path);
test_test.c 265 || !TEST(0, TEST_str_ne(NULL, NULL))
268 || !TEST(0, TEST_str_ne("", ""))
270 || !TEST(0, TEST_str_ne("abc", buf))
271 || !TEST(1, TEST_str_ne("abc", NULL))
272 || !TEST(1, TEST_str_ne(NULL, buf))
496 && TEST_str_ne(p++, "456")
hexstr_test.c 105 } else if (!TEST_str_ne(out, test->in)) {
testutil.h 513 #define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b)
  /src/crypto/external/bsd/openssl/dist/test/
test_test.c 265 || !TEST(0, TEST_str_ne(NULL, NULL))
268 || !TEST(0, TEST_str_ne("", ""))
270 || !TEST(0, TEST_str_ne("abc", buf))
271 || !TEST(1, TEST_str_ne("abc", NULL))
272 || !TEST(1, TEST_str_ne(NULL, buf))
496 && TEST_str_ne(p++, "456")
hexstr_test.c 100 } else if (!TEST_str_ne(out, test->in)) {
testutil.h 498 # define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b)
  /src/crypto/external/bsd/openssl.old/dist/test/
test_test.c 265 || !TEST(0, TEST_str_ne(NULL, NULL))
268 || !TEST(0, TEST_str_ne("", ""))
270 || !TEST(0, TEST_str_ne("abc", buf))
271 || !TEST(1, TEST_str_ne("abc", NULL))
272 || !TEST(1, TEST_str_ne(NULL, buf))
496 && TEST_str_ne(p++, "456")
testutil.h 353 # define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b)

Completed in 32 milliseconds