Deleted Added
full compact
archive_entry.3 (316337) archive_entry.3 (353376)
1.\" Copyright (c) 2003-2007 Tim Kientzle
2.\" Copyright (c) 2010 Joerg Sonnenberger
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2003-2007 Tim Kientzle
2.\" Copyright (c) 2010 Joerg Sonnenberger
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: stable/11/contrib/libarchive/libarchive/archive_entry.3 316337 2017-03-31 20:16:24Z mm $
26.\" $FreeBSD: stable/11/contrib/libarchive/libarchive/archive_entry.3 353376 2019-10-09 22:19:06Z mm $
27.\"
28.Dd February 2, 2012
29.Dt ARCHIVE_ENTRY 3
30.Os
31.Sh NAME
32.Nm archive_entry_clear ,
33.Nm archive_entry_clone ,
34.Nm archive_entry_free ,
27.\"
28.Dd February 2, 2012
29.Dt ARCHIVE_ENTRY 3
30.Os
31.Sh NAME
32.Nm archive_entry_clear ,
33.Nm archive_entry_clone ,
34.Nm archive_entry_free ,
35.Nm archive_entry_new ,
35.Nm archive_entry_new
36.Nd functions for managing archive entry descriptions
37.Sh LIBRARY
38Streaming Archive Library (libarchive, -larchive)
39.Sh SYNOPSIS
40.In archive_entry.h
41.Ft "struct archive_entry *"
42.Fn archive_entry_clear "struct archive_entry *"
43.Ft struct archive_entry *

--- 77 unchanged lines hidden (view full) ---

121.Cm _w .
122Note that these are different representations of the same data:
123For example, if you store a narrow string and read the corresponding
124wide string, the object will transparently convert formats
125using the current locale.
126Similarly, if you store a wide string and then store a
127narrow string for the same data, the previously-set wide string will
128be discarded in favor of the new data.
36.Nd functions for managing archive entry descriptions
37.Sh LIBRARY
38Streaming Archive Library (libarchive, -larchive)
39.Sh SYNOPSIS
40.In archive_entry.h
41.Ft "struct archive_entry *"
42.Fn archive_entry_clear "struct archive_entry *"
43.Ft struct archive_entry *

--- 77 unchanged lines hidden (view full) ---

121.Cm _w .
122Note that these are different representations of the same data:
123For example, if you store a narrow string and read the corresponding
124wide string, the object will transparently convert formats
125using the current locale.
126Similarly, if you store a wide string and then store a
127narrow string for the same data, the previously-set wide string will
128be discarded in favor of the new data.
129.Pp
130.\" .Sh EXAMPLE
131.\" .Sh RETURN VALUES
132.\" .Sh ERRORS
133.Sh SEE ALSO
134.Xr archive_entry_acl 3 ,
135.Xr archive_entry_paths 3 ,
136.Xr archive_entry_perms 3 ,
129.\" .Sh EXAMPLE
130.\" .Sh RETURN VALUES
131.\" .Sh ERRORS
132.Sh SEE ALSO
133.Xr archive_entry_acl 3 ,
134.Xr archive_entry_paths 3 ,
135.Xr archive_entry_perms 3 ,
137.Xr archive_entry_time 3
138.Xr libarchive 3 ,
136.Xr archive_entry_time 3 ,
137.Xr libarchive 3
139.Sh HISTORY
140The
141.Nm libarchive
142library first appeared in
143.Fx 5.3 .
144.Sh AUTHORS
145.An -nosplit
146The
147.Nm libarchive
148library was written by
149.An Tim Kientzle Aq kientzle@acm.org .
150.\" .Sh BUGS
138.Sh HISTORY
139The
140.Nm libarchive
141library first appeared in
142.Fx 5.3 .
143.Sh AUTHORS
144.An -nosplit
145The
146.Nm libarchive
147library was written by
148.An Tim Kientzle Aq kientzle@acm.org .
149.\" .Sh BUGS