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

/freebsd-12-stable/contrib/sendmail/src/
H A Ddaemon.h41 int d_maxchildren; member in struct:daemon
H A Ddaemon.c768 if (Daemons[curdaemon].d_maxchildren !=
771 d_maxchildren;
1480 d->d_maxchildren = DPO_NOTSET;
1511 d->d_maxchildren = atoi(v);
H A Dconf.c2381 limit = (Daemons[dn].d_maxchildren != DPO_NOTSET) ?
2382 Daemons[dn].d_maxchildren : MaxChildren;

Completed in 179 milliseconds