Home
last modified time | relevance | path

Searched refs:sm_strcasecmp (Results 1 – 12 of 12) sorted by relevance

/src/contrib/sendmail/libsm/
H A Dstrcasecmp.c70 sm_strcasecmp(s1, s2) in sm_strcasecmp() function
H A Dstrcaseeq.c43 return (sm_strcasecmp(s1, s2) == 0);
H A Db-strcmp.c119 j += sm_strcasecmp(src1, src2);
H A Dldap.c865 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
/src/contrib/sendmail/include/sm/
H A Dsendmail.h40 # define SM_STRCASEEQ(a, b) (sm_strcasecmp((a), (b)) == 0)
H A Dstring.h99 sm_strcasecmp __P((const char *, const char *));
/src/contrib/sendmail/src/
H A Dsavemail.c649 if (p != NULL && sm_strcasecmp(p, "binary") != 0)
784 if (sm_strcasecmp(addrtype, "rfc822") != 0)
1467 if (p != NULL && sm_strcasecmp(p, "binary") != 0)
H A Drecipient.c53 return sm_strcasecmp(xx->q_host, yy->q_host);
91 return sm_strcasecmp(xx->q_host, yy->q_host);
530 if (sm_strcasecmp(p, "rfc822") != 0)
H A Dreadcf.c2723 else if (sm_strcasecmp(opt, "servername") == 0 &&
2724 sm_strcasecmp(val, "hostname") == 0)
2734 else if (sm_strcasecmp(opt, "servername") == 0)
2744 else if (sm_strcasecmp(opt, "sts") == 0 &&
2745 sm_strcasecmp(val, "secure") == 0)
H A Dsrvrsmtp.c2896 if (sm_strcasecmp(sendinghost, peerhostname) != 0 &&
2897 (sm_strcasecmp(peerhostname, "localhost") != 0 ||
2898 sm_strcasecmp(sendinghost, MyHostName) != 0))
4963 if (sm_strcasecmp(q, w))
5118 else if (sm_strcasecmp(vp, "full") != 0)
H A Dutil.c2143 if ((canon ? sm_strcasecmp(p, mydom)
H A Dqueue.c3334 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3378 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)