OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strip_components
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/tar/
util.c
48
static const char *
strip_components
(const char *path, int elements);
348
strip_components
(const char *p, int elements)
function
533
if (bsdtar->
strip_components
> 0) {
534
name =
strip_components
(name, bsdtar->
strip_components
);
539
hardlinkname =
strip_components
(hardlinkname,
540
bsdtar->
strip_components
);
bsdtar.h
45
int
strip_components
; /* Remove this many leading dirs */
member in struct:bsdtar
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026