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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrcasecmp.c90 sm_strncasecmp(s1, s2, n)
89 sm_strncasecmp(s1, s2, n) function
H A Dldap.c479 sm_strncasecmp(vals[i], q, p - q) == 0)
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h104 sm_strncasecmp __P((const char *, const char *, size_t));
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dpraliases.c137 if (sm_strncasecmp(b, " AliasFile", 10) == 0 &&
H A Dmailstats.c158 if (sm_strncasecmp(b, " StatusFile", 11) == 0 &&
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtls.c130 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
144 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
H A Dmap.c4146 if (sm_strncasecmp(p, "LDAP_AUTH_", 10) == 0)
4152 if (sm_strncasecmp(p, lam->lam_name,
4212 if (sm_strncasecmp(p, "LDAP_DEREF_", 11) == 0)
4218 if (sm_strncasecmp(p, lad->lad_name,
4247 if (sm_strncasecmp(p, "LDAP_SCOPE_", 11) == 0)
4253 if (sm_strncasecmp(p, lss->lss_name,
5221 if (sm_strncasecmp("LOG_", priority, 4) == 0)
H A Ddaemon.c3661 if (sm_strncasecmp(p, "userid", 6) != 0)
3700 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
4292 if (family == AF_INET6 && sm_strncasecmp(src, "IPv6:", 5) == 0)
H A Dutil.c1616 if (sm_strncasecmp(a, b, la) == 0)
1998 : sm_strncasecmp(p, mydom, i)) == 0 &&
H A Denvelope.c357 sm_strncasecmp(e->e_from.q_paddr, "owner-", 6) != 0 &&
H A Dparseaddr.c1219 sm_strncasecmp(ap, *avp,
2154 if (sm_strncasecmp(ubuf, ":include:", 9) == 0)
H A Dusersmtp.c869 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
1468 if (sm_strncasecmp(s, item, len) == 0 &&
H A Dsrvrsmtp.c1219 && sm_strncasecmp(inp, "AUTH ", 5) != 0
1244 sm_strncasecmp(inp, http_cmd, cmdlen) == 0 &&
4817 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
H A Ddeliver.c3218 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
5593 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
H A Dconf.c4031 if (addr != NULL && sm_strncasecmp(addr, "IPv6:", 5) == 0)
H A Dreadcf.c2457 if (sm_strncasecmp(o->o_name, val, strlen(val)) != 0)

Completed in 126 milliseconds