Symbol: testcase
tests/crypto/libcrypto/t_sha512trunc.c
104
static const struct testcase C[] = {
tests/crypto/libcrypto/t_sha512trunc.c
297
static const struct testcase C[] = {
tests/crypto/libcrypto/t_sha512trunc.c
47
check(const struct testcase *C, size_t n, size_t digestlen, const EVP_MD *md)
tests/lib/libc/stdio/t_fmemopen.c
1048
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
1104
struct testcase *t0, *t1;
tests/lib/libc/stdio/t_fmemopen.c
414
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
465
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
513
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
573
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
631
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
681
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
750
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
786
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
821
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
875
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
937
struct testcase *t;
tests/lib/libc/stdio/t_fmemopen.c
997
struct testcase *t;
tests/lib/libc/t_long_double.c
114
const struct testcase *c = testcases + i;
tests/lib/libc/t_long_double.c
139
const struct testcase *c = testcases + i;
tests/lib/libc/t_long_double.c
161
const struct testcase *c = testcases + i;
tests/lib/libc/t_long_double.c
227
const struct testcase *c = testcases + i;
tests/lib/libc/t_long_double.c
254
const struct testcase *c = testcases + i;
tests/lib/libc/t_long_double.c
280
const struct testcase *c = testcases + i;
tests/lib/libm/t_scalbn.c
234
const struct testcase *tests = test_vals;
tests/lib/libm/t_scalbn.c
379
const struct testcase *tests = test_vals;
tests/lib/libm/t_scalbn.c
52
struct testcase test_vals[] = {
tests/lib/libm/t_scalbn.c
80
const struct testcase *tests = test_vals;
usr.sbin/npf/npftest/npftest.c
79
result(const char *testcase, bool ok)
usr.sbin/npf/npftest/npftest.c
82
printf("NPF %-10s\t%s\n", testcase, ok ? "OK" : "fail");