Searched refs:archive_entry_set_rdevmajor (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.h292 __LA_DECL void archive_entry_set_rdevmajor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_tar.c1177 archive_entry_set_rdevmajor(entry,
1495 archive_entry_set_rdevmajor(entry,
1698 archive_entry_set_rdevmajor(entry,
H A Darchive_read_support_format_cpio.c441 archive_entry_set_rdevmajor(entry, atol16(header->c_rdevmajor, sizeof(header->c_rdevmajor)));
H A Darchive_read_support_format_mtree.c772 archive_entry_set_rdevmajor(entry, mtree_atol(&comma1));
H A Darchive_entry.c1062 archive_entry_set_rdevmajor(struct archive_entry *entry, dev_t m) function
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c836 archive_entry_set_rdevmajor(e, 0xfe);

Completed in 96 milliseconds