Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A 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()
H A Darchive_write_set_format_cpio_newc.c289 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size); in write_header()
H A Darchive_entry.h276 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
H A Darchive_write_set_format_ustar.c588 if (format_number(archive_entry_rdevmajor(entry), in __archive_write_format_header_ustar()
H A Darchive_write_set_format_gnutar.c673 if (format_octal(archive_entry_rdevmajor(entry), in archive_format_gnutar_header()
H A Darchive_write_set_format_pax.c1085 rdevmajor = archive_entry_rdevmajor(entry_main); in archive_write_pax_header()
H A Darchive_entry.c631 archive_entry_rdevmajor(struct archive_entry *entry) in archive_entry_rdevmajor() function
H A Darchive_write_set_format_mtree.c816 me->rdevmajor = archive_entry_rdevmajor(entry); in mtree_entry_new()
H A Darchive_write_set_format_xar.c1297 "%d", archive_entry_rdevmajor(file->entry)); in make_file_entry()
/dragonfly/lib/libarchive/
H A DSymbol.map77 archive_entry_rdevmajor;
H A DMakefile280 archive_entry_stat.3 archive_entry_rdevmajor.3 \
/dragonfly/contrib/libarchive/tar/
H A Dutil.c727 (unsigned long)archive_entry_rdevmajor(entry),
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1186 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()