|
NAMEarchive_entry_hardlink ,
archive_entry_hardlink_w ,
archive_entry_set_hardlink ,
archive_entry_copy_hardlink ,
archive_entry_copy_hardlink_w ,
archive_entry_update_hardlink_utf8 ,
archive_entry_set_link ,
archive_entry_copy_link ,
archive_entry_copy_link_w ,
archive_entry_update_link_utf8 ,
archive_entry_pathname ,
archive_entry_pathname_w ,
archive_entry_set_pathname ,
archive_entry_copy_pathname ,
archive_entry_copy_pathname_w ,
archive_entry_update_pathname_utf8 ,
archive_entry_sourcepath ,
archive_entry_copy_sourcepath ,
archive_entry_symlink ,
archive_entry_symlink_w ,
archive_entry_set_symlink ,
archive_entry_copy_symlink ,
archive_entry_copy_symlink_w ,
archive_entry_update_symlink_utf8 —
functions for manipulating path names in archive entry
descriptions
LIBRARYStreaming Archive Library (libarchive, -larchive)SYNOPSIS#include <archive_entry.h>
const char *
const wchar_t *
void
void
void
int
void
void
void
int
const char *
const wchar_t *
void
void
void
int
const char *
void
const char *
const wchar_t *
void
void
void
int
DESCRIPTIONPath names supported by archive_entry(3):
Path names can be provided in one of three different ways:
The sourcepath is a pure filesystem concept and never stored in an archive directly. For that reason, it is only available as multibyte string. The link path is a convenience function for conditionally setting hardlink or symlink destination. It doesn't have a corresponding get accessor function.
SEE ALSOarchive_entry(3), libarchive(3)
Visit the GSP FreeBSD Man Page Interface. |