Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 24 of 24) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-rw.c44 struct testcase { struct
52 } testcases[] = { argument
H A Dtest-ldap.c47 struct testcase { struct
54 static const struct testcase testcases[] = { argument
H A Dtest-utf8.c75 struct testcase { struct
82 static const struct testcase testcases[] = { argument
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dparse-name-test.c40 static struct testcase { struct
41 const char *input_string;
42 const char *output_string;
43 krb5_realm realm;
44 unsigned ncomponents;
45 char *comp_val[MAX_COMPONENTS];
69 struct testcase *t; in main() argument
H A Dderived-key-test.c40 static struct testcase { struct
41 krb5_enctype enctype;
42 unsigned char constant[MAXSIZE];
43 size_t constant_len;
44 unsigned char key[MAXSIZE];
45 unsigned char res[MAXSIZE];
H A Dtest_pknistkdf.c43 struct testcase { struct
44 const heim_oid *oid;
45 krb5_data Z;
46 const char *client;
47 const char *server;
48 krb5_enctype enctype;
49 krb5_data as_req;
50 krb5_data pk_as_rep;
51 krb5_data ticket;
53 krb5_data key;
H A Dstring-to-key-test.c40 static struct testcase { struct
41 const char *principal_name;
42 const char *password;
43 krb5_enctype enctype;
44 unsigned char res[MAXSIZE];
H A Dn-fold-test.c39 static struct testcase { struct
40 const char *str;
41 unsigned n;
42 unsigned char res[MAXSIZE];
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_bytes-test.c41 static struct testcase { struct
42 int canonicalp;
43 int val;
44 const char *def_unit;
45 const char *str;
H A Dparse_time-test.c43 static struct testcase { struct
44 size_t size;
45 int val;
46 char *str;
H A Dparse_reply-test.c52 static struct testcase { struct
53 unsigned char buf[MAX_BUF];
54 size_t buf_len;
H A Dstrpftime-test.c43 static struct testcase { struct
44 time_t t;
45 struct {
48 } vals[MAXSIZE];
/minix3/external/bsd/bind/dist/lib/isc/tests/
H A Dhash_test.c205 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
332 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
464 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
610 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
757 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
836 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
925 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1078 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1241 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1410 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
[all …]
H A Daes_test.c134 aes_testcase_t *testcase = testcases; in ATF_TC_BODY() local
196 aes_testcase_t *testcase = testcases; in ATF_TC_BODY() local
264 aes_testcase_t *testcase = testcases; in ATF_TC_BODY() local
/minix3/external/bsd/libevent/dist/test/
H A Dregress_main.c194 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
270 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
310 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
348 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
H A Dtinytest.c87 _testcase_run_bare(const struct testcase_t *testcase) in _testcase_run_bare()
115 const struct testcase_t *testcase) in _testcase_run_forked()
215 const struct testcase_t *testcase) in testcase_run_one()
H A Dregress_buffer.c1634 setup_passthrough(const struct testcase_t *testcase) in setup_passthrough()
1639 cleanup_passthrough(const struct testcase_t *testcase, void *ptr) in cleanup_passthrough()
H A Dregress_dns.c1687 testleak_setup(const struct testcase_t *testcase) in testleak_setup()
1706 testleak_cleanup(const struct testcase_t *testcase, void *env_) in testleak_cleanup()
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/minix3/tests/lib/libm/
H A Dt_scalbn.c44 struct testcase { struct
50 struct testcase test_vals[] = { argument
/minix3/external/bsd/bind/dist/lib/dns/tests/
H A Dprivate_test.c63 make_signing(signing_testcase_t *testcase, dns_rdata_t *private, in make_signing()
80 make_nsec3(nsec3_testcase_t *testcase, dns_rdata_t *private, in make_nsec3()
H A Dgost_test.c206 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
/minix3/tests/lib/libc/stdio/
H A Dt_fmemopen.c70 struct testcase { struct
73 } testcases[] = { argument
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c7898 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
7900 # define testcase(X) macro