Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDmain.c2157 if (chkclientmodifiers(D_NOTLS))
2164 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
HDsendmail.h2699 extern bool chkclientmodifiers __P((int));
HDdaemon.c2046 chkclientmodifiers(flag) in chkclientmodifiers() function