Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dsubst.c156 realloc_strncat(char **str, const char *append, size_t len) in realloc_strncat() function
244 realloc_strncat(result, name, matches[0].rm_so); in apply_substitution()
248 realloc_strncat(result, rule->result + j, i - j); in apply_substitution()
249 realloc_strncat(result, in apply_substitution()
263 realloc_strncat(result, rule->result + j, i - j - 1); in apply_substitution()
275 realloc_strncat(result, rule->result + j, i - j - 1); in apply_substitution()
282realloc_strncat(result, name + matches[c - '0'].rm_so, matches[c - '0'].rm_eo - matches[c - '0'].r… in apply_substitution()