Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1349 const wchar_t *existing_wcs_linkpath; in header_common() local
1441 existing_wcs_linkpath = archive_entry_hardlink_w(entry); in header_common()
1444 && (existing_wcs_linkpath == NULL || existing_wcs_linkpath[0] == '\0')) { in header_common()
1519 existing_wcs_linkpath = archive_entry_symlink_w(entry); in header_common()
1522 && (existing_wcs_linkpath == NULL || existing_wcs_linkpath[0] == '\0')) { in header_common()