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

/freebsd-9.3-release/contrib/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
462 mode_out(struct cpio *cpio) argument
558 file_to_archive(struct cpio *cpio, const char *srcpath) argument
651 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) argument
758 restore_time(struct cpio *cpio, struct archive_entry *entry, const char *name, int fd) argument
814 mode_in(struct cpio *cpio) argument
919 mode_list(struct cpio *cpio) argument
971 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) argument
1044 mode_pass(struct cpio *cpio, const char *destdir) argument
1154 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) argument
1205 lookup_uname(struct cpio *cpio, uid_t uid) argument
1212 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) argument
1232 lookup_gname(struct cpio *cpio, gid_t gid) argument
1239 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c55 struct cpio { struct
96 struct cpio *cpio; local
137 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) argument
190 struct cpio *cpio; local
264 struct cpio *cpio; local
327 struct cpio *cpio; local
339 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.c109 struct cpio { struct
149 struct cpio *cpio; local
181 struct cpio *cpio; local
236 struct cpio *cpio; local
292 struct cpio *cpio; local
404 header_newc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
537 header_odc(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
585 header_bin_le(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
621 header_bin_be(struct archive_read *a, struct cpio *cpio, struct archive_entry *entry, size_t *namelength, size_t *name_pad) argument
658 struct cpio *cpio; local
737 record_hardlink(struct cpio *cpio, struct archive_entry *entry) argument
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmedia.c777 char *cpio = RunningAsInit ? "/stand/cpio" : "/usr/bin/cpio"; local
864 char *cpio local
[all...]

Completed in 167 milliseconds