Searched refs:archive_entry_ino64 (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_odc.c178 int64_t ino = archive_entry_ino64(entry);
H A Darchive_write_set_format_cpio_binary.c281 int64_t ino = archive_entry_ino64(entry);
H A Darchive_write.c739 archive_entry_ino64(entry) == a->skip_file_ino) {
H A Darchive_read_support_format_cpio.c1057 ino = archive_entry_ino64(entry);
H A Darchive_entry.h264 __LA_DECL la_int64_t archive_entry_ino64(struct archive_entry *);
H A Darchive_write_set_format_xar.c1320 "%jd", archive_entry_ino64(file->entry));
H A Darchive_write_set_format_cpio_newc.c274 ino = archive_entry_ino64(entry);
H A Darchive_entry.c536 archive_entry_ino64(struct archive_entry *entry) function
H A Darchive_entry_link_resolver.c278 ino = archive_entry_ino64(entry);
286 && ino == archive_entry_ino64(le->canonical)) {
368 hash = (size_t)(archive_entry_dev(entry) ^ archive_entry_ino64(entry));
H A Darchive_entry_stat.c75 st->st_ino = (ino_t)archive_entry_ino64(entry);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c240 assertEqualInt(archive_entry_ino64(e), 8593);
244 assertEqualInt(archive_entry_ino64(e), 8594);

Completed in 116 milliseconds