Home
last modified time | relevance | path

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

/src/contrib/libarchive/tar/
H A Dsubst.c156 realloc_strncat(char **str, const char *append, size_t len) in realloc_strncat() function
246 realloc_strncat(result, name, matches[0].rm_so); in apply_substitution()
250 realloc_strncat(result, rule->result + j, i - j); in apply_substitution()
251 realloc_strncat(result, in apply_substitution()
265 realloc_strncat(result, rule->result + j, i - j - 1); in apply_substitution()
277 realloc_strncat(result, rule->result + j, i - j - 1); in apply_substitution()
284realloc_strncat(result, name + matches[c - '0'].rm_so, matches[c - '0'].rm_eo - matches[c - '0'].r… in apply_substitution()
300 realloc_strncat(result, name, 1); in apply_substitution()