HomeSort by: relevance | last modified time | path
    Searched refs:apply_substitution (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
util.c 487 r = apply_substitution(bsdtar, name, &subst_name, 0, 0);
505 r = apply_substitution(bsdtar, hardlinkname, &subst_name, 0, 1);
520 r = apply_substitution(bsdtar, archive_entry_symlink(entry), &subst_name, 1, 0);
bsdtar.h 210 int apply_substitution(struct bsdtar *, const char *, char **, int, int);
subst.c 199 apply_substitution(struct bsdtar *bsdtar, const char *name, char **result, function

Completed in 16 milliseconds