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

/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c167 realloc_strncat(char **str, const char *append, size_t len) function
246 realloc_strncat(result, name, matches[0].rm_so);
250 realloc_strncat(result, rule->result + j, i - j);
251 realloc_strncat(result,
265 realloc_strncat(result, rule->result + j, i - j - 1);
277 realloc_strncat(result, rule->result + j, i - j - 1);
283 realloc_strncat(result, name + matches[c - '0'].rm_so, matches[c - '0'].rm_eo - matches[c - '0'].rm_so);

Completed in 99 milliseconds