Home
last modified time | relevance | path

Searched refs:test_ptr (Results 1 – 7 of 7) 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/contrib/dialog/
H A Dutil.c927 const char *test_ptr; in dlg_print_line() local
957 hide_ptr = test_ptr; in dlg_print_line()
972 if (*test_ptr == '\n' || isblank(UCH(*test_ptr)) || *test_ptr == '\0') { in dlg_print_line()
1001 test_ptr = wrap_ptr; in dlg_print_line()
1005 test_ptr += ESCAPE_LEN; in dlg_print_line()
1007 ++test_ptr; in dlg_print_line()
1028 test_ptr = wrap_ptr; in dlg_print_line()
1030 test_ptr++; in dlg_print_line()
1031 if (*test_ptr == '\n') in dlg_print_line()
1032 test_ptr++; in dlg_print_line()
[all …]
/freebsd/crypto/openssl/test/
H A Dtestutil.h341 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)
H A Dendecode_test.c30 #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