Searched refs:apbuf (Results 1 – 1 of 1) sorted by relevance
517 char **aplist = NULL, *apbuf = NULL; local605 apbuf = (char *)malloc(hp->h_length * naddrs);606 if (aplist == NULL || apbuf == NULL) {616 memcpy(&apbuf[i * hp->h_length], hp->h_addr_list[i],618 aplist[i] = &apbuf[i * hp->h_length];669 if (apbuf)670 free(apbuf);