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

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 243 int test_true(const char *file, int line, const char *s, int b);
360 # define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0)
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 379 int test_true(const char *file, int line, const char *s, int b);
522 #define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0)
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 378 int test_true(const char *file, int line, const char *s, int b);
507 # define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0)

Completed in 25 milliseconds