Searched refs:sm_strcasecmp (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrcasecmp.c73 sm_strcasecmp(s1, s2)
72 sm_strcasecmp(s1, s2) function
H A Dcf.c85 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
H A Dldap.c589 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
758 if (sm_strcasecmp(lmap->ldap_attr[i],
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h101 sm_strcasecmp __P((const char *, const char *));
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconvtime.c53 if (sm_strcasecmp(p, "now") == 0)
H A Dheaders.c378 !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 Dmime.c260 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 Dsrvrsmtp.c1520 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
2340 if (sm_strcasecmp(sendinghost, peerhostname) != 0 &&
2341 (sm_strcasecmp(peerhostname, "localhost") != 0 ||
2342 sm_strcasecmp(sendinghost, MyHostName) != 0))
4122 if (sm_strcasecmp(q, w))
4191 if (sm_strcasecmp(kp, "size") == 0)
4212 else if (sm_strcasecmp(kp, "body") == 0)
4219 else if (sm_strcasecmp(vp, "8bitmime") == 0)
4223 else if (sm_strcasecmp(vp, "7bit") == 0)
4234 else if (sm_strcasecmp(k
[all...]
H A Dmain.c914 if (sm_strcasecmp(optarg, "never") == 0)
921 if (sm_strcasecmp(optarg, "success") == 0)
923 else if (sm_strcasecmp(optarg, "failure") == 0)
925 else if (sm_strcasecmp(optarg, "delay") == 0)
1109 if (sm_strcasecmp(optarg, "hdrs") == 0)
1111 else if (sm_strcasecmp(optarg, "full") != 0)
4258 if (sm_strcasecmp(&line[1], "quit") == 0)
4264 if (sm_strcasecmp(&line[1], "mx") == 0)
4291 else if (sm_strcasecmp(&line[1], "canon") == 0)
4313 else if (sm_strcasecmp(
[all...]
H A Dusersmtp.c212 sm_strcasecmp(&SmtpReplyBuffer[4], MyHostName) == 0)
445 if (sm_strcasecmp(line, "size") == 0)
451 else if (sm_strcasecmp(line, "8bitmime") == 0)
456 else if (sm_strcasecmp(line, "expn") == 0)
458 else if (sm_strcasecmp(line, "dsn") == 0)
460 else if (sm_strcasecmp(line, "enhancedstatuscodes") == 0)
462 else if (sm_strcasecmp(line, "pipelining") == 0)
464 else if (sm_strcasecmp(line, "verb") == 0)
467 else if (sm_strcasecmp(line, "starttls") == 0)
470 else if (sm_strcasecmp(lin
[all...]
H A Dmap.c934 if (sm_strcasecmp(name, p) == 0)
940 if (sm_strcasecmp(name, p) == 0)
4566 if (sm_strcasecmp(v, "objectClass") == 0 &&
4580 if (sm_strcasecmp(v, lmap->ldap_attr[j]) == 0)
4604 if (sm_strcasecmp(type, "dn") == 0)
4609 else if (sm_strcasecmp(type, "filter") == 0)
4614 else if (sm_strcasecmp(type, "url") == 0)
4619 else if (sm_strcasecmp(type, "normal") == 0)
5225 if (sm_strcasecmp("EMERG", priority) == 0)
5230 if (sm_strcasecmp("ALER
[all...]
H A Dcontrol.c335 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
H A Drecipient.c50 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 Dreadcf.c2766 if (sm_strcasecmp(q, "HasWildcardMX") == 0)
2771 if (sm_strcasecmp(q, "WorkAroundBrokenAAAA") == 0)
2778 if (sm_strcasecmp(q, rfp->rf_name) == 0)
2880 if (sm_strcasecmp(val, pv->pv_name) == 0)
3145 if (sm_strcasecmp(val, "none") == 0)
3147 else if (sm_strcasecmp(val, "add-to") == 0)
3149 else if (sm_strcasecmp(val, "add-apparently-to") == 0)
3151 else if (sm_strcasecmp(val, "add-bcc") == 0)
3153 else if (sm_strcasecmp(val, "add-to-undisclosed") == 0)
3423 if (sm_strcasecmp(va
[all...]
H A Dalias.c233 if (sm_strcasecmp(name, "postmaster") == 0)
817 if (sm_strcasecmp(al.q_user, "postmaster") == 0)
H A Dsm_resolve.c97 if (sm_strcasecmp(name, p->st_name) == 0)
H A Dstab.c79 (s->s_symtype != type || sm_strcasecmp(name, s->s_name)))
H A Ddaemon.c1516 else if (sm_strcasecmp(v, "unix") == 0 ||
1517 sm_strcasecmp(v, "local") == 0)
1522 else if (sm_strcasecmp(v, "inet") == 0)
1526 else if (sm_strcasecmp(v, "inet6") == 0)
1530 else if (sm_strcasecmp(v, "iso") == 0)
1534 else if (sm_strcasecmp(v, "ns") == 0)
1538 else if (sm_strcasecmp(v, "x.25") == 0)
H A Dsavemail.c642 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 Dmilter.c709 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 Dutil.c382 if (sm_strcasecmp(bodytype, "7BIT") == 0)
384 if (sm_strcasecmp(bodytype, "8BITMIME") == 0)
1997 if ((canon ? sm_strcasecmp(p, mydom)
H A Dcollect.c891 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0)
H A Ddomain.c432 if (sm_strcasecmp(mxhosts[i], mxhosts[i + 1]) != 0)
H A Dparseaddr.c1234 if (sm_strcasecmp(rp, ap))
2039 if (sm_strcasecmp(mname, "error") == 0)
2064 if (sm_strcasecmp(ep->ec_name, hbuf) == 0)
2110 if (sm_strcasecmp(m->m_name, mname) == 0)
H A Dconf.c3785 if (sm_strcasecmp(vendor, "Berkeley") == 0)
3794 if (sm_strcasecmp(vendor, "Sun") == 0)
3801 if (sm_strcasecmp(vendor, "Digital") == 0)
3809 if (sm_strcasecmp(vendor, VENDOR_NAME) == 0)
5547 (sm_strcasecmp(hostname + len_host - len_domain,

Completed in 162 milliseconds

12