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

/openbsd-current/libexec/spamd/
H A Dgrey.c75 u_int trapcount, trapalloc; variable
313 for (i = 0; i < trapcount; i++) {
318 trapcount = 0;
387 if (trapcount == trapalloc) {
399 traplist[trapcount] = strdup(addr);
400 if (traplist[trapcount] == NULL) {
404 trapcount++;
612 configure_spamd(traplist, trapcount, trapcfg);

Completed in 66 milliseconds