Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrcasecmp.c87 sm_strncasecmp(s1, s2, n) in sm_strncasecmp() function
H A Dldap.c479 sm_strncasecmp(vals[i], q, p - q) == 0)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h102 sm_strncasecmp __P((const char *, const char *, size_t));
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailstats.c156 if (sm_strncasecmp(b, " StatusFile", 11) == 0 &&
H A Dpraliases.c137 if (sm_strncasecmp(b, " AliasFile", 10) == 0 &&
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c173 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
187 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
H A Dmap.c4151 if (sm_strncasecmp(p, "LDAP_AUTH_", 10) == 0)
4157 if (sm_strncasecmp(p, lam->lam_name,
4217 if (sm_strncasecmp(p, "LDAP_DEREF_", 11) == 0)
4223 if (sm_strncasecmp(p, lad->lad_name,
4252 if (sm_strncasecmp(p, "LDAP_SCOPE_", 11) == 0)
4258 if (sm_strncasecmp(p, lss->lss_name,
5226 if (sm_strncasecmp("LOG_", priority, 4) == 0)
H A Dutil.c1616 if (sm_strncasecmp(a, b, la) == 0)
1998 : sm_strncasecmp(p, mydom, i)) == 0 &&
H A Ddaemon.c3655 if (sm_strncasecmp(p, "userid", 6) != 0)
3694 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
4286 if (family == AF_INET6 && sm_strncasecmp(src, "IPv6:", 5) == 0)
H A Denvelope.c359 sm_strncasecmp(e->e_from.q_paddr, "owner-", 6) != 0 &&
H A Dsrvrsmtp.c1230 && sm_strncasecmp(inp, "AUTH ", 5) != 0
1255 sm_strncasecmp(inp, http_cmd, cmdlen) == 0 &&
4812 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
H A Dusersmtp.c861 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0)
1460 if (sm_strncasecmp(s, item, len) == 0 &&
H A Dparseaddr.c1219 sm_strncasecmp(ap, *avp,
2154 if (sm_strncasecmp(ubuf, ":include:", 9) == 0)
H A Ddeliver.c3217 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
5592 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
H A Dreadcf.c2427 if (sm_strncasecmp(o->o_name, val, strlen(val)) != 0)
H A Dconf.c4034 if (addr != NULL && sm_strncasecmp(addr, "IPv6:", 5) == 0)