Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_entry.h366 __LA_DECL void archive_entry_copy_symlink_w(struct archive_entry *, const wchar_t *);
HDarchive_read_support_format_lha.c684 archive_entry_copy_symlink_w(entry, linkname.s); in archive_read_format_lha_read_header()
774 archive_entry_copy_symlink_w(entry, lha->ws.s); in lha_replace_path_separator()
HDarchive_entry.c1313 archive_entry_copy_symlink_w(struct archive_entry *entry, const wchar_t *linkname) in archive_entry_copy_symlink_w() function
/freebsd-11-stable/contrib/libarchive/libarchive/test/
HDtest_pax_filename_encoding.c276 archive_entry_copy_symlink_w(entry, badname);
HDtest_entry.c365 archive_entry_copy_symlink_w(e, NULL); in DEFINE_TEST()
369 archive_entry_copy_symlink_w(e, L"wsymlink"); in DEFINE_TEST()