Searched refs:subst_name (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/tar/
H A Dutil.c474 char *subst_name; local
478 r = apply_substitution(bsdtar, name, &subst_name, 0, 0);
484 archive_entry_copy_pathname(entry, subst_name);
485 if (*subst_name == '\0') {
486 free(subst_name);
489 free(subst_name);
496 r = apply_substitution(bsdtar, hardlinkname, &subst_name, 0, 1);
502 archive_entry_copy_hardlink(entry, subst_name);
503 free(subst_name);
511 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name,
[all...]

Completed in 81 milliseconds