Searched refs:archive_entry_rdevmajor (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_shar.c | 313 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header() 319 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
|
| HD | archive_entry.h | 226 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
|
| HD | archive_write_set_format_cpio_newc.c | 289 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size); in write_header()
|
| HD | archive_write_set_format_ustar.c | 587 if (format_number(archive_entry_rdevmajor(entry), in __archive_write_format_header_ustar()
|
| HD | archive_write_set_format_gnutar.c | 679 if (format_octal(archive_entry_rdevmajor(entry), in archive_format_gnutar_header()
|
| HD | archive_entry.c | 572 archive_entry_rdevmajor(struct archive_entry *entry) in archive_entry_rdevmajor() function
|
| HD | archive_write_set_format_pax.c | 969 rdevmajor = archive_entry_rdevmajor(entry_main); in archive_write_pax_header()
|
| HD | archive_write_set_format_mtree.c | 826 me->rdevmajor = archive_entry_rdevmajor(entry); in mtree_entry_new()
|
| HD | archive_write_set_format_xar.c | 1240 "%d", archive_entry_rdevmajor(file->entry)); in make_file_entry()
|
| /NextBSD/contrib/libarchive/tar/ |
| HD | read.c | 436 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test_entry.c | 797 assertEqualInt(archive_entry_rdevmajor(e), major(0x12345678)); in DEFINE_TEST() 802 assertEqualInt(archive_entry_rdevmajor(e), 0xfe); in DEFINE_TEST()
|
| /NextBSD/contrib/libarchive/cpio/ |
| HD | cpio.c | 1127 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()
|