Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c3100 w->w_host = WorkList[i].w_host;
3249 if (a->w_host != NULL && b->w_host == NULL)
3251 else if (a->w_host == NULL && b->w_host != NULL)
3253 if (a->w_host != NULL && b->w_host != NULL &&
3254 (i = sm_strcasecmp(a->w_host, b->w_host)) != 0)
3292 if (a->w_host != NULL && b->w_host == NULL)
3294 else if (a->w_host == NULL && b->w_host != NULL)
3296 if (a->w_host != NULL && b->w_host != NULL &&
3426 if (a->w_host != NULL && b->w_host == NULL)
3428 else if (a->w_host == NULL && b->w_host != NULL)
[all …]