Searched refs:archive_entry_rdevmajor (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.h217 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
H A Darchive_write_set_format_cpio_newc.c151 format_hex(archive_entry_rdevmajor(entry), &h.c_rdevmajor, sizeof(h.c_rdevmajor));
H A Darchive_write_set_format_shar.c312 archive_entry_rdevmajor(entry),
318 archive_entry_rdevmajor(entry),
H A Darchive_write_set_format_ustar.c390 if (format_number(archive_entry_rdevmajor(entry), h + USTAR_rdevmajor_offset,
H A Darchive_write_set_format_mtree.c722 archive_entry_rdevmajor(entry),
732 archive_entry_rdevmajor(entry),
H A Darchive_write_set_format_pax.c694 rdevmajor = archive_entry_rdevmajor(entry_main);
H A Darchive_entry.c687 archive_entry_rdevmajor(struct archive_entry *entry) function
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dread.c506 (unsigned long)archive_entry_rdevmajor(entry),
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c823 assertEqualInt(archive_entry_rdevmajor(e), major(0x12345678));
828 assertEqualInt(archive_entry_rdevmajor(e), 0xfe);
/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio.c993 (unsigned long)archive_entry_rdevmajor(entry),

Completed in 89 milliseconds