Searched refs:archive (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_encryption_partially.c35 struct archive *a;
69 /* End of archive. */
72 /* Verify archive format. */
76 /* Close the archive. */
H A Dtest_read_format_zip_malformed.c33 struct archive *a;
H A Dtest_read_format_zip_nofiletype.c38 struct archive *a;
H A Dtest_read_format_zip_padded.c33 struct archive *a;
H A Dtest_read_format_zip_sfx.c36 struct archive *a;
H A Dtest_write_disk_secure744.c40 struct archive *a;
H A Dtest_write_format_cpio.c29 test_format(int (*set_format)(struct archive *))
33 struct archive *a;
42 /* Create a new archive in memory. */
145 /* Close out the archive. */
215 /* Verify the end of the archive. */
224 test_big_entries(int (*set_format)(struct archive *), int64_t size, int expected)
227 struct archive *a;
234 /* Create a new archive in memory. */
H A Dtest_write_format_mtree_quoted_filename.c41 struct archive* a;
44 /* Create a mtree format archive. */
H A Dtest_write_format_tar_empty.c29 * Check that an "empty" tar archive is correctly created.
34 struct archive *a;
39 /* USTAR format: Create a new archive in memory. */
47 /* Close out the archive. */
53 failure("Empty tar archive should be all nulls.");
57 /* PAX format: Create a new archive in memory. */
65 /* Close out the archive. */
71 failure("Empty tar archive should be all nulls.");
H A Dtest_write_open_memory.c34 struct archive *a;
68 * end-of-archive marker, then this should fail. */
H A Dtest_read_format_ustar_filename.c33 struct archive *a;
71 /* End of archive. */
74 /* Verify archive format. */
78 /* Close the archive. */
87 struct archive *a;
126 /* End of archive. */
129 /* Verify archive format. */
133 /* Close the archive. */
142 struct archive *a;
181 /* End of archive
[all...]
H A Dtest_read_format_zip_filename.c33 struct archive *a;
75 /* End of archive. */
80 /* Verify archive format. */
84 /* Close the archive. */
93 struct archive *a;
155 /* End of archive. */
158 /* Verify archive format. */
162 /* Close the archive. */
171 struct archive *a;
230 /* End of archive
[all...]
H A Dtest_zip_filename_encoding.c32 struct archive *a;
120 struct archive *a;
220 struct archive *a;
263 struct archive *a;
332 struct archive *a;
431 struct archive *a;
H A Dtest_compat_solaris_pax_sparse.c37 struct archive *a;
98 /* Verify the end-of-archive. */
118 struct archive *a;
170 /* Verify the end-of-archive. */
H A Dtest_compat_zip.c33 struct archive *a;
76 struct archive *a;
105 struct archive *a;
154 struct archive *a;
212 struct archive *a;
344 compat_zip_6_verify(struct archive *a)
368 struct archive *a;
398 struct archive *a;
H A Dtest_read_format_zip_high_compression.c38 * Extract the specific test archive that was used to diagnose
46 struct archive *a;
96 struct archive *a;
106 /* Write an archive with a single entry of n bytes. */
H A Dtest_read_truncated_filter.c37 int (*set_compression)(struct archive *), int can_prog)
40 struct archive* a;
H A Dtest_write_format_gnutar_filenames.c43 struct archive *a;
64 /* Write a one-item gnutar format archive. */
99 struct archive *a;
124 /* Write a one-item gnutar format archive. */
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dbsdtar_platform.h61 #include <archive.h>
65 #include "archive.h"
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A DMakefile9 SRCS= archive.c ascii.c binary.c main.c sections.c segments.c \
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c53 #include "archive.h"
74 archive_read_support_format_xar(struct archive *_a)
80 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
435 struct archive_read *archive; member in struct:expat_userData
446 archive_read_support_format_xar(struct archive *_a)
457 archive_set_error(&a->archive, ENOMEM,
547 archive_set_error(&a->archive,
549 "Truncated archive header");
554 archive_set_error(&a->archive,
560 archive_set_error(&a->archive,
[all...]
H A Darchive_read_support_format_lha.c41 #include "archive.h"
187 /* Flag to mark progress that an archive was read their first header.*/
257 archive_read_support_format_lha(struct archive *_a)
268 archive_set_error(&a->archive, ENOMEM,
309 /* b0 == 0 means the end of an LHa archive file. */
400 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
405 &a->archive, val, 0);
459 archive_set_error(&a->archive, ARCHIVE_ERRNO_FILE_FORMAT,
467 archive_set_error(&a->archive, ARCHIVE_ERRNO_FILE_FORMAT,
485 a->archive
[all...]
H A Darchive_read_support_format_warc.c43 * We need a set of archive options to control what to do with
70 #include "archive.h"
141 archive_read_support_format_warc(struct archive *_a)
151 archive_set_error(&a->archive, ENOMEM,
241 &a->archive, ARCHIVE_ERRNO_MISC,
256 &a->archive, ARCHIVE_ERRNO_MISC,
265 &a->archive, ARCHIVE_ERRNO_MISC,
272 &a->archive, EINVAL,
279 &a->archive, EINVAL,
284 /* let the world know we're a WARC archive */
[all...]
/freebsd-11.0-release/usr.bin/unzip/
H A Dunzip.c50 #include <archive.h>
382 extract_dir(struct archive *a, struct archive_entry *e, const char *path)
496 extract2fd(struct archive *a, char *pathname, int fd)
582 extract_file(struct archive *a, struct archive_entry *e, char **path)
680 extract(struct archive *a, struct archive_entry *e)
744 extract_stdout(struct archive *a, struct archive_entry *e)
786 list(struct archive *a, struct archive_entry *e)
823 test(struct archive *a, struct archive_entry *e)
855 struct archive *a;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Darchive.c1 /* BFD back-end for archive files (libraries).
24 @setfilename archive-info
29 An archive (or library) is just another BFD. It has a symbol
32 The big difference between an archive BFD and an ordinary BFD
33 is that the archive doesn't have sections. Instead it has a
36 archive opened for reading will all be opened for reading. You
37 may put either input or output BFDs into an archive opened for
38 output; they will be handled correctly when the archive is closed.
41 the contents of an archive opened for input. You don't
42 have to read the entire archive i
499 _bfd_get_elt_at_filepos(bfd *archive, file_ptr filepos) argument
569 bfd_openr_next_archived_file(bfd *archive, bfd *last_file) argument
583 bfd_generic_openr_next_archived_file(bfd *archive, bfd *last_file) argument
[all...]

Completed in 200 milliseconds

1234567891011>>