Searched refs:errcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c96 int errcount = 0; local
128 if (errcount == 15) {
131 if (errcount == 0)
133 errcount++;
134 usleep(100000 * errcount);
151 if (errcount > 0) {
153 errcount, errcount == 1 ? "" : "s");
/freebsd-11-stable/sbin/hastd/
H A Dproto_common.c99 int errcount = 0; local
131 if (errcount == 15) {
134 if (errcount == 0)
136 errcount++;
137 usleep(100000 * errcount);
154 if (errcount > 0) {
156 errcount, errcount == 1 ? "" : "s");
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl16 my $errcount;
266 ++$errcount;
276 ++$errcount;
307 ++$errcount;
829 if($errcount) {
831 exit $errcount;
/freebsd-11-stable/sbin/dump/
H A Doptr.c80 int back, errcount; local
89 errcount = 0;
93 if (++errcount > 30) /* XXX ugly */
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c2885 int errcount; local
2924 errcount = ++(sec_data->erratumcount);
3775 int errcount; local
3777 errcount = ++(elf32_arm_section_data (sec)->erratumcount);
9843 int mapcount, errcount; local
9862 errcount = arm_data->erratumcount;
9864 if (errcount != 0)

Completed in 133 milliseconds