Searched refs:archive_entry_set_devminor (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.h252 __LA_DECL void archive_entry_set_devminor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_cpio.c426 archive_entry_set_devminor(entry, atol16(header->c_devminor, sizeof(header->c_devminor)));
H A Darchive_entry.c945 archive_entry_set_devminor(struct archive_entry *entry, dev_t m) function
H A Darchive_read_support_format_xar.c692 archive_entry_set_devminor(entry, file->devminor);
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c818 archive_entry_set_devminor(e, 0xdcba98);

Completed in 118 milliseconds