Searched refs:apbuf (Results 1 – 1 of 1) sorted by relevance
529 char **aplist = NULL, *apbuf = NULL; local617 apbuf = (char *)malloc(hp->h_length * naddrs);618 if (aplist == NULL || apbuf == NULL) {628 memcpy(&apbuf[i * hp->h_length], hp->h_addr_list[i],630 aplist[i] = &apbuf[i * hp->h_length];681 if (apbuf)682 free(apbuf);