Lines Matching refs:hosts
75 char *hosts[MAXHOSTS];
247 cleanup_hostlist(rdc_info); /* remove non-existent hosts */
428 if (numfound == 0) /* no matching hosts */
617 * of the thread who is looking for new hosts to spawn threads
1023 (host_list->hosts[i] == '\0')) {
1029 if (strcmp(host_list->hosts[i], host) == 0)
1036 exhost = host_list->hosts[i];
1044 host_list->hosts[k] = k < host_list->numhosts - 1 ?
1045 host_list->hosts[k+1] : NULL;
1076 if (strcmp(host, host_list->hosts[i]) == 0) { /* found it */
1077 exhost = host_list->hosts[i];
1084 host_list->hosts[k] = k < host_list->numhosts - 1 ?
1085 host_list->hosts[k+1] : NULL;
1116 host_list->hosts[i] = strdup(host);
1120 if (strcmp(host, host_list->hosts[i]) == 0) {