| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| 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
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| 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
|
| D | test_write_format_cpio.c | 28 test_format(int (*set_format)(struct archive *)) in test_format() 243 test_big_entries(int (*set_format)(struct archive *), int64_t size, int expected) in test_big_entries()
|
| D | test_read_format_cpio_svr4c_Z.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_empty.c | 27 static unsigned char archive[] = { 0 }; variable
|
| D | test_read_format_tz.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_Z.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_odc.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_tbz.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_pax_bz2.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_bz2.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_lzma.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_format_txz.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_svr4_gzip.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_tlz.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_format_gtar_lzma.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_tgz.c | 27 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_lzip.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_filter_program.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_xz.c | 28 static unsigned char archive[] = { variable
|
| D | test_read_format_cpio_bin_gz.c | 27 static unsigned char archive[] = { variable
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | unused_functions.py | 93 def ar_x(archive): argument 115 def ar_t(archive): argument
|
| /netbsd/src/external/bsd/pkg_install/dist/create/ |
| D | build.c | 98 write_meta_file(struct memory_file *file, struct archive *archive) in write_meta_file() 118 write_entry(struct archive *archive, struct archive_entry *entry) in write_entry() 169 write_normal_file(const char *name, struct archive *archive, in write_normal_file() 229 struct archive *archive; in make_dist() local
|
| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | pkg_signature.c | 74 struct archive *archive; member 111 verify_signature_read_cb(struct archive *archive, void *cookie, const void **buf) in verify_signature_read_cb() 159 verify_signature_close_cb(struct archive *archive, void *cookie) in verify_signature_close_cb() 169 read_file_from_archive(const char *archive_name, struct archive *archive, in read_file_from_archive() 317 pkg_verify_signature(const char *archive_name, struct archive **archive, in pkg_verify_signature() 420 pkg_full_signature_check(const char *archive_name, struct archive **archive) in pkg_full_signature_check()
|