Searched refs:archive_wstring_append (Results 1 - 1 of 1) sorted by path

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

Completed in 155 milliseconds