/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | strcasecmp.c | 73 sm_strcasecmp(s1, s2) 72 sm_strcasecmp(s1, s2) function
|
H A D | cf.c | 85 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
|
H A D | ldap.c | 589 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search); 758 if (sm_strcasecmp(lmap->ldap_attr[i],
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 101 sm_strcasecmp __P((const char *, const char *));
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | convtime.c | 53 if (sm_strcasecmp(p, "now") == 0)
|
H A D | headers.c | 378 !bitset(EF_QUEUERUN, e->e_flags) && sm_strcasecmp(fname, p) == 0) 396 if (sm_strcasecmp(fname, h->h_field) == 0 && 615 if (sm_strcasecmp(field, h->h_field) == 0) 717 sm_strcasecmp(h->h_field, field) == 0) 910 if (sm_strcasecmp(h->h_field, p) == 0) 968 sm_strcasecmp(*pvp++, "multipart") == 0 && 970 sm_strcasecmp(*pvp++, "report") == 0) 984 if (sm_strcasecmp(*pvp++, "report-type") != 0) 993 sm_strcasecmp(*pvp, 1008 if (sm_strcasecmp( [all...] |
H A D | mime.c | 260 if (sm_strcasecmp(type, "multipart") == 0 && 266 if (sm_strcasecmp(subtype, "digest") == 0) 271 if (sm_strcasecmp(argv[i].a_field, "boundary") == 0) 397 if (sm_strcasecmp(type, "message") == 0) 497 if (cte != NULL && sm_strcasecmp(cte, "binary") == 0) 1099 if (sm_strcasecmp(cte, "base64") == 0)
|
H A D | srvrsmtp.c | 1531 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0) 2337 if (sm_strcasecmp(sendinghost, peerhostname) != 0 && 2338 (sm_strcasecmp(peerhostname, "localhost") != 0 || 2339 sm_strcasecmp(sendinghost, MyHostName) != 0)) 4118 if (sm_strcasecmp(q, w)) 4187 if (sm_strcasecmp(kp, "size") == 0) 4208 else if (sm_strcasecmp(kp, "body") == 0) 4215 else if (sm_strcasecmp(vp, "8bitmime") == 0) 4219 else if (sm_strcasecmp(vp, "7bit") == 0) 4230 else if (sm_strcasecmp(k [all...] |
H A D | main.c | 911 if (sm_strcasecmp(optarg, "never") == 0) 918 if (sm_strcasecmp(optarg, "success") == 0) 920 else if (sm_strcasecmp(optarg, "failure") == 0) 922 else if (sm_strcasecmp(optarg, "delay") == 0) 1106 if (sm_strcasecmp(optarg, "hdrs") == 0) 1108 else if (sm_strcasecmp(optarg, "full") != 0) 4261 if (sm_strcasecmp(&line[1], "quit") == 0) 4267 if (sm_strcasecmp(&line[1], "mx") == 0) 4294 else if (sm_strcasecmp(&line[1], "canon") == 0) 4316 else if (sm_strcasecmp( [all...] |
H A D | usersmtp.c | 214 sm_strcasecmp(&SmtpReplyBuffer[4], MyHostName) == 0) 441 if (sm_strcasecmp(line, "size") == 0) 447 else if (sm_strcasecmp(line, "8bitmime") == 0) 452 else if (sm_strcasecmp(line, "expn") == 0) 454 else if (sm_strcasecmp(line, "dsn") == 0) 456 else if (sm_strcasecmp(line, "enhancedstatuscodes") == 0) 458 else if (sm_strcasecmp(line, "pipelining") == 0) 460 else if (sm_strcasecmp(line, "verb") == 0) 463 else if (sm_strcasecmp(line, "starttls") == 0) 466 else if (sm_strcasecmp(lin [all...] |
H A D | map.c | 939 if (sm_strcasecmp(name, p) == 0) 945 if (sm_strcasecmp(name, p) == 0) 4571 if (sm_strcasecmp(v, "objectClass") == 0 && 4585 if (sm_strcasecmp(v, lmap->ldap_attr[j]) == 0) 4609 if (sm_strcasecmp(type, "dn") == 0) 4614 else if (sm_strcasecmp(type, "filter") == 0) 4619 else if (sm_strcasecmp(type, "url") == 0) 4624 else if (sm_strcasecmp(type, "normal") == 0) 5230 if (sm_strcasecmp("EMERG", priority) == 0) 5235 if (sm_strcasecmp("ALER [all...] |
H A D | readcf.c | 2735 if (sm_strcasecmp(q, "HasWildcardMX") == 0) 2740 if (sm_strcasecmp(q, "WorkAroundBrokenAAAA") == 0) 2747 if (sm_strcasecmp(q, rfp->rf_name) == 0) 2849 if (sm_strcasecmp(val, pv->pv_name) == 0) 3114 if (sm_strcasecmp(val, "none") == 0) 3116 else if (sm_strcasecmp(val, "add-to") == 0) 3118 else if (sm_strcasecmp(val, "add-apparently-to") == 0) 3120 else if (sm_strcasecmp(val, "add-bcc") == 0) 3122 else if (sm_strcasecmp(val, "add-to-undisclosed") == 0) 3392 if (sm_strcasecmp(va [all...] |
H A D | control.c | 335 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
|
H A D | recipient.c | 50 return sm_strcasecmp(xx->q_host, yy->q_host); 88 return sm_strcasecmp(xx->q_host, yy->q_host); 513 if (sm_strcasecmp(p, "rfc822") != 0) 1240 if (sm_strcasecmp(pw->pw_name, name) == 0) 1249 if (strchr(buf, ' ') != NULL && sm_strcasecmp(buf, name) == 0)
|
H A D | alias.c | 233 if (sm_strcasecmp(name, "postmaster") == 0) 817 if (sm_strcasecmp(al.q_user, "postmaster") == 0)
|
H A D | sm_resolve.c | 95 if (sm_strcasecmp(name, p->st_name) == 0)
|
H A D | stab.c | 79 (s->s_symtype != type || sm_strcasecmp(name, s->s_name)))
|
H A D | daemon.c | 1515 else if (sm_strcasecmp(v, "unix") == 0 || 1516 sm_strcasecmp(v, "local") == 0) 1521 else if (sm_strcasecmp(v, "inet") == 0) 1525 else if (sm_strcasecmp(v, "inet6") == 0) 1529 else if (sm_strcasecmp(v, "iso") == 0) 1533 else if (sm_strcasecmp(v, "ns") == 0) 1537 else if (sm_strcasecmp(v, "x.25") == 0)
|
H A D | savemail.c | 642 if (p != NULL && sm_strcasecmp(p, "binary") != 0) 1182 if (sm_strcasecmp(p, "rfc822") == 0 && 1346 if (p != NULL && sm_strcasecmp(p, "binary") != 0)
|
H A D | milter.c | 709 else if (sm_strcasecmp(p, "unix") == 0 || 710 sm_strcasecmp(p, "local") == 0) 714 else if (sm_strcasecmp(p, "inet") == 0) 718 else if (sm_strcasecmp(p, "inet6") == 0) 1604 if (sm_strcasecmp(mo->mo_name, name) == 0) 3011 if (sm_strcasecmp(h->h_field, response) == 0 && 3211 if (sm_strcasecmp(h->h_field, field) == 0)
|
H A D | util.c | 382 if (sm_strcasecmp(bodytype, "7BIT") == 0) 384 if (sm_strcasecmp(bodytype, "8BITMIME") == 0) 1997 if ((canon ? sm_strcasecmp(p, mydom)
|
H A D | collect.c | 891 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0)
|
H A D | domain.c | 453 if (sm_strcasecmp(mxhosts[i], mxhosts[i + 1]) != 0)
|
H A D | parseaddr.c | 1236 if (sm_strcasecmp(rp, ap)) 2041 if (sm_strcasecmp(mname, "error") == 0) 2066 if (sm_strcasecmp(ep->ec_name, hbuf) == 0) 2112 if (sm_strcasecmp(m->m_name, mname) == 0)
|
H A D | conf.c | 3787 if (sm_strcasecmp(vendor, "Berkeley") == 0) 3796 if (sm_strcasecmp(vendor, "Sun") == 0) 3803 if (sm_strcasecmp(vendor, "Digital") == 0) 3811 if (sm_strcasecmp(vendor, VENDOR_NAME) == 0) 5547 (sm_strcasecmp(hostname + len_host - len_domain,
|