Searched refs:archive (Results 276 - 300 of 442) sorted by relevance

<<1112131415161718

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c44 #include "archive.h"
290 /* Flag to mark progress that an archive was read their first header.*/
359 archive_read_support_format_cab(struct archive *_a)
370 archive_set_error(&a->archive, ENOMEM,
476 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
480 &a->archive, val, 0);
509 archive_set_error(&a->archive,
540 archive_set_error(&a->archive, ARCHIVE_ERRNO_FILE_FORMAT,
638 a->archive.archive_format = ARCHIVE_FORMAT_CAB;
639 if (a->archive
[all...]
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Darchive.c35 #include <archive.h>
41 ELFTC_VCSID("$Id: archive.c 3287 2015-12-31 16:58:48Z emaste $");
45 #define _INIT_AS_CAP 128 /* initial archive string table size */
53 static void ac_write_data(struct archive *a, const void *buf, size_t s);
82 /* Extract archive symbols. */
112 * Append to the archive string table buffer.
142 * Append to the archive symbol table buffer.
189 size_t s_sz; /* size of archive symbol table. */
203 * The difference is that the size of archive string table counts
229 * Extract global symbols from archive member
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest.h339 #include "archive.h"
343 int read_open_memory(struct archive *, const void *, size_t, size_t);
345 int read_open_memory_minimal(struct archive *, const void *, size_t, size_t);
347 int read_open_memory_seek(struct archive *, const void *, size_t, size_t);
349 /* Versions of above that accept an archive argument for additional info. */
H A Dtest_read_format_cab.c181 struct archive *a;
255 /* End of archive. */
264 /* Verify archive format. */
268 /* Close the archive. */
281 struct archive *a;
322 /* End of archive. */
331 /* Verify archive format. */
335 /* Close the archive. */
347 struct archive *a;
377 /* End of archive
[all...]
H A Dtest_read_format_tar_filename.c43 struct archive *a;
95 /* End of archive. */
98 /* Verify archive format. */
103 /* Close the archive. */
145 /* End of archive. */
148 /* Verify archive format. */
153 /* Close the archive. */
161 struct archive *a;
205 /* End of archive. */
208 /* Verify archive forma
[all...]
H A Dtest_write_format_7zip_empty.c31 * Test writing an empty archive.
35 struct archive *a;
42 /* Create a new archive in memory. */
49 /* Close out the archive. */
53 /* Verify the archive file size. */
72 struct archive *a;
80 /* Create a new archive in memory. */
108 /* Close out the archive. */
112 /* Verify the archive file size. */
145 /* Verify the end of the archive
[all...]
H A Dtest_compat_lzop.c44 struct archive *a;
66 /* Verify the end-of-archive. */
97 /* Verify the end-of-archive. */
121 /* Verify the end-of-archive. */
H A Dtest_compat_pax_libarchive_2x.c48 struct archive *a;
98 /* End of archive. */
101 /* Verify archive format. */
106 /* Close the archive. */
141 /* End of archive. */
144 /* Verify archive format. */
149 /* Close the archive. */
H A Dtest_compat_solaris_tar_acl.c38 struct archive *a;
125 /* Close the archive. */
H A Dtest_empty_write.c32 struct archive *a;
37 * Exercise a zero-byte write to a gzip-compressed archive.
40 /* Create a new archive in memory. */
45 skipping("Empty write to gzip-compressed archive");
65 /* Close out the archive. */
74 /* Create a new archive in memory. */
79 skipping("Empty write to bzip2-compressed archive");
98 /* Close out the archive. */
107 /* Create a new archive in memory. */
123 /* Close out the archive
[all...]
H A Dtest_extattr_freebsd.c48 struct archive *a;
99 /* Populate an archive entry with an extended attribute. */
122 /* Close the archive. */
H A Dtest_open_file.c32 struct archive *a;
40 /* Write an archive through this FILE *. */
68 /* Close out the archive. */
102 /* Verify the end of the archive. */
H A Dtest_read_data_large.c30 * Uses an in-memory archive with a single 10M entry. Exercises
48 struct archive *a;
55 /* Create a new archive in memory. */
74 /* Close out the archive. */
H A Dtest_read_disk.c77 struct archive *a;
167 /* Destroy the archive. */
H A Dtest_read_format_gtar_sparse.c150 * Describe an archive with three entries:
181 /* data, size, offset of block read from archive. */
184 struct archive *a;
201 failure("Name mismatch in archive %s", name);
276 * An archive created by GNU tar 1.17 using --posix --sparse-format=0.1
282 * An archive created by GNU tar 1.17 using --posix --sparse-format=0.1
288 * An archive created by GNU tar 1.17 using --posix --sparse-format=1.0
294 * The last test archive here is a little odd. First, it's
H A Dtest_read_format_gtar_sparse_skip_entry.c43 struct archive *a;
81 /* End of archive. */
84 /* Verify archive format. */
89 /* Close the archive. */
128 /* End of archive. */
131 /* Verify archive format. */
136 /* Close the archive. */
H A Dtest_read_format_isojoliet_bz2.c59 struct archive *a;
131 /* End of archive. */
134 /* Verify archive format. */
137 /* Close the archive. */
H A Dtest_read_format_isojoliet_long.c64 struct archive *a;
139 /* End of archive. */
142 /* Verify archive format. */
145 /* Close the archive. */
H A Dtest_sparse_basic.c266 verify_sparse_file(struct archive *a, const char *path,
389 verify_sparse_file2(struct archive *a, const char *path,
440 struct archive *a;
543 struct archive *a;
H A Dtest_write_disk_lookup.c72 struct archive *a;
150 /* Destroy the archive. */
H A Dtest_write_disk_times.c36 struct archive *a;
H A Dtest_write_filter_gzip_timestamp.c34 struct archive* a;
H A Dtest_write_filter_program.c35 struct archive *a;
54 /* Create a new archive in memory. */
84 /* Close out the archive. */
120 /* Verify the end of the archive. */
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DBinary.cpp44 case sys::fs::file_magic::archive:
H A DSymbolicFile.cpp41 case sys::fs::file_magic::archive:

Completed in 192 milliseconds

<<1112131415161718