Home
last modified time | relevance | path

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

/freebsd-src/contrib/sendmail/src/
H A Dmain.c2196 if (chkclientmodifiers(D_NOTLS))
2203 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
H A Dsendmail.h2860 extern bool chkclientmodifiers __P((int));
H A Ddaemon.c2059 chkclientmodifiers(flag) in chkclientmodifiers() function