Home
last modified time | relevance | path

Searched refs:test_false (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtestutil.h379 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)
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c268 int test_false(const char *file, int line, const char *s, int b) in test_false() function