Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c268 format_hex(archive_entry_devmajor(entry), h + c_devmajor_offset, in write_header()
H A Darchive_entry.h249 __LA_DECL dev_t archive_entry_devmajor(struct archive_entry *);
H A Darchive_entry.c339 archive_entry_devmajor(struct archive_entry *entry) in archive_entry_devmajor() function
H A Darchive_write_set_format_mtree.c834 me->devmajor = archive_entry_devmajor(entry); in mtree_entry_new()
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_entry.c813 assertEqualInt(archive_entry_devmajor(e), major(0x12345678)); in DEFINE_TEST()
818 assertEqualInt(archive_entry_devmajor(e), 0xfe); in DEFINE_TEST()