Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c312 (uintmax_t)archive_entry_rdevminor(entry)); in archive_write_shar_header()
318 (uintmax_t)archive_entry_rdevminor(entry)); in archive_write_shar_header()
H A Darchive_write_set_format_cpio_newc.c290 format_hex(archive_entry_rdevminor(entry), h + c_rdevminor_offset, c_rdevminor_size); in write_header()
H A Darchive_entry.h277 __LA_DECL dev_t archive_entry_rdevminor(struct archive_entry *);
H A Darchive_write_set_format_ustar.c596 if (format_number(archive_entry_rdevminor(entry), in __archive_write_format_header_ustar()
H A Darchive_write_set_format_gnutar.c681 if (format_octal(archive_entry_rdevminor(entry), in archive_format_gnutar_header()
H A Darchive_write_set_format_pax.c1086 rdevminor = archive_entry_rdevminor(entry_main); in archive_write_pax_header()
H A Darchive_entry.c640 archive_entry_rdevminor(struct archive_entry *entry) in archive_entry_rdevminor() function
H A Darchive_write_set_format_mtree.c817 me->rdevminor = archive_entry_rdevminor(entry); in mtree_entry_new()
H A Darchive_write_set_format_xar.c1301 "%d", archive_entry_rdevminor(file->entry)); in make_file_entry()
/dflybsd-src/lib/libarchive/
H A DSymbol.map78 archive_entry_rdevminor;
H A DMakefile282 archive_entry_stat.3 archive_entry_rdevminor.3 \
/dflybsd-src/contrib/libarchive/tar/
H A Dutil.c728 (unsigned long)archive_entry_rdevminor(entry));
/dflybsd-src/contrib/libarchive/cpio/
H A Dcpio.c1187 (unsigned long)archive_entry_rdevminor(entry)); in list_item_verbose()