Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_entry.h314 __LA_DECL void archive_entry_set_devmajor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_cpio.c616 archive_entry_set_devmajor(entry, in header_newc()
H A Darchive_entry.c1028 archive_entry_set_devmajor(struct archive_entry *entry, dev_t m) in archive_entry_set_devmajor() function
H A Darchive_read_support_format_xar.c782 archive_entry_set_devmajor(entry, file->devmajor); in xar_read_header()
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_entry.c816 archive_entry_set_devmajor(e, 0xfe); in DEFINE_TEST()