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

12

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrcasecmp.c70 sm_strcasecmp(s1, s2) function
H A Dcf.c83 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
H A Db-strcmp.c40 printf("strcasecmp() and sm_strcasecmp().\n");
99 printf("Test %d: strcasecmp(%s, %s) versus sm_strcasecmp()\n",
119 j += sm_strcasecmp(src1, src2);
H A Dldap.c804 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
973 if (sm_strcasecmp(lmap->ldap_attr[i],
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h99 sm_strcasecmp __P((const char *, const char *));
/freebsd-11-stable/contrib/sendmail/src/
H A Dconvtime.c51 if (sm_strcasecmp(p, "now") == 0)
H A Dheaders.c378 !bitset(EF_QUEUERUN, e->e_flags) && sm_strcasecmp(fname, p) == 0)
397 if (sm_strcasecmp(fname, h->h_field) == 0 &&
629 if (sm_strcasecmp(field, h->h_field) == 0)
731 sm_strcasecmp(h->h_field, field) == 0)
924 if (sm_strcasecmp(h->h_field, p) == 0)
982 sm_strcasecmp(*pvp++, "multipart") == 0 &&
984 sm_strcasecmp(*pvp++, "report") == 0)
998 if (sm_strcasecmp(*pvp++, "report-type") != 0)
1007 sm_strcasecmp(*pvp,
1022 if (sm_strcasecmp(
[all...]
H A Dsrvrsmtp.c1874 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
2723 if (sm_strcasecmp(sendinghost, peerhostname) != 0 &&
2724 (sm_strcasecmp(peerhostname, "localhost") != 0 ||
2725 sm_strcasecmp(sendinghost, MyHostName) != 0))
4648 if (sm_strcasecmp(q, w))
4717 if (sm_strcasecmp(kp, "size") == 0)
4738 else if (sm_strcasecmp(kp, "body") == 0)
4745 else if (sm_strcasecmp(vp, "8bitmime") == 0)
4749 else if (sm_strcasecmp(vp, "7bit") == 0)
4760 else if (sm_strcasecmp(k
[all...]
H A Dmain.c924 if (sm_strcasecmp(optarg, "never") == 0)
931 if (sm_strcasecmp(optarg, "success") == 0)
933 else if (sm_strcasecmp(optarg, "failure") == 0)
935 else if (sm_strcasecmp(optarg, "delay") == 0)
1119 if (sm_strcasecmp(optarg, "hdrs") == 0)
1121 else if (sm_strcasecmp(optarg, "full") != 0)
4336 if (sm_strcasecmp(&line[1], "quit") == 0)
4342 if (sm_strcasecmp(&line[1], "mx") == 0)
4374 else if (sm_strcasecmp(&line[1], "canon") == 0)
4396 else if (sm_strcasecmp(
[all...]
H A Dmime.c259 if (sm_strcasecmp(type, "multipart") == 0 &&
265 if (sm_strcasecmp(subtype, "digest") == 0)
270 if (sm_strcasecmp(argv[i].a_field, "boundary") == 0)
396 if (sm_strcasecmp(type, "message") == 0)
496 if (cte != NULL && sm_strcasecmp(cte, "binary") == 0)
1098 if (sm_strcasecmp(cte, "base64") == 0)
H A Dusersmtp.c228 sm_strcasecmp(&SmtpReplyBuffer[4], MyHostName) == 0)
458 if (sm_strcasecmp(line, "size") == 0)
464 else if (sm_strcasecmp(line, "8bitmime") == 0)
469 else if (sm_strcasecmp(line, "expn") == 0)
471 else if (sm_strcasecmp(line, "dsn") == 0)
473 else if (sm_strcasecmp(line, "enhancedstatuscodes") == 0)
475 else if (sm_strcasecmp(line, "pipelining") == 0)
477 else if (sm_strcasecmp(line, "verb") == 0)
480 else if (sm_strcasecmp(line, "smtputf8") == 0)
484 else if (sm_strcasecmp(lin
[all...]
H A Dreadcf.c2317 if (sm_strcasecmp(q, sslopts->sslopt_name) == 0)
2485 if (sm_strcasecmp(opt, "options") == 0)
2504 else if (sm_strcasecmp(opt, "cipherlist") == 0)
2519 else if (sm_strcasecmp(opt, "flags") == 0)
2529 else if (sm_strcasecmp(opt, "keyfile") == 0)
2531 else if (sm_strcasecmp(opt, "certfile") == 0)
3371 if (sm_strcasecmp(q, "HasWildcardMX") == 0)
3376 if (sm_strcasecmp(q, "WorkAroundBrokenAAAA") == 0)
3383 if (sm_strcasecmp(q, rfp->rf_name) == 0)
3485 if (sm_strcasecmp(va
[all...]
H A Drecipient.c48 return sm_strcasecmp(xx->q_host, yy->q_host);
86 return sm_strcasecmp(xx->q_host, yy->q_host);
512 if (sm_strcasecmp(p, "rfc822") == 0 &&
516 if (sm_strcasecmp(p, "rfc822") != 0)
1243 if (sm_strcasecmp(pw->pw_name, name) == 0)
1252 if (strchr(buf, ' ') != NULL && sm_strcasecmp(buf, name) == 0)
H A Dmap.c955 if (sm_strcasecmp(name, p) == 0)
961 if (sm_strcasecmp(name, p) == 0)
5008 if (sm_strcasecmp(v, "objectClass") == 0 &&
5022 if (sm_strcasecmp(v, lmap->ldap_attr[j]) == 0)
5046 if (sm_strcasecmp(type, "dn") == 0)
5051 else if (sm_strcasecmp(type, "filter") == 0)
5056 else if (sm_strcasecmp(type, "url") == 0)
5061 else if (sm_strcasecmp(type, "normal") == 0)
5667 if (sm_strcasecmp("EMERG", priority) == 0)
5672 if (sm_strcasecmp("ALER
[all...]
H A Dcontrol.c332 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
H A Dalias.c231 if (sm_strcasecmp(name, "postmaster") == 0)
814 if (sm_strcasecmp(al.q_user, "postmaster") == 0)
H A Dsavemail.c647 if (p != NULL && sm_strcasecmp(p, "binary") != 0)
775 if (sm_strcasecmp(addrtype, "rfc822") != 0)
1264 if (sm_strcasecmp(p, "rfc822") == 0 &&
1459 if (p != NULL && sm_strcasecmp(p, "binary") != 0)
H A Dstab.c81 (s->s_symtype != type || sm_strcasecmp(name, s->s_name)))
H A Dmilter.c714 else if (sm_strcasecmp(p, "unix") == 0 ||
715 sm_strcasecmp(p, "local") == 0)
719 else if (sm_strcasecmp(p, "inet") == 0)
723 else if (sm_strcasecmp(p, "inet6") == 0)
1604 if (sm_strcasecmp(mo->mo_name, name) == 0)
2976 if (sm_strcasecmp(h->h_field, response) == 0 &&
3176 if (sm_strcasecmp(h->h_field, field) == 0)
H A Ddaemon.c1544 else if (sm_strcasecmp(v, "unix") == 0 ||
1545 sm_strcasecmp(v, "local") == 0)
1549 else if (sm_strcasecmp(v, "inet") == 0)
1553 else if (sm_strcasecmp(v, "inet6") == 0)
1557 else if (sm_strcasecmp(v, "iso") == 0)
1561 else if (sm_strcasecmp(v, "ns") == 0)
1565 else if (sm_strcasecmp(v, "x.25") == 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.c898 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0)
H A Dparseaddr.c1244 if (sm_strcasecmp(rp, ap))
2055 if (sm_strcasecmp(mname, "error") == 0)
2080 if (sm_strcasecmp(ep->ec_name, hbuf) == 0)
2126 if (sm_strcasecmp(m->m_name, mname) == 0)
H A Dconf.c3861 if (sm_strcasecmp(vendor, "Berkeley") == 0)
3870 if (sm_strcasecmp(vendor, "Sun") == 0)
3877 if (sm_strcasecmp(vendor, "Digital") == 0)
3885 if (sm_strcasecmp(vendor, VENDOR_NAME) == 0)
5698 (sm_strcasecmp(hostname + len_host - len_domain,
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c588 if (sm_strcasecmp(buf, "data") == 0)
677 if (sm_strcasecmp(buf, "noop") == 0)
688 if (sm_strcasecmp(buf, "quit") == 0)
739 else if (sm_strcasecmp(buf, "rset") == 0)

Completed in 291 milliseconds

12