Home
last modified time | relevance | path

Searched refs:d_maxchildren (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddaemon.h41 int d_maxchildren; member
H A Ddaemon.c776 if (Daemons[curdaemon].d_maxchildren !=
779 d_maxchildren;
1487 d->d_maxchildren = DPO_NOTSET;
1518 d->d_maxchildren = atoi(v);
H A Dconf.c2384 limit = (Daemons[dn].d_maxchildren != DPO_NOTSET) ?
2385 Daemons[dn].d_maxchildren : MaxChildren;