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

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dutil.c66 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.h57 int strip_components; /* Remove this many leading dirs */ member in struct:bsdtar
H A Dbsdtar.c758 bsdtar->strip_components = (int)l;

Completed in 87 milliseconds