Searched refs:test_false (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | 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)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | 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)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tests.c | 245 int test_false(const char *file, int line, const char *s, int b) in test_false() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | tests.c | 269 int test_false(const char *file, int line, const char *s, int b) in test_false() function
|
/netbsd-src/external/gpl3/gdb/dist/sim/aarch64/ |
H A D | ChangeLog-2021 | 270 2. Move test_false if inside loop. Fix logic for computing result
|