Home
last modified time | relevance | path

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

/dports/net/xisp/xisp-2.7p4/SunOS/ufc-crypt/
H A Dcert.c11 int totfails = 0; variable
15 if(totfails == 0) { in good_bye()
19 printf("%d failures during DES validation suite!!!\n", totfails); in good_bye()
53 fail++; totfails++; in main()
63 fail++; totfails++; in main()
/dports/security/libcipher3/libcipher3-3.0/test/
H A Dcert.c12 int totfails = 0; variable
46 if(totfails == 0) { in good_bye()
50 printf(" %d failures during validation!!!\n", totfails); in good_bye()
194 fail++; totfails++; in test_encrypt()
204 fail++; totfails++; in test_encrypt()
275 fail++; totfails++; in test_des()
285 fail++; totfails++; in test_des()
314 totfails++; in test_crypt()
328 totfails++; in test_crypt()
/dports/print/qpdf/qpdf-10.5.0/qtest/bin/
H A Dqtest-driver177 my $totfails = 0;
257 $totfails += $fails;
310 $tottests, $totpasses, $totfails, $totxpasses, $totxfails,
320 " failures=\"$totfails\"\n" .