Searched refs:archive (Results 251 - 275 of 442) sorted by relevance

<<1112131415161718

/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_raw.c28 test_format(int (*set_format)(struct archive *))
32 struct archive *a;
40 /* Create a new archive in memory. */
72 /* Create a new archive */
92 assertEqualMem(err, "Raw format only supports one entry per archive", 47);
98 /* Create a new archive */
H A Dtest_archive_read_set_options.c35 struct archive* a = archive_read_new();
H A Dtest_archive_write_set_options.c35 struct archive* a = archive_write_new();
H A Dtest_compat_cpio.c48 struct archive *a;
H A Dtest_read_format_7zip_encryption_partially.c35 struct archive *a;
71 /* End of archive. */
75 /* Verify archive format. */
79 /* Close the archive. */
H A Dtest_read_format_ar.c37 struct archive *a;
H A Dtest_read_format_iso_multi_extent.c33 struct archive *a;
84 /* End of archive. */
87 /* Verify archive format. */
91 /* Close the archive. */
H A Dtest_read_format_raw.c35 struct archive *a;
H A Dtest_read_format_warc.c36 struct archive *a;
75 /* Verify archive format. */
H A Dtest_read_format_zip_nested.c33 struct archive *a;
H A Dtest_read_large.c44 struct archive *a;
H A Dtest_write_disk_symlink.c34 struct archive *ad;
H A Dtest_write_filter_compress.c39 struct archive* a;
H A Dtest_write_format_mtree_absolute_path.c35 struct archive* a;
38 /* Create a mtree format archive. */
H A Dtest_write_format_zip_empty.c35 struct archive *a;
40 /* Zip format: Create a new archive in memory. */
48 /* Close out the archive without writing anything. */
52 /* Verify the correct format for an empy Zip archive. */
58 /* Verify that we read this kind of empty archive correctly. */
H A Dtest_write_format_zip_empty_zip64.c35 struct archive *a;
40 /* Zip format: Create a new archive in memory. */
50 /* Close out the archive without writing anything. */
54 /* Verify the correct format for an empy Zip archive with Zip64 extensions forced. */
83 /* Verify that we read this kind of empty archive correctly. */
H A Dtest_write_disk_sparse.c35 verify_write_data(struct archive *a, int sparse)
132 verify_write_data_block(struct archive *a, int sparse)
268 struct archive *ad;
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dread.c31 #include <archive.h>
50 struct archive *a;
H A Dwrite.c30 #include <archive.h>
46 #define _ARHDR_LEN 60 /* length of the archive header */
47 #define _INIT_AS_CAP 128 /* initial archive string table size */
62 static void read_objs(struct bsdar *bsdar, const char *archive,
65 static void write_data(struct bsdar *bsdar, struct archive *a,
73 * one in the archive.
122 bsdar_warnc(bsdar, 0, "cannot add archive \"%s\" to itself",
241 * Read objects from archive into the 'v_obj' list. Note that
247 read_objs(struct bsdar *bsdar, const char *archive, int checkargv) argument
249 struct archive *
[all...]
/freebsd-11.0-release/usr.bin/ar/
H A Dread.c33 #include <archive.h>
72 struct archive *a;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_check_magic.c130 __archive_check_magic(struct archive *a, unsigned int magic,
138 * If this isn't some form of archive handle,
147 errmsg(" invoked with invalid archive handle.\n");
154 " on '%s' archive object, which is not supported.",
166 " archive structure in state '%s',"
H A Darchive_write_add_filter_grzip.c37 #include "archive.h"
53 archive_write_add_filter_grzip(struct archive *_a)
H A Darchive_write_set_format_iso9660.c53 #include "archive.h"
1051 archive_write_set_format_iso9660(struct archive *_a)
1065 archive_set_error(&a->archive, ENOMEM,
1163 archive_set_error(&a->archive, ENOMEM,
1183 a->archive.archive_format = ARCHIVE_FORMAT_ISO9660;
1184 a->archive.archive_format_name = "ISO9660";
1195 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
1213 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
1225 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
1230 archive_set_error(&a->archive, ARCHIVE_ERRNO_MIS
[all...]
H A Darchive_write_add_filter_lzop.c49 #include "archive.h"
137 archive_write_add_filter_lzop(struct archive *_a)
261 archive_set_error(f->archive, ENOMEM,
272 archive_set_error(f->archive, ENOMEM,
282 archive_set_error(f->archive, ENOMEM,
359 archive_set_error(f->archive, ARCHIVE_ERRNO_MISC,
/freebsd-11.0-release/contrib/bmake/
H A Darch.c89 * of archives. The first time an archive is referenced, all of its members'
90 * headers are read and hashed and the archive closed again. All hashed
91 * archives are kept on a list which is searched each time an archive member
95 * Arch_ParseArchive Given an archive specification, return a list
100 * Arch_Touch Alter the modification time of the archive
110 * an archive *in the archive*. The time is also
115 * an archive. Called when the member doesn't
116 * already exist. Looks in the archive for the
180 char *name; /* Name of archive */
574 ArchStatMember(char *archive, char *member, Boolean hash) argument
894 ArchFindMember(char *archive, char *member, struct ar_hdr *arhPtr, const char *mode) argument
[all...]

Completed in 158 milliseconds

<<1112131415161718