Searched refs:test_ptr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | testutil.h | 206 int test_ptr(const char *file, int line, const char *s, const void *p); 349 # define TEST_ptr(a) test_ptr(__FILE__, __LINE__, #a, a)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | testutil.h | 341 int test_ptr(const char *file, int line, const char *s, const void *p); 494 # define TEST_ptr(a) test_ptr(__FILE__, __LINE__, #a, a)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tests.c | 229 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | tests.c | 253 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr() function
|