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

/freebsd-10-stable/contrib/libarchive/cpio/
H A Dcmdline.c110 cpio_getopt(struct cpio *cpio) argument
[all...]
H A Dcpio.h42 struct cpio { struct
H A Dcpio.c135 struct cpio *cpio; local
516 mode_out(struct cpio *cpio) argument
694 file_to_archive(struct cpio *cpio, const char *srcpath) argument
784 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) argument
896 restore_time(struct cpio *cpio, struct archive_entry *entry, const char *name, int fd) argument
952 mode_in(struct cpio *cpio) argument
1070 mode_list(struct cpio *cpio) argument
1130 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) argument
1224 mode_pass(struct cpio *cpio, const char *destdir) argument
1353 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) argument
1403 lookup_uname(struct cpio *cpio, uid_t uid) argument
1410 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) argument
1430 lookup_gname(struct cpio *cpio, gid_t gid) argument
1437 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) argument
1485 struct cpio *cpio = (struct cpio *)_client_data; local
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c61 struct cpio { struct
105 struct cpio *cpio; local
136 struct cpio *cpio = (struct cpio *)a->format_data; local
176 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) argument
230 struct cpio *cpio; local
279 struct cpio *cpio; local
419 struct cpio *cpio; local
483 struct cpio *cpio; local
495 struct cpio *cpio; local
[all...]
H A Darchive_write_set_format_cpio_newc.c62 struct cpio { struct
111 struct cpio *cpio; local
142 struct cpio *cpio = (struct cpio *)a->format_data; local
170 struct cpio *cpio; local
221 struct cpio *cpio; local
377 struct cpio *cpio; local
441 struct cpio *cpio; local
452 struct cpio *cpio; local
[all...]
H A Darchive_read_support_format_cpio.c175 struct cpio { struct
224 struct cpio *cpi local
260 struct cpio *cpio; local
324 struct cpio *cpio; local
358 struct cpio *cpio; local
457 struct cpio *cpio; local
494 struct cpio *cpio = (struct cpio *)(a->format->data); local
587 header_newc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
762 header_odc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
829 header_afiol(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
871 header_bin_le(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
910 header_bin_be(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
951 struct cpio *cpio; local
1028 record_hardlink(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry) argument
[all...]

Completed in 192 milliseconds