Searched refs:strip_components (Results 1 – 3 of 3) sorted by relevance
48 static const char *strip_components(const char *path, int elements);339 strip_components(const char *p, int elements) function524 if (bsdtar->strip_components > 0) {525 name = strip_components(name, bsdtar->strip_components);530 hardlinkname = strip_components(hardlinkname,531 bsdtar->strip_components);
39 int strip_components; /* Remove this many leading dirs */ member
740 bsdtar->strip_components = (int)l; in main()