Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_entry.h316 __LA_DECL void archive_entry_set_devmajor(struct archive_entry *, dev_t);
Darchive_read_support_format_cpio.c622 archive_entry_set_devmajor(entry, in header_newc()
Darchive_entry.c1055 archive_entry_set_devmajor(struct archive_entry *entry, dev_t m) in archive_entry_set_devmajor() function
Darchive_read_support_format_xar.c789 archive_entry_set_devmajor(entry, file->devmajor); in xar_read_header()
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_entry.c899 archive_entry_set_devmajor(e, 0xfe); in DEFINE_TEST()