Home
last modified time | relevance | path

Searched refs:testnum (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/crypto/openssl/apps/
H A Dspeed.c2154 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2166 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2179 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2686 for (testnum = 0; testnum < RSA_NUM; testnum++) { in speed_main()
2772 for (testnum++; testnum < RSA_NUM; testnum++) in speed_main()
2783 for (testnum = 0; testnum < DSA_NUM; testnum++) { in speed_main()
2843 for (testnum++; testnum < DSA_NUM; testnum++) in speed_main()
2850 for (testnum = 0; testnum < ECDSA_NUM; testnum++) { in speed_main()
2934 for (testnum = 0; testnum < EC_NUM; testnum++) { in speed_main()
3095 for (testnum = 0; testnum < EdDSA_NUM; testnum++) { in speed_main()
[all …]
/freebsd-13.1/tests/sys/file/
H A Dfcntlflags_test.c41 static int testnum; variable
51 testnum++, path, omodetext); in subtests()
60 testnum++); in subtests()
67 testnum++); in subtests()
70 testnum++); in subtests()
76 testnum++); in subtests()
80 testnum++, flags1, flags2); in subtests()
83 testnum++); in subtests()
86 testnum++); in subtests()
92 testnum++); in subtests()
[all …]
H A Dflock_helper.c1549 int testnum; in main() local
1563 testnum = strtol(argv[2], NULL, 0); in main()
1567 testnum = 0; in main()
1593 if (!testnum || tests[i].num == testnum) in main()
/freebsd-13.1/lib/libc/tests/stdio/
H A Dmkostemp_test.c47 static int testnum; variable
63 testnum++, oflags, strerror(errno)); in test_one()
69 testnum++, oflags, tmpf); in test_one()
77 testnum++, oflags); in test_one()
83 testnum++, oflags); in test_one()
95 testnum++, oflags, fd, strerror(errno)); in test_one()
102 testnum++, oflags); in test_one()
109 testnum++, oflags); in test_one()
115 testnum++, oflags); in test_one()
122 testnum++, oflags, fd, strerror(errno)); in test_one()
[all …]
/freebsd-13.1/usr.bin/units/tests/
H A Dbasics_test.sh9 testnum="$1"
14 echo "ok $testnum - $fn"
16 echo "not ok $testnum - $fn"
/freebsd-13.1/tools/regression/usr.bin/cc/
H A Dfloat.c56 static int testnum, failures; variable
62 testnum++; in test1()
63 printf("%sok %d - %s%s\n", pass || skip ? "" : "not ", testnum, in test1()
/freebsd-13.1/tests/sys/kqueue/libkqueue/
H A Dmain.c26 static int testnum = 1; variable
278 printf("\n\nTest %d: %s\n", testnum++, func); in test_begin()
368 "+OK All %d tests completed.\n", testnum - 1); in main()
/freebsd-13.1/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c127 static int testnum; variable
134 testnum++; in ok_mode()
136 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode()
138 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode()
146 testnum++; in notok_mode()
148 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode()
151 printf("not ok %d - %s # mode 0x%x - %s\n", testnum, testname, in notok_mode()