Searched refs:archive_entry_ino64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c75 st->st_ino = archive_entry_ino64(entry);
H A Darchive_entry_link_resolver.c269 ino = archive_entry_ino64(entry);
277 && ino == archive_entry_ino64(le->canonical)) {
355 hash = archive_entry_dev(entry) ^ archive_entry_ino64(entry);
H A Darchive_entry.h208 __LA_DECL __LA_INT64_T archive_entry_ino64(struct archive_entry *);
H A Darchive_write_set_format_cpio_newc.c137 ino = archive_entry_ino64(entry);
H A Darchive_write_set_format_cpio.c139 int64_t ino = archive_entry_ino64(entry);
H A Darchive_write.c425 archive_entry_ino64(entry) == a->skip_file_ino) {
H A Darchive_read_support_format_cpio.c747 ino = archive_entry_ino64(entry);
H A Darchive_write_set_format_pax.c822 archive_entry_ino64(entry_main));
H A Darchive_entry.c629 archive_entry_ino64(struct archive_entry *entry) function

Completed in 157 milliseconds