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

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 271 void test_error(const char *file, int line, const char *desc, ...)
382 * TEST_error(desc, ...) prints an informative error message in the standard
386 # define TEST_error test_error_c90
389 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 407 void test_error(const char *file, int line, const char *desc, ...)
544 * TEST_error(desc, ...) prints an informative error message in the standard
548 #define TEST_error test_error_c90
552 #define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 406 void test_error(const char *file, int line, const char *desc, ...)
529 * TEST_error(desc, ...) prints an informative error message in the standard
533 # define TEST_error test_error_c90
537 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)

Completed in 22 milliseconds