Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_write_set_format_shar.c311 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
317 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
Darchive_write_set_format_cpio_newc.c289 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size); in write_header()
Darchive_entry.h278 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
Darchive_write_set_format_ustar.c588 if (format_number(archive_entry_rdevmajor(entry), in __archive_write_format_header_ustar()
Darchive_write_set_format_gnutar.c673 if (format_octal(archive_entry_rdevmajor(entry), in archive_format_gnutar_header()
Darchive_write_set_format_pax.c1095 rdevmajor = archive_entry_rdevmajor(entry_main); in archive_write_pax_header()
Darchive_entry.c645 archive_entry_rdevmajor(struct archive_entry *entry) in archive_entry_rdevmajor() function
Darchive_write_set_format_mtree.c816 me->rdevmajor = archive_entry_rdevmajor(entry); in mtree_entry_new()
Darchive_write_set_format_xar.c1297 "%d", archive_entry_rdevmajor(file->entry)); in make_file_entry()
/freebsd-12-stable/contrib/libarchive/tar/
Dutil.c728 (unsigned long)archive_entry_rdevmajor(entry),
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_entry.c905 assertEqualInt(archive_entry_rdevmajor(e), major(0x12345678)); in DEFINE_TEST()
910 assertEqualInt(archive_entry_rdevmajor(e), 0xfe); in DEFINE_TEST()
/freebsd-12-stable/contrib/libarchive/cpio/
Dcpio.c1186 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()