Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/src/
Ddaemon.c318 !bitnset(D_ETRNONLY,
990 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))
1005 setbitn(D_ETRNONLY, Daemons[idx].d_flags);
1012 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))
1025 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);
1846 { "ETRNONLY", D_ETRNONLY },
Dsrvrsmtp.c1815 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))
1829 if (bitnset(D_ETRNONLY, d_flags) &&
Dsendmail.h1938 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro