Searched defs:cpio (Results 1 - 6 of 6) sorted by last modified time

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c61 struct cpio { struct
110 struct cpio *cpio; local
142 struct cpio *cpio = (struct cpio *)a->format_data; local
170 struct cpio *cpio; local
221 struct cpio *cpio; local
378 struct cpio *cpio; local
442 struct cpio *cpio; local
453 struct cpio *cpio; local
[all...]
H A Darchive_write_set_format_cpio.c60 struct cpio { struct
104 struct cpio *cpio; local
135 struct cpio *cpio = (struct cpio *)a->format_data; local
175 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) argument
229 struct cpio *cpio; local
278 struct cpio *cpio; local
419 struct cpio *cpio; local
483 struct cpio *cpio; local
495 struct cpio *cpio; local
[all...]
H A Darchive_read_support_format_cpio.c175 struct cpio { struct
224 struct cpio *cpi local
258 struct cpio *cpio; local
322 struct cpio *cpio; local
356 struct cpio *cpio; local
449 struct cpio *cpio; local
486 struct cpio *cpio = (struct cpio *)(a->format->data); local
579 header_newc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
747 header_odc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
814 header_afiol(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
856 header_bin_le(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
895 header_bin_be(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
936 struct cpio *cpio; local
1014 record_hardlink(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry) argument
[all...]
/freebsd-10.3-release/contrib/libarchive/cpio/
H A Dcpio.h42 struct cpio { struct
H A Dcpio.c132 struct cpio *cpio; local
511 mode_out(struct cpio *cpio) argument
674 file_to_archive(struct cpio *cpio, const char *srcpath) argument
763 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) argument
875 restore_time(struct cpio *cpio, struct archive_entry *entry, const char *name, int fd) argument
931 mode_in(struct cpio *cpio) argument
1042 mode_list(struct cpio *cpio) argument
1095 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) argument
1169 mode_pass(struct cpio *cpio, const char *destdir) argument
1293 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) argument
1344 lookup_uname(struct cpio *cpio, uid_t uid) argument
1351 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) argument
1372 lookup_gname(struct cpio *cpio, gid_t gid) argument
1379 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) argument
[all...]
H A Dcmdline.c106 cpio_getopt(struct cpio *cpio) argument
[all...]

Completed in 110 milliseconds