Searched refs:sm_strcasecmp (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/sendmail/libsm/ |
| H A D | strcasecmp.c | 70 sm_strcasecmp(s1, s2) in sm_strcasecmp() function
|
| H A D | strcaseeq.c | 43 return (sm_strcasecmp(s1, s2) == 0);
|
| H A D | b-strcmp.c | 119 j += sm_strcasecmp(src1, src2);
|
| H A D | ldap.c | 865 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
|
| /src/contrib/sendmail/include/sm/ |
| H A D | sendmail.h | 40 # define SM_STRCASEEQ(a, b) (sm_strcasecmp((a), (b)) == 0)
|
| H A D | string.h | 99 sm_strcasecmp __P((const char *, const char *));
|
| /src/contrib/sendmail/src/ |
| H A D | savemail.c | 649 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 D | recipient.c | 53 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 D | readcf.c | 2723 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 D | srvrsmtp.c | 2896 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 D | util.c | 2143 if ((canon ? sm_strcasecmp(p, mydom)
|
| H A D | queue.c | 3334 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0) 3378 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
|