Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.h354 __LA_DECL void archive_entry_set_devminor(struct archive_entry *, __LA_DEV_T);
H A Darchive_read_support_format_cpio.c624 archive_entry_set_devminor(entry, in header_newc()
H A Darchive_entry.c1164 archive_entry_set_devminor(struct archive_entry *entry, __LA_DEV_T m) in archive_entry_set_devminor() function
H A Darchive_read_support_format_xar.c799 archive_entry_set_devminor(entry, file->devminor); in xar_read_header()
/freebsd/lib/libarchive/
H A DMakefile272 MLINKS+= archive_entry_stat.3 archive_entry_set_devminor.3
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c905 archive_entry_set_devminor(e, 0xdcba98); in DEFINE_TEST()