Home
last modified time | relevance | path

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

/dragonfly/lib/libarchive/
H A DSymbol.map33 archive_entry_copy_pathname_w;
H A DMakefile222 archive_entry_paths.3 archive_entry_copy_pathname_w.3 \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c277 archive_entry_copy_pathname_w(entry, ws.s); in archive_write_v7tar_header()
H A Darchive_entry.h350 __LA_DECL void archive_entry_copy_pathname_w(struct archive_entry *, const wchar_t *);
H A Darchive_write_set_format_ustar.c299 archive_entry_copy_pathname_w(entry, ws.s); in archive_write_ustar_header()
H A Darchive_write_set_format_gnutar.c332 archive_entry_copy_pathname_w(entry, ws.s); in archive_write_gnutar_header()
H A Darchive_read_support_format_lha.c681 archive_entry_copy_pathname_w(entry, pathname.s); in archive_read_format_lha_read_header()
765 archive_entry_copy_pathname_w(entry, lha->ws.s); in lha_replace_path_separator()
H A Darchive_write_set_format_pax.c676 archive_entry_copy_pathname_w( in archive_write_pax_header()
H A Darchive_read_support_format_zip.c1070 archive_entry_copy_pathname_w(entry, s.s); in zip_read_local_file_header()
1110 archive_entry_copy_pathname_w(entry, s.s); in zip_read_local_file_header()
H A Darchive_entry.c1179 archive_entry_copy_pathname_w(struct archive_entry *entry, const wchar_t *name) in archive_entry_copy_pathname_w() function
H A Darchive_read_support_format_cab.c609 archive_entry_copy_pathname_w(entry, cab->ws.s); in cab_convert_path_separator_2()