Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Ddaemon.h43 int d_maxchildren; member
H A Ddaemon.c750 if (Daemons[curdaemon].d_maxchildren !=
753 d_maxchildren;
1453 d->d_maxchildren = DPO_NOTSET;
1484 d->d_maxchildren = atoi(v);
H A Dconf.c2307 limit = (Daemons[dn].d_maxchildren != DPO_NOTSET) ?
2308 Daemons[dn].d_maxchildren : MaxChildren;