Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_string.c229 return archive_string_append(as, p, s); in archive_array_append()
235 if (archive_string_append(dest, src->s, src->length) == NULL) in archive_string_concat()
351 if ((as = archive_string_append(as, p, s)) == NULL) in archive_strncat()
396 if ((as = archive_string_append(as, &c, 1)) == NULL) in archive_strappend_char()
1996 if (archive_string_append(as, _p, length) == NULL) in archive_strncat_l()
2144 archive_string_append(as, s, length); in strncat_in_codepage()
2152 archive_string_append(as, s, length); in strncat_in_codepage()
2242 if (archive_string_append(as, _p, length) == NULL) in best_effort_strncat_in_locale()
2675 if (archive_string_append(as, src, e - src) == NULL) in strncat_from_utf8_to_utf8()
2702 if (archive_string_append(as, t, w) == NULL) in strncat_from_utf8_to_utf8()
[all …]