Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1613 const char *existing_pathname = archive_entry_pathname(entry); in header_old_tar() local
1615 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_old_tar()
1791 const char *existing_pathname = archive_entry_pathname(entry); in header_ustar() local
1793 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_ustar()
3046 const char *existing_pathname = archive_entry_pathname(entry); in header_gnutar() local
3048 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_gnutar()