Searched refs:hl_hosts (Results 1 – 2 of 2) sorted by relevance
1536 (void) strlcpy(f->f_current.host, mp->hlp->hl_hosts[0], in logit()1576 if (strcmp(hlp->hl_hosts[i], in logit()1580 hlp->hl_hosts[i]); in logit()2220 h->hl_hosts[0]); in cvthname()2248 h->hl_hosts = (char **)malloc(sizeof (char *) * (h->hl_cnt)); in cvthname()2249 if (h->hl_hosts == NULL) { in cvthname()2257 h->hl_hosts[i] = (char *) in cvthname()2259 if (h->hl_hosts[i] == NULL) { in cvthname()2262 free(h->hl_hosts[j]); in cvthname()2264 free(h->hl_hosts); in cvthname()[all …]
70 char **hl_hosts; /* hostnames */ member