Searched refs:strip_components (Results 1 – 3 of 3) sorted by relevance
48 static const char *strip_components(const char *path, int elements);348 strip_components(const char *p, int elements) function533 if (bsdtar->strip_components > 0) {534 name = strip_components(name, bsdtar->strip_components);539 hardlinkname = strip_components(hardlinkname,540 bsdtar->strip_components);
45 int strip_components; /* Remove this many leading dirs */ member
760 bsdtar->strip_components = (int)l; in main()