*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: archive_entry_misc | Section: 3 | Source: FreeBSD | File: archive_entry_misc.3.gz
ARCHIVE_ENTRY_MISC(3) FreeBSD Library Functions Manual ARCHIVE_ENTRY_MISC(3) NAME archive_entry_symlink_type, archive_entry_set_symlink_type - miscellaneous functions for manipulating properties of archive_entry LIBRARY Streaming Archive Library (libarchive, -larchive) SYNOPSIS #include <archive_entry.h> int archive_entry_symlink_type(struct archive_entry *a); void archive_entry_set_symlink_type(struct archive_entry *a, int); DESCRIPTION The function archive_entry_symlink_type() returns and the function archive_entry_set_symlink_type() sets the type of the symbolic link stored in an archive entry. These functions have special meaning on operating systems that support multiple symbolic link types (e.g. Microsoft Windows). Supported values are: AE_SYMLINK_TYPE_UNDEFINED Symbolic link target type is not defined (default on unix systems) AE_SYMLINK_TYPE_FILE Symbolic link points to a file AE_SYMLINK_TYPE_DIRECTORY Symbolic link points to a directory SEE ALSO archive_entry(3), archive_entry_paths(3), archive_entry_stat(3), libarchive(3) FreeBSD 14.1-RELEASE-p8 April 15, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options