Home
last modified time | relevance | path

Searched refs:test_ptr (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/common/
H A Ddivert.py77 test_ptr = globals()[args.test_name]
78 test_ptr(args)
H A Dnet_receiver.py110 test_ptr = globals()[args.test_name]
111 test_ptr(args)
H A Dsender.py197 test_ptr = globals()[args.test_name]
198 test_ptr(args)
/freebsd/crypto/openssl/test/
H A Dtestutil.h342 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 Dendecode_test.c34 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr() function