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

/haiku/src/bin/unzip/
H A Dzipinfo.c1115 G.crec.external_file_attributes);
1117 xattr = (unsigned)((G.crec.external_file_attributes >> 16) & 0xFFFF);
1283 G.crec.external_file_attributes >> 8));
1287 if ((xattr=(unsigned)(G.crec.external_file_attributes & 0xFF)) == 0)
1700 if ((xattr = (unsigned)((G.crec.external_file_attributes & 0xC000) >> 12))
1796 xattr = (unsigned)((G.crec.external_file_attributes >> 16) & 0xFFFF);
1921 ((unsigned)!(G.crec.external_file_attributes & 1) << 7) |
1922 ((unsigned)(G.crec.external_file_attributes & 0x10) << 2))
1925 xattr = (unsigned)(G.crec.external_file_attributes & 0xFF);
2004 ((G.crec.external_file_attributes
[all...]
H A Dunzip.h517 ulg external_file_attributes; member in struct:central_directory_file_header
H A Dprocess.c1145 if (IS_VOLID(G.crec.external_file_attributes) &&
1157 G.pInfo->HasUxAtt = (G.crec.external_file_attributes & 0xffff0000L) != 0L;
1216 G.crec.external_file_attributes =
H A Dbeos.c196 ulg tmp = G.crec.external_file_attributes;
223 part of the external_file_attributes field. Instead, they
227 part of external_file_attributes if one of the known
H A Dunzpriv.h1645 ulg external_file_attributes;

Completed in 209 milliseconds