Home
last modified time | relevance | path

Searched refs:strip_unsafe_prefix (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Dunsafe_prefix.c8 const char* FAST_FUNC strip_unsafe_prefix(const char *str) in strip_unsafe_prefix() function
Dget_header_tar.c455 overlapping_strcpy(file_header->name, strip_unsafe_prefix(file_header->name)); in get_header_tar()
/busybox-1.35.0/include/
Dbb_archive.h205 const char *strip_unsafe_prefix(const char *str) FAST_FUNC;
/busybox-1.35.0/archival/
Dunzip.c845 overlapping_strcpy(dst_fn, strip_unsafe_prefix(dst_fn)); in unzip_main()
Dtar.c478 header_name = strip_unsafe_prefix(fileName); in writeFileToTarball()