Home
last modified time | relevance | path

Searched refs:archive_entry_set_ino64 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libarchive/
H A DSymbol.map91 archive_entry_set_ino64;
H A DMakefile276 archive_entry_stat.3 archive_entry_set_ino64.3 \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.h337 __LA_DECL void archive_entry_set_ino64(struct archive_entry *, la_int64_t);
H A Darchive_entry.c903 archive_entry_set_ino64(struct archive_entry *entry, la_int64_t ino) in archive_entry_set_ino64() function
H A Darchive_read_support_format_xar.c783 archive_entry_set_ino64(entry, file->ino64); in xar_read_header()