HomeSort by: relevance | last modified time | path
    Searched refs:archive_entry (Results 1 - 25 of 357) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libarchive/dist/libarchive/
archive_entry.h 34 * Note: archive_entry.h is for use outside of libarchive; the
188 struct archive_entry;
235 __LA_DECL struct archive_entry *archive_entry_clear(struct archive_entry *);
237 __LA_DECL struct archive_entry *archive_entry_clone(struct archive_entry *);
238 __LA_DECL void archive_entry_free(struct archive_entry *);
239 __LA_DECL struct archive_entry *archive_entry_new(void);
248 __LA_DECL struct archive_entry *archive_entry_new2(struct archive *);
251 * Retrieve fields from an archive_entry
    [all...]
archive_entry_locale.h 33 struct archive_entry;
41 * functions for archive_entry defined in archive_entry.h.
48 int _archive_entry_gname_l(struct archive_entry *,
51 int _archive_entry_hardlink_l(struct archive_entry *,
54 int _archive_entry_pathname_l(struct archive_entry *,
57 int _archive_entry_symlink_l(struct archive_entry *,
60 int _archive_entry_uname_l(struct archive_entry *,
63 int _archive_entry_acl_text_l(struct archive_entry *, int,
66 char *_archive_entry_acl_to_text_l(struct archive_entry *, ssize_t *, int
    [all...]
archive_read_disk_private.h 37 struct archive_entry;
43 struct archive_entry *entry;
78 struct archive_entry *);
86 struct archive_entry *);
92 struct archive_entry *, int *);
96 struct archive_entry *, int *);
archive_entry.c 75 #include "archive_entry.h"
153 struct archive_entry *
154 archive_entry_clear(struct archive_entry *entry)
174 struct archive_entry *
175 archive_entry_clone(struct archive_entry *entry)
177 struct archive_entry *entry2;
249 archive_entry_free(struct archive_entry *entry)
255 struct archive_entry *
261 struct archive_entry *
264 struct archive_entry *entry
    [all...]
archive_write_set_format_private.h 36 #include "archive_entry.h"
39 struct archive_entry *entry, const char *format);
archive_entry_sparse.c 30 #include "archive_entry.h"
39 archive_entry_sparse_clear(struct archive_entry *entry)
52 archive_entry_sparse_add_entry(struct archive_entry *entry,
102 archive_entry_sparse_count(struct archive_entry *entry)
128 archive_entry_sparse_reset(struct archive_entry * entry)
136 archive_entry_sparse_next(struct archive_entry * entry,
archive_entry_xattr.c 63 #include "archive_entry.h"
72 archive_entry_xattr_clear(struct archive_entry *entry)
88 archive_entry_xattr_add_entry(struct archive_entry *entry,
114 archive_entry_xattr_count(struct archive_entry *entry)
126 archive_entry_xattr_reset(struct archive_entry * entry)
134 archive_entry_xattr_next(struct archive_entry * entry,
archive_read_support_format_empty.c 29 #include "archive_entry.h"
37 struct archive_entry *);
74 struct archive_entry *entry)
archive_read_extract.c 33 #include "archive_entry.h"
38 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags)
  /src/external/bsd/libarchive/dist/cat/
bsdcat_platform.h 28 #include <archive_entry.h>
32 #include "archive_entry.h"
  /src/external/bsd/libarchive/dist/cpio/
cpio_platform.h 32 #include <archive_entry.h>
36 #include "archive_entry.h"
  /src/external/bsd/libarchive/dist/libarchive/test/
test_ar_mode.c 35 struct archive_entry * entry;
test_warn_missing_hardlink_target.c 30 struct archive_entry *ae;
test_read_format_tar.c 64 struct archive_entry *ae;
98 static void verify1(struct archive_entry *ae)
130 static void verify2(struct archive_entry *ae)
159 static void verify3(struct archive_entry *ae)
188 static void verify4(struct archive_entry *ae)
217 static void verify5(struct archive_entry *ae)
243 static void verify6(struct archive_entry *ae)
314 static void verifyK(struct archive_entry *ae)
400 static void verifyxL(struct archive_entry *ae)
426 void (*f)(struct archive_entry *),
    [all...]
test_compat_uudecode.c 47 struct archive_entry *ae;
test_read_format_7zip_issue2765.c 33 struct archive_entry *ae;
test_read_format_cpio_odc.c 50 struct archive_entry *ae;
test_read_format_empty.c 31 struct archive_entry *ae;
test_read_format_huge_rpm.c 29 struct archive_entry *ae;
test_read_format_rar_invalid1.c 31 struct archive_entry *ae;
test_read_format_tar_V_negative_size.c 36 struct archive_entry *ae;
test_read_format_tar_empty_with_gnulabel.c 34 struct archive_entry *ae;
test_read_format_tar_invalid_pax_size.c 38 struct archive_entry *ae;
test_read_format_tar_pax_g_large.c 35 struct archive_entry *ae;
test_read_format_xar_doublelink.c 33 struct archive_entry *ae;

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>