Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dutil.c48 static const char *strip_components(const char *path, int elements);
339 strip_components(const char *p, int elements) function
524 if (bsdtar->strip_components > 0) {
525 name = strip_components(name, bsdtar->strip_components);
530 hardlinkname = strip_components(hardlinkname,
531 bsdtar->strip_components);
H A Dbsdtar.h39 int strip_components; /* Remove this many leading dirs */ member
H A Dbsdtar.c740 bsdtar->strip_components = (int)l; in main()