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

/openbsd-current/libexec/spamd/
H A Dgrey.c77 char **traplist; variable
312 if (traplist != NULL) {
314 free(traplist[i]);
315 traplist[i] = NULL;
374 /* validate, then add to list of addrs to traplist */
390 tmp = reallocarray(traplist,
396 traplist = tmp;
399 traplist[trapcount] = strdup(addr);
400 if (traplist[trapcount] == NULL) {
612 configure_spamd(traplist, trapcoun
[all...]

Completed in 105 milliseconds