Lines Matching refs:w_host

60 	char		*w_host;	/* name of recipient host */
1641 if (WorkQ->w_host != NULL &&
1642 WorkQ->w_next->w_host != NULL)
1644 if (sm_strcasecmp(WorkQ->w_host,
1645 WorkQ->w_next->w_host) != 0)
1650 if ((WorkQ->w_host != NULL &&
1651 WorkQ->w_next->w_host == NULL) ||
1652 (WorkQ->w_host == NULL &&
1653 WorkQ->w_next->w_host != NULL))
1756 if (WorkQ->w_host != NULL &&
1757 WorkQ->w_next->w_host != NULL)
1759 if (sm_strcasecmp(WorkQ->w_host,
1760 WorkQ->w_next->w_host)
1768 if ((WorkQ->w_host != NULL &&
1769 WorkQ->w_next->w_host == NULL) ||
1770 (WorkQ->w_host == NULL &&
1771 WorkQ->w_next->w_host != NULL))
1858 if (w->w_host != NULL)
1859 sm_free(w->w_host); /* XXX */
2719 w->w_host = NULL;
2744 w->w_host = NULL;
2767 /* need w_host set for host sort order */
2844 if (w->w_host == NULL &&
2849 w->w_host = newstr(&p[1]);
2852 w->w_host = strrev(&p[1]);
2853 makelower(w->w_host);
2941 if (w->w_host != NULL)
2942 sm_free(w->w_host); /* XXX */
3002 if (w->w_host != NULL)
3003 sm_free(w->w_host); /* XXX */
3044 if (WorkList[i].w_host == NULL &&
3045 w->w_host == NULL)
3047 else if (WorkList[i].w_host != NULL &&
3048 w->w_host != NULL &&
3049 sm_strcasecmp(WorkList[i].w_host,
3050 w->w_host) == 0)
3140 w->w_host = WorkList[i].w_host;
3154 if (WorkList[i].w_host != NULL)
3155 sm_free(WorkList[i].w_host);
3168 if (w->w_host != NULL)
3170 w->w_name, w->w_pri, w->w_host);
3289 if (a->w_host != NULL && b->w_host == NULL)
3291 else if (a->w_host == NULL && b->w_host != NULL)
3293 if (a->w_host != NULL && b->w_host != NULL &&
3294 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3332 if (a->w_host != NULL && b->w_host == NULL)
3334 else if (a->w_host == NULL && b->w_host != NULL)
3336 if (a->w_host != NULL && b->w_host != NULL &&
3337 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3466 if (a->w_host != NULL && b->w_host == NULL)
3468 else if (a->w_host == NULL && b->w_host != NULL)
3470 if (a->w_host != NULL && b->w_host != NULL &&
3471 (i = sm_strshufflecmp(a->w_host, b->w_host)) != 0)