Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_shar.c313 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
319 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
HDarchive_entry.h226 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
HDarchive_write_set_format_cpio_newc.c289 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size); in write_header()
HDarchive_write_set_format_ustar.c587 if (format_number(archive_entry_rdevmajor(entry), in __archive_write_format_header_ustar()
HDarchive_write_set_format_gnutar.c679 if (format_octal(archive_entry_rdevmajor(entry), in archive_format_gnutar_header()
HDarchive_entry.c572 archive_entry_rdevmajor(struct archive_entry *entry) in archive_entry_rdevmajor() function
HDarchive_write_set_format_pax.c969 rdevmajor = archive_entry_rdevmajor(entry_main); in archive_write_pax_header()
HDarchive_write_set_format_mtree.c826 me->rdevmajor = archive_entry_rdevmajor(entry); in mtree_entry_new()
HDarchive_write_set_format_xar.c1240 "%d", archive_entry_rdevmajor(file->entry)); in make_file_entry()
/NextBSD/contrib/libarchive/tar/
HDread.c436 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_entry.c797 assertEqualInt(archive_entry_rdevmajor(e), major(0x12345678)); in DEFINE_TEST()
802 assertEqualInt(archive_entry_rdevmajor(e), 0xfe); in DEFINE_TEST()
/NextBSD/contrib/libarchive/cpio/
HDcpio.c1127 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()