Searched refs:archive_entry_devmajor (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.h249 __LA_DECL dev_t archive_entry_devmajor(struct archive_entry *);
H A Darchive_write_set_format_mtree.c818 me->devmajor = archive_entry_devmajor(entry);
H A Darchive_write_set_format_cpio_newc.c269 format_hex(archive_entry_devmajor(entry), h + c_devmajor_offset,
H A Darchive_entry.c352 archive_entry_devmajor(struct archive_entry *entry) function
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c896 assertEqualInt(archive_entry_devmajor(e), major(0x12345678));
901 assertEqualInt(archive_entry_devmajor(e), 0xfe);

Completed in 103 milliseconds