Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/src/
HDdaemon.c337 !bitnset(D_ETRNONLY,
1017 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))
1032 setbitn(D_ETRNONLY, Daemons[idx].d_flags);
1039 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))
1052 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);
1871 { "ETRNONLY", D_ETRNONLY },
HDsrvrsmtp.c2059 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))
2073 if (bitnset(D_ETRNONLY, d_flags) &&
HDsendmail.h2186 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro