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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c745 uint32_t external_attributes; local
748 external_attributes
752 = external_attributes >> 16;
755 if (0x10 == (external_attributes &
763 if (0x01 == (external_attributes &
3959 uint32_t external_attributes; local
4010 external_attributes = archive_le32dec(p + 38);
4018 zip_entry->mode = external_attributes >> 16;
4021 if (0x10 == (external_attributes & 0x10)) {
4026 if (0x01 == (external_attributes
[all...]

Completed in 188 milliseconds