Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dutil.c478 r = apply_substitution(bsdtar, name, &subst_name, 0, 0);
496 r = apply_substitution(bsdtar, hardlinkname, &subst_name, 0, 1);
511 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name, 1, 0);
H A Dbsdtar.h198 int apply_substitution(struct bsdtar *, const char *, char **, int, int);
H A Dsubst.c199 apply_substitution(struct bsdtar *bsdtar, const char *name, char **result, in apply_substitution() function