Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.h170 archive_wstrncpy((as), (p), ((p) == NULL ? 0 : wcslen(p)))
177 #define archive_wstrncpy(as,p,l) \ macro
H A Darchive_write_set_format_v7tar.c275 archive_wstrncpy(&ws, wp, path_length); in archive_write_v7tar_header()
H A Darchive_write_set_format_ustar.c297 archive_wstrncpy(&ws, wp, path_length); in archive_write_ustar_header()
H A Darchive_write_set_format_gnutar.c330 archive_wstrncpy(&ws, wp, path_length); in archive_write_gnutar_header()
H A Darchive_write_set_format_pax.c674 archive_wstrncpy(&ws, wp, path_length); in archive_write_pax_header()
H A Darchive_read_support_format_lha.c1704 archive_wstrncpy(linkname, linkptr+1, symlen); in lha_parse_linkname()
H A Darchive_string.c4103 archive_wstrncpy(&(aes->aes_wcs), wcs, len); in archive_mstring_copy_wcs_len()