Searched refs:archive_entry_devmajor (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.h195 __LA_DECL dev_t archive_entry_devmajor(struct archive_entry *);
H A Darchive_write_set_format_cpio_newc.c132 format_hex(archive_entry_devmajor(entry), &h.c_devmajor,
H A Darchive_entry.c525 archive_entry_devmajor(struct archive_entry *entry) function
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c824 assertEqualInt(archive_entry_devmajor(e), major(0x12345678));
829 assertEqualInt(archive_entry_devmajor(e), 0xfe);

Completed in 106 milliseconds