Home
last modified time | relevance | path

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

/freebsd/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.c349 archive_entry_devmajor(struct archive_entry *entry) in archive_entry_devmajor() function
H A Darchive_write_set_format_mtree.c817 me->devmajor = archive_entry_devmajor(entry); in mtree_entry_new()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c901 assertEqualInt(archive_entry_devmajor(e), major(0x12345678)); in DEFINE_TEST()
906 assertEqualInt(archive_entry_devmajor(e), 0xfe); in DEFINE_TEST()
/freebsd/lib/libarchive/
H A DMakefile258 MLINKS+= archive_entry_stat.3 archive_entry_devmajor.3