Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_entry.h315 __LA_DECL void archive_entry_set_devminor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_cpio.c618 archive_entry_set_devminor(entry, in header_newc()
H A Darchive_entry.c1037 archive_entry_set_devminor(struct archive_entry *entry, dev_t m) in archive_entry_set_devminor() function
H A Darchive_read_support_format_xar.c784 archive_entry_set_devminor(entry, file->devminor); in xar_read_header()
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_entry.c817 archive_entry_set_devminor(e, 0xdcba98); in DEFINE_TEST()