Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_entry.h322 __LA_DECL void archive_entry_set_devmajor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_cpio.c621 archive_entry_set_devmajor(entry, in header_newc()
H A Darchive_entry.c1151 archive_entry_set_devmajor(struct archive_entry *entry, dev_t m) in archive_entry_set_devmajor() function
H A Darchive_read_support_format_xar.c788 archive_entry_set_devmajor(entry, file->devmajor); in xar_read_header()
/freebsd-14.2/lib/libarchive/
H A DMakefile270 MLINKS+= archive_entry_stat.3 archive_entry_set_devmajor.3
/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_entry.c904 archive_entry_set_devmajor(e, 0xfe); in DEFINE_TEST()