from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187729

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250645

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

138308

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





ARCHIVE_ENTRY_PATHS

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

archive_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  

LIBRARY

Streaming Archive Library (libarchive, -larchive)  

SYNOPSIS

In archive_entry.h Ft const char * Fn archive_entry_hardlink struct archive_entry *a Ft const wchar_t * Fn archive_entry_hardlink_w struct archive_entry *a Ft void Fn archive_entry_set_hardlink struct archive_entry *a const char *path Ft void Fn archive_entry_copy_hardlink struct archive_entry *a const char *path Ft void Fn archive_entry_copy_hardlink_w struct archive_entry *a const wchar_t *path Ft int Fn archive_entry_update_hardlink_utf8 struct archive_entry *a const char *path Ft void Fn archive_entry_set_link struct archive_entry *a const char *path Ft void Fn archive_entry_copy_link struct archive_entry *a const char *path Ft void Fn archive_entry_copy_link_w struct archive_entry *a const wchar_t *path Ft int Fn archive_entry_update_link_utf8 struct archive_entry *a const char *path Ft const char * Fn archive_entry_pathname struct archive_entry *a Ft const wchar_t * Fn archive_entry_pathname_w struct archive_entry *a Ft void Fn archive_entry_set_pathname struct archive_entry *a const char *path Ft void Fn archive_entry_copy_pathname struct archive_entry *a const char *path Ft void Fn archive_entry_copy_pathname_w struct archive_entry *a const wchar_t *path Ft int Fn archive_entry_update_pathname_utf8 struct archive_entry *a const char *path Ft const char * Fn archive_entry_sourcepath struct archive_entry *a Ft void Fn archive_entry_copy_sourcepath struct archive_entry *a const char *path Ft const char * Fn archive_entry_symlink struct archive_entry *a Ft const wchar_t * Fn archive_entry_symlink_w struct archive_entry *a Ft void Fn archive_entry_set_symlink struct archive_entry *a const char *path Ft void Fn archive_entry_copy_symlink struct archive_entry *a const char *path Ft void Fn archive_entry_copy_symlink_w struct archive_entry *a const wchar_t *path Ft int Fn archive_entry_update_symlink_utf8 struct archive_entry *a const char *path  

DESCRIPTION

Path names supported by archive_entry3:

hardlink
Destination of the hardlink.
link
Update only. For a symlink, update the destination. Otherwise, make the entry a hardlink and alter the destination for that.
pathname
Path in the archive
sourcepath
Path on the disk for use by archive_read_disk3.
symlink
Destination of the symbolic link.

Path names can be provided in one of three different ways:

char
Multibyte strings in the current locale.
wchar_t
Wide character strings in the current locale. The accessor functions are named Fn XXX_w .
UTF-8
Unicode strings encoded as UTF-8. This are convience functions to update both the multibyte and wide character strings at the same time.

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 convience function for conditionally setting hardlink or symlink destination. It doesn't have a corresponding get accessor function.

Fn archive_entry_set_XXX is an alias for Fn archive_entry_copy_XXX .  

SEE ALSO

archive_entry3 libarchive(3),


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.8 ms