Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dutil.c483 char *subst_name; local
487 r = apply_substitution(bsdtar, name, &subst_name, 0, 0);
493 archive_entry_copy_pathname(entry, subst_name);
494 if (*subst_name == '\0') {
495 free(subst_name);
498 free(subst_name);
505 r = apply_substitution(bsdtar, hardlinkname, &subst_name, 0, 1);
511 archive_entry_copy_hardlink(entry, subst_name);
512 free(subst_name);
520 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name, 1, 0);
[all …]