]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add archive_string_dirname()
authorDag-Erling Smørgrav <des@des.no>
Tue, 14 Oct 2025 00:08:44 +0000 (02:08 +0200)
committerDag-Erling Smørgrav <des@des.no>
Tue, 14 Oct 2025 00:08:44 +0000 (02:08 +0200)
commitd0f69b355df45a86e90b4eaf9cebeb63c4c5e5d4
treeabad895419e8625d3fee03b8709615e622eff329
parentde73860cda5a49f97289a9924a3c5590edafef66
Add archive_string_dirname()

This function performs the equivalent of POSIX dirname(3) on a
struct archive_string.
libarchive/archive_string.c
libarchive/archive_string.h
libarchive/test/test_archive_string.c