Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dspeed.c1975 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
1988 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2001 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2569 for (testnum = 0; testnum < RSA_NUM; testnum++) { in speed_main()
2666 for (testnum = 0; testnum < DSA_NUM; testnum++) { in speed_main()
2745 for (testnum = 0; testnum < ECDSA_NUM; testnum++) { in speed_main()
2823 for (testnum = 0; testnum < EC_NUM; testnum++) { in speed_main()
2912 for (testnum = 0; testnum < EdDSA_NUM; testnum++) { in speed_main()
3028 for (testnum = 0; testnum < SM2_NUM; testnum++) { in speed_main()
3163 for (testnum = 0; testnum < FFDH_NUM; testnum++) { in speed_main()
[all …]
/freebsd-14.2/tests/sys/file/
H A Dfcntlflags_test.c39 static int testnum; variable
49 testnum++, path, omodetext); in subtests()
58 testnum++); in subtests()
65 testnum++); in subtests()
68 testnum++); in subtests()
74 testnum++); in subtests()
78 testnum++, flags1, flags2); in subtests()
81 testnum++); in subtests()
84 testnum++); in subtests()
90 testnum++); in subtests()
[all …]
H A Dflock_helper.c1547 int testnum; in main() local
1561 testnum = strtol(argv[2], NULL, 0); in main()
1565 testnum = 0; in main()
1591 if (!testnum || tests[i].num == testnum) in main()
/freebsd-14.2/lib/libc/tests/stdio/
H A Dmkostemp_test.c44 static int testnum; variable
60 testnum++, oflags, strerror(errno)); in test_one()
66 testnum++, oflags, tmpf); in test_one()
74 testnum++, oflags); in test_one()
80 testnum++, oflags); in test_one()
92 testnum++, oflags, fd, strerror(errno)); in test_one()
99 testnum++, oflags); in test_one()
106 testnum++, oflags); in test_one()
112 testnum++, oflags); in test_one()
119 testnum++, oflags, fd, strerror(errno)); in test_one()
[all …]
/freebsd-14.2/usr.bin/units/tests/
H A Dbasics_test.sh8 testnum="$1"
13 echo "ok $testnum - $fn"
15 echo "not ok $testnum - $fn"
/freebsd-14.2/tools/regression/usr.bin/cc/
H A Dfloat.c54 static int testnum, failures; variable
60 testnum++; in test1()
61 printf("%sok %d - %s%s\n", pass || skip ? "" : "not ", testnum, in test1()
/freebsd-14.2/tests/sys/kqueue/libkqueue/
H A Dmain.c24 static int testnum = 1; variable
276 printf("\n\nTest %d: %s\n", testnum++, func); in test_begin()
366 "+OK All %d tests completed.\n", testnum - 1); in main()
/freebsd-14.2/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c125 static int testnum; variable
132 testnum++; in ok_mode()
134 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode()
136 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode()
144 testnum++; in notok_mode()
146 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode()
149 printf("not ok %d - %s # mode 0x%x - %s\n", testnum, testname, in notok_mode()