Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dsysdefaulttest.c21 static int test_func(void) in test_func() function
43 ADD_TEST(test_func); in setup_tests()
H A Dsslbuffertest.c55 static int test_func(int test) in test_func()
344 ADD_ALL_TESTS(test_func, 9);
46 static int test_func(int test) test_func() function
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c72 struct test_func { struct
77 static const struct test_func test_stream_tbl[] = { argument
137 static const struct test_func test_dgram_tbl[] = {
225 const struct test_func *tf; in run_tests()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c110 } test_func; typedef
114 return strcmp(((test_func*)a)->name, ((test_func*)b)->name); in compare_tfuncs()
205 test_func tfuncs[] = {
338 test_func *func;
473 static test_func* find_testfunc(char *word) { in find_testfunc()
476 asize = sizeof(tfuncs)/sizeof(test_func); in find_testfunc()
1583 qsort(tfuncs, sizeof(tfuncs)/sizeof(test_func), sizeof(test_func), &compare_tfuncs); in main()