Searched refs:hostnum (Results 1 - 7 of 7) sorted by path

/haiku/src/bin/unzip/
H A Dbeos.c198 switch (G.pInfo->hostnum) {
H A Dextract.c384 /* process_cdir_file_hdr() sets pInfo->hostnum, pInfo->lcflag */
1048 if (G.pInfo->hostnum == FS_FAT_ && !MBSCHR(G.filename, '/')) {
1381 (G.pInfo->hostnum == UNIX_ || G.pInfo->hostnum == ATARI_ ||
1382 G.pInfo->hostnum == BEOS_) &&
H A Dfileio.c826 if (G.pInfo->hostnum == VMS_ && G.extra_field &&
2056 Ext_ASCII_TO_Native((char *)G.outbuf, G.pInfo->hostnum,
2138 Ext_ASCII_TO_Native(G.filename, G.pInfo->hostnum, G.pInfo->hostver,
H A Dlist.c174 /* process_cdir_file_hdr() sets pInfo->hostnum, pInfo->lcflag, ...: */
484 (G.pInfo->hostnum == FS_FAT_ && !MBSCHR(G.filename, '/') &&
H A Dprocess.c1119 G.pInfo->hostnum = MIN(G.crec.version_made_by[1], NUM_HOSTS);
1124 switch (G.pInfo->hostnum) {
1146 (G.pInfo->hostnum == FS_FAT_ || G.pInfo->hostnum == FS_HPFS_ ||
1147 G.pInfo->hostnum == FS_NTFS_ || G.pInfo->hostnum == ATARI_))
H A Dunzpriv.h1523 uch hostnum; member in struct:min_info
2422 # define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) \
2423 if (((hostnum) == FS_FAT_ && \
2426 (hostnum) == FS_HPFS_ || \
2427 ((hostnum) == FS_NTFS_ && (hostver) == 50)) { \
H A Dzipinfo.c762 /* process_cdir_file_hdr() sets pInfo->hostnum, pInfo->lcflag, ...: */
939 unsigned hostnum, hostver, extnum, extver, methnum, xattr; variable
1000 hostnum = (unsigned)(G.pInfo->hostnum);
1012 if (hostnum >= NUM_HOSTS) {
1017 varmsg_str = LoadFarStringSmall(os[hostnum]);
1019 if (hostnum == FS_VFAT_ && hostver == 20) {
1118 if (hostnum == VMS_) {
1164 } else if (hostnum == AMIGA_) {
1182 } else if (hostnum
1751 unsigned hostnum, hostver, methnum, xattr; local
[all...]

Completed in 125 milliseconds