Searched defs:cpio (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcmdline.c100 cpio_getopt(struct cpio *cpio) argument
[all...]
H A Dcpio.h44 struct cpio { struct
H A Dcpio.c129 struct cpio *cpio; local
453 mode_out(struct cpio *cpio) argument
549 file_to_archive(struct cpio *cpio, const char *srcpath) argument
638 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) argument
745 restore_time(struct cpio *cpio, struct archive_entry *entry, const char *name, int fd) argument
801 mode_in(struct cpio *cpio) argument
906 mode_list(struct cpio *cpio) argument
958 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) argument
1031 mode_pass(struct cpio *cpio, const char *destdir) argument
1141 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) argument
1192 lookup_uname(struct cpio *cpio, uid_t uid) argument
1199 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) argument
1219 lookup_gname(struct cpio *cpio, gid_t gid) argument
1226 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c55 struct cpio { struct
86 struct cpio *cpio; local
127 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) argument
180 struct cpio *cpio; local
254 struct cpio *cpio; local
317 struct cpio *cpio; local
329 struct cpio *cpio; local
[all...]
H A Darchive_write_set_format_cpio_newc.c56 struct cpio { struct
88 struct cpio *cpio; local
118 struct cpio *cpio; local
207 struct cpio *cpio; local
269 struct cpio *cpio; local
280 struct cpio *cpio; local
[all...]
H A Darchive_read_support_format_cpio.c100 struct cpio { struct
140 struct cpio *cpio; local
172 struct cpio *cpio; local
227 struct cpio *cpio; local
283 struct cpio *cpio; local
395 header_newc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
528 header_odc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
576 header_bin_le(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
612 header_bin_be(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
649 struct cpio *cpio; local
728 record_hardlink(struct cpio *cpio, struct archive_entry *entry) argument
[all...]

Completed in 115 milliseconds