Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_entry.h365 __LA_DECL void archive_entry_set_rdevminor(struct archive_entry *, dev_t);
HDarchive_read_support_format_tar.c1750 archive_entry_set_rdevminor(entry, (dev_t) in header_ustar()
2505 archive_entry_set_rdevminor(entry, (dev_t)t); in pax_attribute()
2890 archive_entry_set_rdevminor(entry, (dev_t) in header_gnutar()
HDarchive_read_support_format_cpio.c634 archive_entry_set_rdevminor(entry, in header_newc()
HDarchive_entry.c1343 archive_entry_set_rdevminor(struct archive_entry *entry, dev_t m) in archive_entry_set_rdevminor() function
/freebsd-14-stable/lib/libarchive/
HDMakefile279 MLINKS+= archive_entry_stat.3 archive_entry_set_rdevminor.3
/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_entry.c914 archive_entry_set_rdevminor(e, 0xdcba98); in DEFINE_TEST()