Searched refs:existing_pathname (Results 1 – 1 of 1) sorted by relevance
1528 const char *existing_pathname = archive_entry_pathname(entry); in header_old_tar() local1530 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_old_tar()1695 const char *existing_pathname = archive_entry_pathname(entry); in header_ustar() local1697 if ((existing_pathname == NULL || existing_pathname[0] == '\0') in header_ustar()2851 const char *existing_pathname = archive_entry_pathname(entry); in header_gnutar() local2852 if (existing_pathname == NULL || existing_pathname[0] == '\0') { in header_gnutar()