Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_string.c201 archive_string_append(struct archive_string *as, const char *p, size_t s) in archive_string_append() function
227 return archive_string_append(as, p, s); in archive_array_append()
233 if (archive_string_append(dest, src->s, src->length) == NULL) in archive_string_concat()
349 if ((as = archive_string_append(as, p, s)) == NULL) in archive_strncat()
394 if ((as = archive_string_append(as, &c, 1)) == NULL) in archive_strappend_char()
1980 if (archive_string_append(as, _p, length) == NULL) in archive_strncat_l()
2128 archive_string_append(as, s, length); in strncat_in_codepage()
2136 archive_string_append(as, s, length); in strncat_in_codepage()
2226 if (archive_string_append(as, _p, length) == NULL) in best_effort_strncat_in_locale()
2244 if (archive_string_append(as, utf8_replacement_char, sizeof(utf8_replacement_char)) == NULL) { in best_effort_strncat_in_locale()
[all …]