/minix3/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-rw.c | 44 struct testcase { struct 52 } testcases[] = { argument
|
H A D | test-ldap.c | 47 struct testcase { struct 54 static const struct testcase testcases[] = { argument
|
H A D | test-utf8.c | 75 struct testcase { struct 82 static const struct testcase testcases[] = { argument
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | parse-name-test.c | 40 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 D | derived-key-test.c | 40 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 D | test_pknistkdf.c | 43 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 D | string-to-key-test.c | 40 static struct testcase { struct 41 const char *principal_name; 42 const char *password; 43 krb5_enctype enctype; 44 unsigned char res[MAXSIZE];
|
H A D | n-fold-test.c | 39 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 D | parse_bytes-test.c | 41 static struct testcase { struct 42 int canonicalp; 43 int val; 44 const char *def_unit; 45 const char *str;
|
H A D | parse_time-test.c | 43 static struct testcase { struct 44 size_t size; 45 int val; 46 char *str;
|
H A D | parse_reply-test.c | 52 static struct testcase { struct 53 unsigned char buf[MAX_BUF]; 54 size_t buf_len;
|
H A D | strpftime-test.c | 43 static struct testcase { struct 44 time_t t; 45 struct { 48 } vals[MAXSIZE];
|
/minix3/external/bsd/bind/dist/lib/isc/tests/ |
H A D | hash_test.c | 205 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 D | aes_test.c | 134 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 D | regress_main.c | 194 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 D | tinytest.c | 87 _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 D | regress_buffer.c | 1634 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 D | regress_dns.c | 1687 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 D | builtin-recursive.cpp | 7 void testcase(void) { in testcase() function
|
/minix3/tests/lib/libm/ |
H A D | t_scalbn.c | 44 struct testcase { struct 50 struct testcase test_vals[] = { argument
|
/minix3/external/bsd/bind/dist/lib/dns/tests/ |
H A D | private_test.c | 63 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 D | gost_test.c | 206 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
|
/minix3/tests/lib/libc/stdio/ |
H A D | t_fmemopen.c | 70 struct testcase { struct 73 } testcases[] = { argument
|
/minix3/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 7898 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro 7900 # define testcase(X) macro
|