Searched refs:failcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_set_e.sh50 failcount=`expr $failcount + 1`
75 failcount=0
297 atf_fail "$failcount of $count failed cases"
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c77 int failcount = 0, count = 0;; local
102 failcount++;
105 if (verbose && failcount) {
108 argv[0], failcount, count);
110 exit(failcount ? 1 : 0);

Completed in 107 milliseconds