Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_string.c216 archive_wstring_append(struct archive_wstring *as, const wchar_t *p, size_t s) in archive_wstring_append() function
244 if (archive_wstring_append(dest, src->s, src->length) == NULL) in archive_wstring_concat()
370 if ((as = archive_wstring_append(as, p, s)) == NULL) in archive_wstrncat()
405 if ((as = archive_wstring_append(as, &c, 1)) == NULL) in archive_wstrappend_wchar()