mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
49
dependencies/libarchive-3.4.2/doc/man/archive_write_set_passphrase.3
vendored
Normal file
49
dependencies/libarchive-3.4.2/doc/man/archive_write_set_passphrase.3
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
.TH ARCHIVE_WRITE_SET_PASSPHRASE 3 "September 21, 2014" ""
|
||||
.SH NAME
|
||||
.ad l
|
||||
\fB\%archive_write_set_passphrase\fP,
|
||||
\fB\%archive_write_set_passphrase_callback\fP
|
||||
\- functions for writing encrypted archives
|
||||
.SH LIBRARY
|
||||
.ad l
|
||||
Streaming Archive Library (libarchive, -larchive)
|
||||
.SH SYNOPSIS
|
||||
.ad l
|
||||
\fB#include <archive.h>\fP
|
||||
.br
|
||||
\fIint\fP
|
||||
.br
|
||||
\fB\%archive_write_set_passphrase\fP(\fI\%struct\ archive\ *\fP, \fI\%const\ char\ *passphrase\fP);
|
||||
.br
|
||||
\fIint\fP
|
||||
.br
|
||||
\fB\%archive_write_set_passphrase_callback\fP(\fI\%struct\ archive\ *\fP, \fI\%void\ *client_data\fP, \fI\%archive_passphrase_callback\ *\fP);
|
||||
.SH DESCRIPTION
|
||||
.ad l
|
||||
.RS 5
|
||||
.TP
|
||||
\fB\%archive_write_set_passphrase\fP()
|
||||
Set a passphrase for writing an encrypted archive.
|
||||
If
|
||||
\fIpassphrase\fP
|
||||
is
|
||||
.BR NULL
|
||||
or empty, this function will do nothing and
|
||||
\fBARCHIVE_FAILED\fP
|
||||
will be returned.
|
||||
Otherwise,
|
||||
\fBARCHIVE_OK\fP
|
||||
will be returned.
|
||||
.TP
|
||||
\fB\%archive_write_set_passphrase_callback\fP()
|
||||
Register a callback function that will be invoked to get a passphrase
|
||||
for encryption if the passphrase was not set by the
|
||||
\fB\%archive_write_set_passphrase\fP()
|
||||
function.
|
||||
.RE
|
||||
.SH SEE ALSO
|
||||
.ad l
|
||||
\fBtar\fP(1),
|
||||
\fBarchive_write\fP(3),
|
||||
\fBarchive_write_set_options\fP(3),
|
||||
\fBlibarchive\fP(3)
|
Loading…
Add table
Add a link
Reference in a new issue