Home
last modified time | relevance | path

Searched refs:archive_entry_rdevminor (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_shar.c314 (uintmax_t)archive_entry_rdevminor(entry)); in archive_write_shar_header()
320 (uintmax_t)archive_entry_rdevminor(entry)); in archive_write_shar_header()
HDarchive_entry.h227 __LA_DECL dev_t archive_entry_rdevminor(struct archive_entry *);
HDarchive_write_set_format_cpio_newc.c290 format_hex(archive_entry_rdevminor(entry), h + c_rdevminor_offset, c_rdevminor_size); in write_header()
HDarchive_write_set_format_ustar.c595 if (format_number(archive_entry_rdevminor(entry), in __archive_write_format_header_ustar()
HDarchive_write_set_format_gnutar.c687 if (format_octal(archive_entry_rdevminor(entry), in archive_format_gnutar_header()
HDarchive_entry.c581 archive_entry_rdevminor(struct archive_entry *entry) in archive_entry_rdevminor() function
HDarchive_write_set_format_pax.c970 rdevminor = archive_entry_rdevminor(entry_main); in archive_write_pax_header()
HDarchive_write_set_format_mtree.c827 me->rdevminor = archive_entry_rdevminor(entry); in mtree_entry_new()
HDarchive_write_set_format_xar.c1244 "%d", archive_entry_rdevminor(file->entry)); in make_file_entry()
/NextBSD/contrib/libarchive/tar/
HDread.c437 (unsigned long)archive_entry_rdevminor(entry)); in list_item_verbose()
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_entry.c798 assertEqualInt(archive_entry_rdevminor(e), minor(0x12345678)); in DEFINE_TEST()
803 assertEqualInt(archive_entry_rdevminor(e), 0xdcba98); in DEFINE_TEST()
/NextBSD/contrib/libarchive/cpio/
HDcpio.c1128 (unsigned long)archive_entry_rdevminor(entry)); in list_item_verbose()