Searched refs:exhost (Results 1 – 1 of 1) sorted by relevance
1013 char *host, *exhost; in cleanup_hostlist() local1036 exhost = host_list->hosts[i]; in cleanup_hostlist()1037 if (exhost) { in cleanup_hostlist()1038 free(exhost); in cleanup_hostlist()1039 exhost = NULL; in cleanup_hostlist()1068 char *exhost; in remove_from_hostlist() local1077 exhost = host_list->hosts[i]; in remove_from_hostlist()1078 if (exhost) { in remove_from_hostlist()1079 free(exhost); in remove_from_hostlist()1080 exhost = NULL; in remove_from_hostlist()