HomeSort by: relevance | last modified time | path
    Searched defs:TEST_false (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 244 int test_false(const char *file, int line, const char *s, int b);
361 # define TEST_false(a) test_false(__FILE__, __LINE__, #a, (a) != 0)
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 380 int test_false(const char *file, int line, const char *s, int b);
523 #define TEST_false(a) test_false(__FILE__, __LINE__, #a, (a) != 0)
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 379 int test_false(const char *file, int line, const char *s, int b);
508 # define TEST_false(a) test_false(__FILE__, __LINE__, #a, (a) != 0)

Completed in 17 milliseconds