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

/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.h163 int apply_substitution(struct bsdtar *, const char *, char **, int);
H A Dutil.c368 r = apply_substitution(bsdtar, name, &subst_name, 0);
384 r = apply_substitution(bsdtar, archive_entry_hardlink(entry), &subst_name, 1);
395 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name, 1);
H A Dsubst.c186 apply_substitution(struct bsdtar *bsdtar, const char *name, char **result, int symlink_only) function

Completed in 98 milliseconds