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

/haiku/src/bin/unzip/
H A Dzipinfo.c939 unsigned hostnum, hostver, extnum, extver, methnum, xattr; variable
1001 hostver = (unsigned)(G.pInfo->hostver);
1019 if (hostnum == FS_VFAT_ && hostver == 20) {
1026 Info(slide, 0, ((char *)slide, LoadFarString(EncodeSWVer), hostver/10,
1027 hostver%10));
1211 } else if (hostnum == FS_VFAT_ && hostver == 20) {
1751 unsigned hostnum, hostver, methnum, xattr; local
1775 hostver = (unsigned)(G.pInfo->hostver);
[all...]
H A Dunzpriv.h1522 uch hostver; member in struct:min_info
2410 * -> Win95/WinNT with Nico Mak's WinZip (FS_NTFS_ && hostver == "5.0")
2422 # define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) \
2425 ((hostver) == 25 || (hostver) == 26 || (hostver) == 40))) || \
2427 ((hostnum) == FS_NTFS_ && (hostver) == 50)) { \
H A Dfileio.c2057 G.pInfo->hostver, G.pInfo->HasUxAtt,
2138 Ext_ASCII_TO_Native(G.filename, G.pInfo->hostnum, G.pInfo->hostver,
H A Dprocess.c1118 G.pInfo->hostver = G.crec.version_made_by[0];

Completed in 151 milliseconds