Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1528 const char *existing_pathname = archive_entry_pathname(entry); in header_old_tar() local
1530 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_old_tar()
1695 const char *existing_pathname = archive_entry_pathname(entry); in header_ustar() local
1697 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_ustar()
2851 const char *existing_pathname = archive_entry_pathname(entry); in header_gnutar() local
2852 if (existing_pathname == NULL || existing_pathname[0] == '\0') { in header_gnutar()