xref: /dragonfly/lib/libarchive/Symbol.map (revision 7ff0fc30)
1ARCHIVE_3.1.2 {
2    archive_clear_error;
3    archive_compression;
4    archive_compression_name;
5    archive_copy_error;
6    archive_entry_acl;
7    archive_entry_acl_add_entry;
8    archive_entry_acl_add_entry_w;
9    archive_entry_acl_clear;
10    archive_entry_acl_count;
11    archive_entry_acl_next;
12    archive_entry_acl_reset;
13    archive_entry_acl_text;
14    archive_entry_acl_text_w;
15    archive_entry_atime;
16    archive_entry_atime_is_set;
17    archive_entry_atime_nsec;
18    archive_entry_birthtime;
19    archive_entry_birthtime_is_set;
20    archive_entry_birthtime_nsec;
21    archive_entry_clear;
22    archive_entry_clone;
23    archive_entry_copy_fflags_text;
24    archive_entry_copy_fflags_text_w;
25    archive_entry_copy_gname;
26    archive_entry_copy_gname_w;
27    archive_entry_copy_hardlink;
28    archive_entry_copy_hardlink_w;
29    archive_entry_copy_link;
30    archive_entry_copy_link_w;
31    archive_entry_copy_mac_metadata;
32    archive_entry_copy_pathname;
33    archive_entry_copy_pathname_w;
34    archive_entry_copy_sourcepath;
35    archive_entry_copy_sourcepath_w;
36    archive_entry_copy_stat;
37    archive_entry_copy_symlink;
38    archive_entry_copy_symlink_w;
39    archive_entry_copy_uname;
40    archive_entry_copy_uname_w;
41    archive_entry_ctime;
42    archive_entry_ctime_is_set;
43    archive_entry_ctime_nsec;
44    archive_entry_dev;
45    archive_entry_dev_is_set;
46    archive_entry_devmajor;
47    archive_entry_devminor;
48    archive_entry_fflags;
49    archive_entry_fflags_text;
50    archive_entry_filetype;
51    archive_entry_free;
52    archive_entry_gid;
53    archive_entry_gname;
54    archive_entry_gname_w;
55    archive_entry_hardlink;
56    archive_entry_hardlink_w;
57    archive_entry_ino;
58    archive_entry_ino64;
59    archive_entry_ino_is_set;
60    archive_entry_linkify;
61    archive_entry_linkresolver_free;
62    archive_entry_linkresolver_new;
63    archive_entry_linkresolver_set_strategy;
64    archive_entry_mac_metadata;
65    archive_entry_mode;
66    archive_entry_mtime;
67    archive_entry_mtime_is_set;
68    archive_entry_mtime_nsec;
69    archive_entry_new;
70    archive_entry_new2;
71    archive_entry_nlink;
72    archive_entry_partial_links;
73    archive_entry_pathname;
74    archive_entry_pathname_w;
75    archive_entry_perm;
76    archive_entry_rdev;
77    archive_entry_rdevmajor;
78    archive_entry_rdevminor;
79    archive_entry_set_atime;
80    archive_entry_set_birthtime;
81    archive_entry_set_ctime;
82    archive_entry_set_dev;
83    archive_entry_set_devmajor;
84    archive_entry_set_devminor;
85    archive_entry_set_fflags;
86    archive_entry_set_filetype;
87    archive_entry_set_gid;
88    archive_entry_set_gname;
89    archive_entry_set_hardlink;
90    archive_entry_set_ino;
91    archive_entry_set_ino64;
92    archive_entry_set_link;
93    archive_entry_set_mode;
94    archive_entry_set_mtime;
95    archive_entry_set_nlink;
96    archive_entry_set_pathname;
97    archive_entry_set_perm;
98    archive_entry_set_rdev;
99    archive_entry_set_rdevmajor;
100    archive_entry_set_rdevminor;
101    archive_entry_set_size;
102    archive_entry_set_symlink;
103    archive_entry_set_uid;
104    archive_entry_set_uname;
105    archive_entry_size;
106    archive_entry_size_is_set;
107    archive_entry_sourcepath;
108    archive_entry_sourcepath_w;
109    archive_entry_sparse_add_entry;
110    archive_entry_sparse_clear;
111    archive_entry_sparse_count;
112    archive_entry_sparse_next;
113    archive_entry_sparse_reset;
114    archive_entry_stat;
115    archive_entry_strmode;
116    archive_entry_symlink;
117    archive_entry_symlink_w;
118    archive_entry_uid;
119    archive_entry_uname;
120    archive_entry_uname_w;
121    archive_entry_unset_atime;
122    archive_entry_unset_birthtime;
123    archive_entry_unset_ctime;
124    archive_entry_unset_mtime;
125    archive_entry_unset_size;
126    archive_entry_update_gname_utf8;
127    archive_entry_update_hardlink_utf8;
128    archive_entry_update_link_utf8;
129    archive_entry_update_pathname_utf8;
130    archive_entry_update_symlink_utf8;
131    archive_entry_update_uname_utf8;
132    archive_entry_xattr_add_entry;
133    archive_entry_xattr_clear;
134    archive_entry_xattr_count;
135    archive_entry_xattr_next;
136    archive_entry_xattr_reset;
137    archive_errno;
138    archive_error_string;
139    archive_file_count;
140    archive_filter_bytes;
141    archive_filter_code;
142    archive_filter_count;
143    archive_filter_name;
144    archive_format;
145    archive_format_name;
146    archive_match_exclude_entry;
147    archive_match_exclude_pattern;
148    archive_match_exclude_pattern_from_file;
149    archive_match_exclude_pattern_from_file_w;
150    archive_match_exclude_pattern_w;
151    archive_match_excluded;
152    archive_match_free;
153    archive_match_include_date;
154    archive_match_include_date_w;
155    archive_match_include_file_time;
156    archive_match_include_file_time_w;
157    archive_match_include_gid;
158    archive_match_include_gname;
159    archive_match_include_gname_w;
160    archive_match_include_pattern;
161    archive_match_include_pattern_from_file;
162    archive_match_include_pattern_from_file_w;
163    archive_match_include_pattern_w;
164    archive_match_include_time;
165    archive_match_include_uid;
166    archive_match_include_uname;
167    archive_match_include_uname_w;
168    archive_match_new;
169    archive_match_owner_excluded;
170    archive_match_path_excluded;
171    archive_match_path_unmatched_inclusions;
172    archive_match_path_unmatched_inclusions_next;
173    archive_match_path_unmatched_inclusions_next_w;
174    archive_match_time_excluded;
175    archive_mstring_clean;
176    archive_mstring_copy;
177    archive_mstring_copy_mbs;
178    archive_mstring_copy_mbs_len;
179    archive_mstring_copy_mbs_len_l;
180    archive_mstring_copy_wcs;
181    archive_mstring_copy_wcs_len;
182    archive_mstring_get_mbs;
183    archive_mstring_get_mbs_l;
184    archive_mstring_get_utf8;
185    archive_mstring_get_wcs;
186    archive_mstring_update_utf8;
187    archive_position_compressed;
188    archive_position_uncompressed;
189    archive_read_add_callback_data;
190    archive_read_append_callback_data;
191    archive_read_append_filter;
192    archive_read_append_filter_program;
193    archive_read_append_filter_program_signature;
194    archive_read_close;
195    archive_read_data;
196    archive_read_data_block;
197    archive_read_data_into_fd;
198    archive_read_data_skip;
199    archive_read_disk_can_descend;
200    archive_read_disk_current_filesystem;
201    archive_read_disk_current_filesystem_is_remote;
202    archive_read_disk_current_filesystem_is_synthetic;
203    archive_read_disk_descend;
204    archive_read_disk_entry_from_file;
205    archive_read_disk_gname;
206    archive_read_disk_new;
207    archive_read_disk_open;
208    archive_read_disk_open_w;
209    archive_read_disk_set_atime_restored;
210    archive_read_disk_set_behavior;
211    archive_read_disk_set_gname_lookup;
212    archive_read_disk_set_matching;
213    archive_read_disk_set_metadata_filter_callback;
214    archive_read_disk_set_standard_lookup;
215    archive_read_disk_set_symlink_hybrid;
216    archive_read_disk_set_symlink_logical;
217    archive_read_disk_set_symlink_physical;
218    archive_read_disk_set_uname_lookup;
219    archive_read_disk_uname;
220    archive_read_extract;
221    archive_read_extract2;
222    archive_read_extract_set_progress_callback;
223    archive_read_extract_set_skip_file;
224    archive_read_finish;
225    archive_read_free;
226    archive_read_header_position;
227    archive_read_new;
228    archive_read_next_header;
229    archive_read_next_header2;
230    archive_read_open;
231    archive_read_open1;
232    archive_read_open2;
233    archive_read_open_FILE;
234    archive_read_open_fd;
235    archive_read_open_file;
236    archive_read_open_filename;
237    archive_read_open_filename_w;
238    archive_read_open_filenames;
239    archive_read_open_memory;
240    archive_read_open_memory2;
241    archive_read_prepend_callback_data;
242    archive_read_set_callback_data;
243    archive_read_set_callback_data2;
244    archive_read_set_close_callback;
245    archive_read_set_filter_option;
246    archive_read_set_format;
247    archive_read_set_format_option;
248    archive_read_set_open_callback;
249    archive_read_set_option;
250    archive_read_set_options;
251    archive_read_set_read_callback;
252    archive_read_set_seek_callback;
253    archive_read_set_skip_callback;
254    archive_read_set_switch_callback;
255    archive_read_support_compression_all;
256    archive_read_support_compression_bzip2;
257    archive_read_support_compression_compress;
258    archive_read_support_compression_gzip;
259    archive_read_support_compression_lzip;
260    archive_read_support_compression_lzma;
261    archive_read_support_compression_none;
262    archive_read_support_compression_program;
263    archive_read_support_compression_program_signature;
264    archive_read_support_compression_rpm;
265    archive_read_support_compression_uu;
266    archive_read_support_compression_xz;
267    archive_read_support_compression_zstd;
268    archive_read_support_filter_all;
269    archive_read_support_filter_bzip2;
270    archive_read_support_filter_compress;
271    archive_read_support_filter_grzip;
272    archive_read_support_filter_gzip;
273    archive_read_support_filter_lrzip;
274    archive_read_support_filter_lzip;
275    archive_read_support_filter_lzma;
276    archive_read_support_filter_lzop;
277    archive_read_support_filter_none;
278    archive_read_support_filter_program;
279    archive_read_support_filter_program_signature;
280    archive_read_support_filter_rpm;
281    archive_read_support_filter_uu;
282    archive_read_support_filter_xz;
283    archive_read_support_format_7zip;
284    archive_read_support_format_all;
285    archive_read_support_format_ar;
286    archive_read_support_format_by_code;
287    archive_read_support_format_cab;
288    archive_read_support_format_cpio;
289    archive_read_support_format_empty;
290    archive_read_support_format_gnutar;
291    archive_read_support_format_iso9660;
292    archive_read_support_format_lha;
293    archive_read_support_format_mtree;
294    archive_read_support_format_rar;
295    archive_read_support_format_raw;
296    archive_read_support_format_tar;
297    archive_read_support_format_xar;
298    archive_read_support_format_zip;
299    archive_read_support_format_zip_seekable;
300    archive_read_support_format_zip_streamable;
301    archive_seek_data;
302    archive_set_error;
303    archive_strappend_char;
304    archive_strcat;
305    archive_string_append_from_wcs;
306    archive_string_concat;
307    archive_string_conversion_charset_name;
308    archive_string_conversion_free;
309    archive_string_conversion_from_charset;
310    archive_string_conversion_set_opt;
311    archive_string_conversion_to_charset;
312    archive_string_default_conversion_for_read;
313    archive_string_default_conversion_for_write;
314    archive_string_ensure;
315    archive_string_free;
316    archive_string_sprintf;
317    archive_string_vsprintf;
318    archive_strncat;
319    archive_strncat_l;
320    archive_strncpy_l;
321    archive_version_number;
322    archive_version_string;
323    archive_write_add_filter;
324    archive_write_add_filter_b64encode;
325    archive_write_add_filter_by_name;
326    archive_write_add_filter_bzip2;
327    archive_write_add_filter_compress;
328    archive_write_add_filter_grzip;
329    archive_write_add_filter_gzip;
330    archive_write_add_filter_lrzip;
331    archive_write_add_filter_lzip;
332    archive_write_add_filter_lzma;
333    archive_write_add_filter_lzop;
334    archive_write_add_filter_none;
335    archive_write_add_filter_program;
336    archive_write_add_filter_uuencode;
337    archive_write_add_filter_xz;
338    archive_write_close;
339    archive_write_data;
340    archive_write_data_block;
341    archive_write_disk_gid;
342    archive_write_disk_new;
343    archive_write_disk_set_acls;
344    archive_write_disk_set_group_lookup;
345    archive_write_disk_set_options;
346    archive_write_disk_set_skip_file;
347    archive_write_disk_set_standard_lookup;
348    archive_write_disk_set_user_lookup;
349    archive_write_disk_uid;
350    archive_write_fail;
351    archive_write_finish;
352    archive_write_finish_entry;
353    archive_write_free;
354    archive_write_get_bytes_in_last_block;
355    archive_write_get_bytes_per_block;
356    archive_write_header;
357    archive_write_new;
358    archive_write_open;
359    archive_write_open_FILE;
360    archive_write_open_fd;
361    archive_write_open_file;
362    archive_write_open_filename;
363    archive_write_open_filename_w;
364    archive_write_open_memory;
365    archive_write_set_bytes_in_last_block;
366    archive_write_set_bytes_per_block;
367    archive_write_set_compression_bzip2;
368    archive_write_set_compression_compress;
369    archive_write_set_compression_gzip;
370    archive_write_set_compression_lzip;
371    archive_write_set_compression_lzma;
372    archive_write_set_compression_none;
373    archive_write_set_compression_program;
374    archive_write_set_compression_xz;
375    archive_write_set_compression_zstd;
376    archive_write_set_filter_option;
377    archive_write_set_format;
378    archive_write_set_format_7zip;
379    archive_write_set_format_ar_bsd;
380    archive_write_set_format_ar_svr4;
381    archive_write_set_format_by_name;
382    archive_write_set_format_cpio;
383    archive_write_set_format_cpio_newc;
384    archive_write_set_format_gnutar;
385    archive_write_set_format_iso9660;
386    archive_write_set_format_mtree;
387    archive_write_set_format_mtree_classic;
388    archive_write_set_format_option;
389    archive_write_set_format_pax;
390    archive_write_set_format_pax_restricted;
391    archive_write_set_format_shar;
392    archive_write_set_format_shar_dump;
393    archive_write_set_format_ustar;
394    archive_write_set_format_v7tar;
395    archive_write_set_format_xar;
396    archive_write_set_format_zip;
397    archive_write_set_option;
398    archive_write_set_options;
399    archive_write_set_skip_file;
400    archive_write_zip_set_compression_deflate;
401    archive_write_zip_set_compression_store;
402    archive_wstrappend_wchar;
403    archive_wstrcat;
404    archive_wstring_append_from_mbs;
405    archive_wstring_concat;
406    archive_wstring_ensure;
407    archive_wstring_free;
408    archive_wstrncat;
409};
410
411ARCHIVE_3.2.0 {
412    archive_bzlib_version;
413    archive_entry_gname_utf8;
414    archive_entry_hardlink_utf8;
415    archive_entry_is_data_encrypted;
416    archive_entry_is_encrypted;
417    archive_entry_is_metadata_encrypted;
418    archive_entry_pathname_utf8;
419    archive_entry_set_gname_utf8;
420    archive_entry_set_hardlink_utf8;
421    archive_entry_set_is_data_encrypted;
422    archive_entry_set_is_metadata_encrypted;
423    archive_entry_set_link_utf8;
424    archive_entry_set_pathname_utf8;
425    archive_entry_set_symlink_utf8;
426    archive_entry_set_uname_utf8;
427    archive_entry_symlink_utf8;
428    archive_entry_uname_utf8;
429    archive_free;
430    archive_liblz4_version;
431    archive_liblzma_version;
432    archive_read_add_passphrase;
433    archive_read_format_capabilities;
434    archive_read_has_encrypted_entries;
435    archive_read_set_passphrase_callback;
436    archive_read_support_filter_lz4;
437    archive_read_support_format_warc;
438    archive_utility_string_sort;
439    archive_write_add_filter_lz4;
440    archive_write_set_format_filter_by_ext;
441    archive_write_set_format_filter_by_ext_def;
442    archive_write_set_format_raw;
443    archive_write_set_format_warc;
444    archive_write_set_passphrase;
445    archive_write_set_passphrase_callback;
446    archive_version_details;
447    archive_zlib_version;
448    pack_find;
449    pack_native;
450};
451
452ARCHIVE_3.3.3 {
453    archive_entry_acl_from_text;
454    archive_entry_acl_from_text_w;
455    archive_entry_acl_to_text;
456    archive_entry_acl_to_text_w;
457    archive_entry_acl_types;
458    archive_libzstd_version;
459    archive_read_support_filter_zstd;
460    archive_write_add_filter_zstd;
461};
462
463ARCHIVE_3.4.3 {
464    archive_entry_set_symlink_type;
465    archive_entry_symlink_type;
466    archive_match_set_inclusion_recursion;
467    archive_read_support_format_rar5;
468};
469
470ARCHIVEprivate_1.0 {
471    __archive_check_child;
472    __archive_check_magic;
473    __archive_clean;
474    __archive_cmdline_allocate;
475    __archive_cmdline_free;
476    __archive_cmdline_parse;
477    __archive_create_child;
478    __archive_cryptor;
479    __archive_digest;
480    __archive_ensure_cloexec_flag;
481    __archive_errx;
482    __archive_get_date;
483    __archive_hmac;
484    __archive_mktemp;
485    __archive_pathmatch;
486    __archive_pathmatch_w;
487    __archive_ppmd7_functions;
488    __archive_rb_tree_find_node;
489    __archive_rb_tree_find_node_geq;
490    __archive_rb_tree_find_node_leq;
491    __archive_rb_tree_init;
492    __archive_rb_tree_insert_node;
493    __archive_rb_tree_iterate;
494    __archive_rb_tree_remove_node;
495    __archive_read_ahead;
496    __archive_read_consume;
497    __archive_read_filter_ahead;
498    __archive_read_filter_consume;
499    __archive_read_filter_seek;
500    __archive_read_free_filters;
501    __archive_read_get_bidder;
502    __archive_read_get_extract;
503    __archive_read_next_passphrase;
504    __archive_read_program;
505    __archive_read_register_format;
506    __archive_read_reset_passphrase;
507    __archive_read_seek;
508    __archive_reset_read_data;
509    __archive_write_allocate_filter;
510    __archive_write_filter;
511    __archive_write_filters_free;
512    __archive_write_format_header_ustar;
513    __archive_write_get_passphrase;
514    __archive_write_nulls;
515    __archive_write_output;
516    __archive_write_program_allocate;
517    __archive_write_program_close;
518    __archive_write_program_free;
519    __archive_write_program_open;
520    __archive_write_program_write;
521    __archive_xxhash;
522    __libarchive_cryptor_build_hack;
523    __libarchive_hmac_build_hack;
524    _archive_entry_acl_from_text_l;
525    _archive_entry_acl_text_l;
526    _archive_entry_acl_to_text_l;
527    _archive_entry_copy_gname_l;
528    _archive_entry_copy_hardlink_l;
529    _archive_entry_copy_link_l;
530    _archive_entry_copy_pathname_l;
531    _archive_entry_copy_symlink_l;
532    _archive_entry_copy_uname_l;
533    _archive_entry_gname_l;
534    _archive_entry_hardlink_l;
535    _archive_entry_pathname_l;
536    _archive_entry_symlink_l;
537    _archive_entry_uname_l;
538    _archive_set_either_option;
539    _archive_set_option;
540    _archive_set_options;
541    archive_acl_add_entry;
542    archive_acl_add_entry_w_len;
543    archive_acl_clear;
544    archive_acl_copy;
545    archive_acl_count;
546    archive_acl_from_text_l;
547    archive_acl_from_text_w;
548    archive_acl_next;
549    archive_acl_reset;
550    archive_acl_to_text_l;
551    archive_acl_to_text_w;
552    archive_acl_types;
553    archive_array_append;
554    archive_mstring_copy_utf8;
555    archive_read_disk_entry_setup_acls;
556    archive_read_disk_entry_setup_path;
557    archive_random;
558};
559