Lines Matching refs:w_host
68 char *w_host; /* name of recipient host */ member
1679 if (WorkQ->w_host != NULL &&
1680 WorkQ->w_next->w_host != NULL)
1682 if (!SM_STRCASEEQ(WorkQ->w_host,
1683 WorkQ->w_next->w_host))
1688 if ((WorkQ->w_host != NULL &&
1689 WorkQ->w_next->w_host == NULL) ||
1690 (WorkQ->w_host == NULL &&
1691 WorkQ->w_next->w_host != NULL))
1794 if (WorkQ->w_host != NULL &&
1795 WorkQ->w_next->w_host != NULL)
1797 if (!SM_STRCASEEQ(WorkQ->w_host,
1798 WorkQ->w_next->w_host))
1805 if ((WorkQ->w_host != NULL &&
1806 WorkQ->w_next->w_host == NULL) ||
1807 (WorkQ->w_host == NULL &&
1808 WorkQ->w_next->w_host != NULL))
1896 if (w->w_host != NULL)
1897 sm_free(w->w_host); /* XXX */
2755 w->w_host = NULL;
2780 w->w_host = NULL;
2880 if (w->w_host == NULL &&
2886 w->w_host = newstr(&p[1]);
2889 w->w_host = strrev(&p[1]);
2890 str = makelower_a(&w->w_host, NULL);
2891 ASSIGN_IFDIFF(w->w_host, str);
2979 if (w->w_host != NULL)
2980 sm_free(w->w_host); /* XXX */
3042 if (w->w_host != NULL)
3043 sm_free(w->w_host); /* XXX */
3084 if (WorkList[i].w_host == NULL &&
3085 w->w_host == NULL)
3087 else if (WorkList[i].w_host != NULL &&
3088 w->w_host != NULL &&
3089 SM_STRCASEEQ(WorkList[i].w_host,
3090 w->w_host))
3180 w->w_host = WorkList[i].w_host;
3194 if (WorkList[i].w_host != NULL)
3195 sm_free(WorkList[i].w_host);
3208 if (w->w_host != NULL)
3210 w->w_name, w->w_pri, w->w_host);
3329 if (a->w_host != NULL && b->w_host == NULL)
3331 else if (a->w_host == NULL && b->w_host != NULL)
3333 if (a->w_host != NULL && b->w_host != NULL &&
3334 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3373 if (a->w_host != NULL && b->w_host == NULL)
3375 else if (a->w_host == NULL && b->w_host != NULL)
3377 if (a->w_host != NULL && b->w_host != NULL &&
3378 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3517 if (a->w_host != NULL && b->w_host == NULL)
3519 else if (a->w_host == NULL && b->w_host != NULL)
3521 if (a->w_host != NULL && b->w_host != NULL &&
3522 (i = sm_strshufflecmp(a->w_host, b->w_host)) != 0)