Home
last modified time | relevance | path

Searched refs:testcount (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dalgorithmid_test.c279 int n, x509 = 0, spki = 0, testcount = 0; in setup_tests() local
298 testcount = x509 + spki; in setup_tests()
300 if (testcount < 1) in setup_tests()
302 else if (testcount > 1) in setup_tests()
304 if (testcount != 1) in setup_tests()
/netbsd/src/tests/dev/audio/
Daudiotest.c169 int testcount; variable
333 testcount, in main()
334 testcount - failcount - skipcount); in main()
765 testcount++; \
788 testcount++; \
809 testcount++; in xp_eq()
820 testcount++; in xp_eq_str()
833 testcount++; in xp_ne()
846 testcount++; in xp_if()
859 testcount++; in xp_sys_eq()
[all …]
/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c6164 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local
6165 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST()