Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2143 if (chkclientmodifiers(D_NOTLS))
2150 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
H A Dsendmail.h2501 extern bool chkclientmodifiers __P((int));
H A Ddaemon.c2025 chkclientmodifiers(flag) in chkclientmodifiers() function