Searched refs:test_ptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/tests/sys/common/ |
| H A D | divert.py | 77 test_ptr = globals()[args.test_name] 78 test_ptr(args)
|
| H A D | net_receiver.py | 110 test_ptr = globals()[args.test_name] 111 test_ptr(args)
|
| H A D | sender.py | 197 test_ptr = globals()[args.test_name] 198 test_ptr(args)
|
| /freebsd/crypto/openssl/test/ |
| H A D | testutil.h | 342 int test_ptr(const char *file, int line, const char *s, const void *p); 509 #define TEST_ptr(a) test_ptr(__FILE__, __LINE__, #a, a)
|
| H A D | endecode_test.c | 34 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | tests.c | 252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr() function
|