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

/freebsd-current/contrib/blocklist/bin/
H A Dconf.h43 int c_nfail; member in struct:conf
H A Dblacklistctl.c142 if (c.c_nfail == -1 || dbi.count < c.c_nfail)
145 if (dbi.count >= c.c_nfail)
163 star(mbuf, sizeof(mbuf), c.c_nfail), buf);
H A Dblacklistd.c211 "last=%s now=%s", __func__, rbuf, dbi.count, c.c_nfail,
225 if (c.c_nfail != -1)
226 dbi.count = c.c_nfail - 1;
231 if (c.c_nfail != -1 && dbi.count >= c.c_nfail) {
271 "last=%s now=%s", __func__, rbuf, dbi.count, c.c_nfail,
H A Dconf.c135 return conf_getnum(f, l, local, &c->c_nfail, "nfail", p);
836 N(3, c->c_nfail), delim, N(4, c->c_duration));
842 N(3, c->c_nfail), N(4, c->c_duration));
863 c->c_nfail = sc->c_nfail;
892 if (sc->c_nfail != FEQUAL)
893 c->c_nfail = sc->c_nfail;
1139 cr->c_nfail = FSTAR;
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c54 int c_nfail; member in struct:conf

Completed in 167 milliseconds