Searched refs:archive_entry_update_pathname_utf8 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.h289 __LA_DECL int archive_entry_update_pathname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c1040 archive_entry_update_pathname_utf8(struct archive_entry *entry, const char *name) function
H A Darchive_read_support_format_tar.c1325 if (!archive_entry_update_pathname_utf8(entry, value)) {
H A Darchive_read_support_format_xar.c675 archive_entry_update_pathname_utf8(entry, file->pathname.s);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_pax_filename_encoding.c223 /* Skip test if archive_entry_update_pathname_utf8() is broken. */
227 if (archive_entry_update_pathname_utf8(entry, badname_utf8)) {

Completed in 78 milliseconds