Searched refs:sm_strncasecmp (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | strcasecmp.c | 90 sm_strncasecmp(s1, s2, n) 89 sm_strncasecmp(s1, s2, n) function
|
H A D | ldap.c | 479 sm_strncasecmp(vals[i], q, p - q) == 0)
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 104 sm_strncasecmp __P((const char *, const char *, size_t));
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 137 if (sm_strncasecmp(b, " AliasFile", 10) == 0 &&
|
H A D | mailstats.c | 158 if (sm_strncasecmp(b, " StatusFile", 11) == 0 &&
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 131 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0) 145 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
|
H A D | map.c | 4151 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 D | daemon.c | 3655 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 D | util.c | 1616 if (sm_strncasecmp(a, b, la) == 0) 1998 : sm_strncasecmp(p, mydom, i)) == 0 &&
|
H A D | envelope.c | 357 sm_strncasecmp(e->e_from.q_paddr, "owner-", 6) != 0 &&
|
H A D | parseaddr.c | 1221 sm_strncasecmp(ap, *avp, 2156 if (sm_strncasecmp(ubuf, ":include:", 9) == 0)
|
H A D | usersmtp.c | 861 if (pvp[1] != NULL && sm_strncasecmp(pvp[1], "temp", 4) == 0) 1460 if (sm_strncasecmp(s, item, len) == 0 &&
|
H A D | srvrsmtp.c | 1230 && 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 D | deliver.c | 3217 if (sm_strncasecmp(p, "text/plain", 10) == 0 && 5592 if (sm_strncasecmp(p, "text/plain", 10) == 0 &&
|
H A D | readcf.c | 2427 if (sm_strncasecmp(o->o_name, val, strlen(val)) != 0)
|
H A D | conf.c | 4033 if (addr != NULL && sm_strncasecmp(addr, "IPv6:", 5) == 0)
|
Completed in 123 milliseconds