Home
last modified time | relevance | path

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

/string/
A Dargz-replace.c27 str_append (char **to, size_t *to_len, const char *buf, const size_t buf_len) in str_append() argument
29 size_t new_len = *to_len + buf_len; in str_append()
34 *((char *) __mempcpy (new_to + *to_len, buf, buf_len)) = '\0'; in str_append()
36 *to_len = new_len; in str_append()
70 size_t to_len = match - arg; in __argz_replace() local
71 char *to = __strndup (arg, to_len); in __argz_replace()
75 str_append (&to, &to_len, with, with_len); in __argz_replace()
81 str_append (&to, &to_len, from, match - from); in __argz_replace()
86 str_append (&to, &to_len, from, strlen (from)); in __argz_replace()

Completed in 3 milliseconds