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

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

128.It char *
129Multibyte strings in the current locale.
130.It wchar_t *
131Wide character strings in the current locale.
132The accessor functions are named
133.Fn XXX_w .
134.It UTF-8
135Unicode strings encoded as UTF-8.
1.\" Copyright (c) 2010 Joerg Sonnenberger
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

128.It char *
129Multibyte strings in the current locale.
130.It wchar_t *
131Wide character strings in the current locale.
132The accessor functions are named
133.Fn XXX_w .
134.It UTF-8
135Unicode strings encoded as UTF-8.
136This are convience functions to update both the multibyte and wide
136These are convenience functions to update both the multibyte and wide
137character strings at the same time.
138.El
139.Pp
140The sourcepath is a pure filesystem concept and never stored in an
141archive directly.
142.Pp
143For that reason, it is only available as multibyte string.
137character strings at the same time.
138.El
139.Pp
140The sourcepath is a pure filesystem concept and never stored in an
141archive directly.
142.Pp
143For that reason, it is only available as multibyte string.
144The link path is a convience function for conditionally setting
144The link path is a convenience function for conditionally setting
145hardlink or symlink destination.
146It doesn't have a corresponding get accessor function.
147.Pp
148.Fn archive_entry_set_XXX
145hardlink or symlink destination.
146It doesn't have a corresponding get accessor function.
147.Pp
148.Fn archive_entry_set_XXX
149is an alias for
149is an alias for
150.Fn archive_entry_copy_XXX .
151.Sh SEE ALSO
150.Fn archive_entry_copy_XXX .
151.Sh SEE ALSO
152.Xr archive_entry 3
153.Xr libarchive 3 ,
152.Xr archive_entry 3 ,
153.Xr libarchive 3