Searched refs:sm_strncasecmp (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrcasecmp.c87 sm_strncasecmp(s1, s2, n) function
H A Dldap.c694 sm_strncasecmp(vals[i], q, p - q) == 0)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h102 sm_strncasecmp __P((const char *, const char *, size_t));
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c629 if (sm_strncasecmp(buf, "lhlo ", 5) == 0)
652 if (sm_strncasecmp(buf, "mail ", 5) == 0)
660 if (sm_strncasecmp(buf + 5, "from:", 5) != 0 ||
699 if (sm_strncasecmp(buf, "rcpt ", 5) == 0)
721 if (sm_strncasecmp(buf + 5, "to:", 3) != 0 ||
757 if (sm_strncasecmp(buf, "vrfy ", 5) == 0)
904 sm_strncasecmp(line, ContentHdr, 15) == 0)
/freebsd-11-stable/contrib/sendmail/praliases/
H A Dpraliases.c137 if (sm_strncasecmp(b, " AliasFile", 10) == 0 &&
/freebsd-11-stable/contrib/sendmail/mailstats/
H A Dmailstats.c159 if (sm_strncasecmp(b, " StatusFile", 11) == 0 &&
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c4580 if (sm_strncasecmp(p, "LDAP_AUTH_", 10) == 0)
4586 if (sm_strncasecmp(p, lam->lam_name,
4646 if (sm_strncasecmp(p, "LDAP_DEREF_", 11) == 0)
4652 if (sm_strncasecmp(p, lad->lad_name,
4681 if (sm_strncasecmp(p, "LDAP_SCOPE_", 11) == 0)
4687 if (sm_strncasecmp(p, lss->lss_name,
5663 if (sm_strncasecmp("LOG_", priority, 4) == 0)
7865 if (sm_strncasecmp(name, "IPv6:", 5) == 0)
H A Dtls.c233 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
247 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
H A Dutil.c1616 if (sm_strncasecmp(a, b, la) == 0)
1998 : sm_strncasecmp(p, mydom, i)) == 0 &&
H A Denvelope.c371 sm_strncasecmp(e->e_from.q_paddr, "owner-", 6) != 0 &&
H A Dparseaddr.c1229 sm_strncasecmp(ap, *avp,
2170 if (sm_strncasecmp(ubuf, ":include:", 9) == 0)
H A Dusersmtp.c884 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
1485 if (sm_strncasecmp(s, item, len) == 0 &&
H A Dsavemail.c1298 if (sm_strncasecmp("rfc822;", q->q_finalrcpt, 7) == 0 &&
H A Ddaemon.c3789 if (sm_strncasecmp(p, "userid", 6) != 0)
3828 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
4441 if (family == AF_INET6 && sm_strncasecmp(src, "IPv6:", 5) == 0)
H A Dsrvrsmtp.c1558 && sm_strncasecmp(inp, "AUTH ", 5) != 0
1583 sm_strncasecmp(inp, http_cmd, cmdlen) == 0 &&
5368 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
H A Ddeliver.c3408 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
5853 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
H A Dconf.c4107 if (addr != NULL && sm_strncasecmp(addr, "IPv6:", 5) == 0)
H A Dreadcf.c3057 if (sm_strncasecmp(o->o_name, val, strlen(val)) != 0)

Completed in 213 milliseconds