Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c225 archive_string_append(struct archive_string *as, const char *p, size_t s) in archive_string_append() function
251 return archive_string_append(as, p, s); in archive_array_append()
257 if (archive_string_append(dest, src->s, src->length) == NULL) in archive_string_concat()
373 if ((as = archive_string_append(as, p, s)) == NULL) in archive_strncat()
418 if ((as = archive_string_append(as, &c, 1)) == NULL) in archive_strappend_char()
2033 if (archive_string_append(as, _p, length) == NULL) in archive_strncat_l()
2181 archive_string_append(as, s, length); in strncat_in_codepage()
2189 archive_string_append(as, s, length); in strncat_in_codepage()
2281 if (archive_string_append(as, _p, length) == NULL) in best_effort_strncat_in_locale()
2299 if (archive_string_append(as, utf8_replacement_char, sizeof(utf8_replacement_char)) == NULL) { in best_effort_strncat_in_locale()
[all …]