Home
last modified time | relevance | path

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

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