Home
last modified time | relevance | path

Searched refs:new_to (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/string/
Dargz-replace.c30 char *new_to = realloc (*to, new_len + 1); in str_append() local
32 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()