Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_entry.h357 __LA_DECL void archive_entry_set_rdevminor(struct archive_entry *, dev_t);
Darchive_read_support_format_tar.c1575 archive_entry_set_rdevminor(entry, (dev_t) in header_ustar()
2019 archive_entry_set_rdevminor(entry, in pax_attribute()
2258 archive_entry_set_rdevminor(entry, (dev_t) in header_gnutar()
Darchive_read_support_format_cpio.c635 archive_entry_set_rdevminor(entry, in header_newc()
Darchive_entry.c1242 archive_entry_set_rdevminor(struct archive_entry *entry, dev_t m) in archive_entry_set_rdevminor() function
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_entry.c909 archive_entry_set_rdevminor(e, 0xdcba98); in DEFINE_TEST()