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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c98 int errcount = 0; local
130 if (errcount == 15) {
133 if (errcount == 0)
135 errcount++;
136 usleep(100000 * errcount);
153 if (errcount > 0) {
155 errcount, errcount == 1 ? "" : "s");
/freebsd-9.3-release/sbin/hastd/
H A Dproto_common.c97 int errcount = 0; local
129 if (errcount == 15) {
132 if (errcount == 0)
134 errcount++;
135 usleep(100000 * errcount);
152 if (errcount > 0) {
154 errcount, errcount == 1 ? "" : "s");
/freebsd-9.3-release/sbin/dump/
H A Doptr.c80 int back, errcount; local
89 errcount = 0;
93 if (++errcount > 30) /* XXX ugly */
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c2892 int errcount; local
2931 errcount = ++(sec_data->erratumcount);
3782 int errcount; local
3784 errcount = ++(elf32_arm_section_data (sec)->erratumcount);
9808 int mapcount, errcount; local
9827 errcount = arm_data->erratumcount;
9829 if (errcount != 0)

Completed in 81 milliseconds