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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.h293 __LA_DECL void archive_entry_set_rdevminor(struct archive_entry *, dev_t);
H A Darchive_read_support_format_tar.c1179 archive_entry_set_rdevminor(entry,
1498 archive_entry_set_rdevminor(entry,
1700 archive_entry_set_rdevminor(entry,
H A Darchive_read_support_format_cpio.c442 archive_entry_set_rdevminor(entry, atol16(header->c_rdevminor, sizeof(header->c_rdevminor)));
H A Darchive_read_support_format_mtree.c773 archive_entry_set_rdevminor(entry, mtree_atol(&comma2));
H A Darchive_entry.c1070 archive_entry_set_rdevminor(struct archive_entry *entry, dev_t m) function
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c837 archive_entry_set_rdevminor(e, 0xdcba98);

Completed in 104 milliseconds