Searched refs:new_to (Results 1 – 1 of 1) sorted by relevance
30 char *new_to = realloc (*to, new_len + 1); in str_append() local32 if (new_to) in str_append()34 *((char *) __mempcpy (new_to + *to_len, buf, buf_len)) = '\0'; in str_append()35 *to = new_to; in str_append()