Searched refs:testcase (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dtest-ldap.c45 struct testcase { struct
52 static const struct testcase testcases[] = {
59 static const struct testcase testcases2[] = {
76 const struct testcase *t = &testcases[i];
101 const struct testcase *t = &testcases2[i];
H A Dtest-utf8.c73 struct testcase { struct
80 static const struct testcase testcases[] = {
123 const struct testcase *t = &testcases[i];
H A Dtest-rw.c42 struct testcase { struct
/freebsd-10.0-release/tools/test/netfibs/
H A Dreflect.c49 static char *testcase; variable
78 * We expected a "START testcase" on first connect. Otherwise it means
88 if (strcmp(buf+6, testcase) != 0)
90 "'%s': '%s'", testcase, buf+6);
94 fprintf(stderr, "<< %s: %s\n", testcase, buf);
102 fprintf(stderr, ">> %s: %s\n", testcase, buf);
338 testcase = optarg;
351 if (testcase == NULL)
352 errx(EX_USAGE, "Mandatory option -t <testcase> not given");
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dparse_bytes-test.c39 static struct testcase { struct
H A Dparse_reply-test.c50 static struct testcase { struct
91 const struct testcase *t = &tests[i];
H A Dparse_time-test.c41 static struct testcase { struct
H A Dstrpftime-test.c41 static struct testcase { struct
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dn-fold-test.c37 static struct testcase { struct
97 struct testcase *t;
H A Dparse-name-test.c38 static struct testcase { struct
67 struct testcase *t;
H A Dstring-to-key-test.c38 static struct testcase { struct
95 struct testcase *t;
H A Dderived-key-test.c38 static struct testcase { struct
81 struct testcase *t;
/freebsd-10.0-release/tools/regression/lib/libc/gen/
H A Dtest-fmtmsg.c43 struct testcase { struct
226 struct testcase *t;
H A Dtest-fnmatch.c37 struct testcase { struct
220 struct testcase *t;
262 struct testcase *t;
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c460 ** The testcase() macro is used to aid in coverage testing. When
462 ** testcase() must be evaluated both true and false in order to
463 ** get full branch coverage. The testcase() macro is inserted
465 ** condition/decision coverage is inadequate. For example, testcase()
467 ** bitmask tests, testcase() can be used to make sure each bit
469 ** where multiple cases go to the same block of code, testcase()
475 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
477 # define testcase(X) macro
483 ** within testcase() and assert() macros.
533 ** to fit in 32-bits. This macro is used inside of various testcase()
114098 # define testcase macro
[all...]
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c478 ** The testcase() macro is used to aid in coverage testing. When
480 ** testcase() must be evaluated both true and false in order to
481 ** get full branch coverage. The testcase() macro is inserted
483 ** condition/decision coverage is inadequate. For example, testcase()
485 ** bitmask tests, testcase() can be used to make sure each bit
487 ** where multiple cases go to the same block of code, testcase()
493 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
495 # define testcase(X) macro
501 ** within testcase() and assert() macros.
551 ** to fit in 32-bits. This macro is used inside of various testcase()
119126 # define testcase macro
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh76 testcase=\$(echo \${1} | cut -d : -f 1)
501 case \${testcase} in
/freebsd-10.0-release/tools/regression/doat/
H A Ddoat.c56 struct testcase { struct
65 struct testcase tests[10]; /* no more than 10 tests */

Completed in 819 milliseconds