Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1348 const char *existing_linkpath; in header_common() local
1442 existing_linkpath = archive_entry_hardlink(entry); in header_common()
1443 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()
1520 existing_linkpath = archive_entry_symlink(entry); in header_common()
1521 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()