Home
last modified time | relevance | path

Searched defs:archive (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/libarchive/libarchive/
H A Darchive_private.h98 struct archive { struct
110 * archive object. argument
112 const struct archive_vtable *vtable; argument
114 int archive_format; argument
115 const char *archive_format_name; argument
120 int archive_error_number; argument
122 struct archive_string error_string; argument
127 struct archive_string_conv *sconv; argument
148 int __archive_check_magic(struct archive *, unsigned int magic, argument
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_mtree.c279 static char archive[] = in test_read_format_mtree2() local
312 static char archive[] = in test_read_format_mtree3() local
366 static char archive[] = in DEFINE_TEST() local
427 static char archive[] = in DEFINE_TEST() local
766 static char archive[] = in DEFINE_TEST() local
823 static char archive[] = in DEFINE_TEST() local
H A Dtest_write_format_cpio.c29 test_format(int (* set_format)(struct archive *)) test_format() argument
244 test_big_entries(int (* set_format)(struct archive *),int64_t size,int expected) test_big_entries() argument
H A Dtest_read_format_cpio_odc.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_Z.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_svr4c_Z.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_empty.c28 static unsigned char archive[] = { 0 }; global() variable
H A Dtest_read_format_tz.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_gz.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_bz2.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_lzip.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_lzma.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_bin_xz.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_format_cpio_svr4_gzip.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_gtar_gz.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_gtar_lzma.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_pax_bz2.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_tbz.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_tgz.c28 static unsigned char archive[] = { global() variable
H A Dtest_read_format_tlz.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_format_txz.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_filter_program.c29 static unsigned char archive[] = { global() variable
H A Dtest_read_filter_program_signature.c29 static unsigned char archive[] = { global() variable
[all...]
H A Dtest_write_format_raw_b64.c28 test_format(int (*set_format)(struct archive *)) in test_format()

123