Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c318 !bitnset(D_ETRNONLY,
980 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))
995 setbitn(D_ETRNONLY, Daemons[idx].d_flags);
1002 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))
1015 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);
1839 { "ETRNONLY", D_ETRNONLY },
H A Dsrvrsmtp.c1574 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))
1588 if (bitnset(D_ETRNONLY, d_flags) &&
H A Dsendmail.h1830 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro