HomeSort by: relevance | last modified time | path
    Searched defs:realloc_strncat (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
subst.c 156 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);
284 realloc_strncat(result, name + matches[c - '0'].rm_so, matches[c - '0'].rm_eo - matches[c - '0'].rm_so);
300 realloc_strncat(result, name, 1);

Completed in 13 milliseconds