Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c96 int errcount = 0; in proto_common_send() local
128 if (errcount == 15) { in proto_common_send()
131 if (errcount == 0) in proto_common_send()
133 errcount++; in proto_common_send()
134 usleep(100000 * errcount); in proto_common_send()
151 if (errcount > 0) { in proto_common_send()
153 errcount, errcount == 1 ? "" : "s"); in proto_common_send()
/freebsd/sbin/hastd/
H A Dproto_common.c96 int errcount = 0; in proto_common_send() local
128 if (errcount == 15) { in proto_common_send()
131 if (errcount == 0) in proto_common_send()
133 errcount++; in proto_common_send()
134 usleep(100000 * errcount); in proto_common_send()
151 if (errcount > 0) { in proto_common_send()
153 errcount, errcount == 1 ? "" : "s"); in proto_common_send()
/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c328 unsigned int errcount, slot; in mandoc_dbg_finish() local
330 errcount = ohash_entries(&dhash_table); in mandoc_dbg_finish()
340 fprintf(dhash_fp, "S %u memory leaks found\n", errcount); in mandoc_dbg_finish()
/freebsd/sbin/dump/
H A Doptr.c74 int back, errcount; in query() local
83 errcount = 0; in query()
87 if (++errcount > 30) /* XXX ugly */ in query()