/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_private.h | 98 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 D | test_read_format_mtree.c | 279 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 D | test_write_format_cpio.c | 29 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 D | test_read_format_cpio_odc.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_Z.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_svr4c_Z.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_empty.c | 28 static unsigned char archive[] = { 0 }; global() variable
|
H A D | test_read_format_tz.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_gz.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_bz2.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_lzip.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_lzma.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_bin_xz.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_cpio_svr4_gzip.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_gtar_gz.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_gtar_lzma.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_pax_bz2.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_tbz.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_tgz.c | 28 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_tlz.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_format_txz.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_filter_program.c | 29 static unsigned char archive[] = { global() variable
|
H A D | test_read_filter_program_signature.c | 29 static unsigned char archive[] = { global() variable [all...] |
H A D | test_write_format_raw_b64.c | 28 test_format(int (*set_format)(struct archive *)) in test_format()
|