Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/apps/
H A Dspeed.c2152 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2164 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2177 for (testnum = 0; testnum < size_num; testnum++) { in speed_main()
2684 for (testnum = 0; testnum < RSA_NUM; testnum++) { in speed_main()
2770 for (testnum++; testnum < RSA_NUM; testnum++) in speed_main()
2781 for (testnum = 0; testnum < DSA_NUM; testnum++) { in speed_main()
2841 for (testnum++; testnum < DSA_NUM; testnum++) in speed_main()
2848 for (testnum = 0; testnum < ECDSA_NUM; testnum++) { in speed_main()
2932 for (testnum = 0; testnum < EC_NUM; testnum++) { in speed_main()
3093 for (testnum = 0; testnum < EdDSA_NUM; testnum++) { in speed_main()
[all …]
/freebsd-12.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-12.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-12.1/usr.bin/units/tests/
H A Dbasics_test.sh9 testnum="$1"
14 echo "ok $testnum - $fn"
16 echo "not ok $testnum - $fn"
/freebsd-12.1/lib/msun/tests/
H A Dnearbyint_test.c46 static int testnum; variable
116 printf("ok %d\t\t# nearbyint(+%g)\n", testnum++, in); in test_nearby()
159 printf("ok %d\t\t# modf(+%g)\n", testnum++, in); in test_modf()
168 testnum = 1; in main()
H A Dfmaxmin_test.c97 testall(int testnum, long double big, long double small) in testall() argument
113 (i == 4) ? "" : "not ", testnum, big, small, in testall()
/freebsd-12.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-12.1/tests/sys/kqueue/libkqueue/
H A Dmain.c24 int testnum = 1; variable
287 printf("\n\nTest %d: %s\n", testnum++, func); in test_begin()
377 "+OK All %d tests completed.\n", testnum - 1); in main()
/freebsd-12.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()