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

/freebsd-9.3-release/contrib/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.c435 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.c693 archive_entry_set_devminor(entry, file->devminor);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c828 archive_entry_set_devminor(e, 0xdcba98);

Completed in 127 milliseconds