Home
last modified time | relevance | path

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

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dmain.c2157 if (chkclientmodifiers(D_NOTLS))
2164 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
H A Dsendmail.h2699 extern bool chkclientmodifiers __P((int));
H A Ddaemon.c2046 chkclientmodifiers(flag) in chkclientmodifiers() function