Searched refs:archive_entry_rdevmajor (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_write_set_format_shar.c | 311 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header() 317 (uintmax_t)archive_entry_rdevmajor(entry), in archive_write_shar_header()
|
| D | archive_write_set_format_cpio_newc.c | 289 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size); in write_header()
|
| D | archive_entry.h | 278 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
|
| D | archive_write_set_format_ustar.c | 588 if (format_number(archive_entry_rdevmajor(entry), in __archive_write_format_header_ustar()
|
| D | archive_write_set_format_gnutar.c | 673 if (format_octal(archive_entry_rdevmajor(entry), in archive_format_gnutar_header()
|
| D | archive_write_set_format_pax.c | 1095 rdevmajor = archive_entry_rdevmajor(entry_main); in archive_write_pax_header()
|
| D | archive_entry.c | 645 archive_entry_rdevmajor(struct archive_entry *entry) in archive_entry_rdevmajor() function
|
| D | archive_write_set_format_mtree.c | 816 me->rdevmajor = archive_entry_rdevmajor(entry); in mtree_entry_new()
|
| D | archive_write_set_format_xar.c | 1297 "%d", archive_entry_rdevmajor(file->entry)); in make_file_entry()
|
| /freebsd-12-stable/contrib/libarchive/tar/ |
| D | util.c | 728 (unsigned long)archive_entry_rdevmajor(entry),
|
| /freebsd-12-stable/contrib/libarchive/libarchive/test/ |
| D | test_entry.c | 905 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/ |
| D | cpio.c | 1186 (unsigned long)archive_entry_rdevmajor(entry), in list_item_verbose()
|