Searched refs:memlist (Results 1 – 1 of 1) sorted by relevance
250 char **memlist; in copy_group() local259 memlist = alloc_buffer_alloc_array (&buf, char *, i + 1); in copy_group()261 if (memlist) { in copy_group()263 memlist[i] = alloc_buffer_maybe_copy_string (&buf, local->gr_mem[i]); in copy_group()264 memlist[i] = NULL; in copy_group()267 result->gr_mem = memlist; in copy_group()448 char **memlist; in copy_host() local457 memlist = alloc_buffer_alloc_array (&buf, char *, i + 1); in copy_host()459 if (memlist) { in copy_host()461 memlist[j] = alloc_buffer_maybe_copy_string (&buf, local->h_addr_list[j]); in copy_host()[all …]