Symbol: makelong
src/bin/unzip/beos.c
1190
full_size = makelong( ptr ); ptr += 4;
src/bin/unzip/beos.c
1276
full_size = makelong( ptr ); ptr += 4;
src/bin/unzip/beos.c
507
long ft = (long)makelong(ef_spark->loadaddr);
src/bin/unzip/extract.c
1733
(makelong(ef+EB_HEADSIZE) == ebLen - EB_MAC3_HLEN))
src/bin/unzip/extract.c
1741
(makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
src/bin/unzip/extract.c
1842
if (makelong(ef+EB_HEADSIZE) !=
src/bin/unzip/extract.c
1906
((eb_ucsize = makelong(eb+(EB_HEADSIZE+EB_UCSIZE_P))) > 0L &&
src/bin/unzip/extract.c
1951
extra_field_crc = makelong(src+2);
src/bin/unzip/fileio.c
1080
if (makelong(ef_buf+EB_HEADSIZE) !=
src/bin/unzip/fileio.c
1114
if (makelong(ef_buf+EB_HEADSIZE) == VMS_FABSIG) {
src/bin/unzip/list.c
251
ea_size = makelong(&ef_ptr[EB_HEADSIZE]);
src/bin/unzip/list.c
254
acl_size = makelong(&ef_ptr[EB_HEADSIZE]);
src/bin/unzip/process.c
1026
makelong(&byterec[SIZE_CENTRAL_DIRECTORY]);
src/bin/unzip/process.c
1028
makelong(&byterec[OFFSET_START_CENTRAL_DIRECTORY]);
src/bin/unzip/process.c
1199
makelong(&byterec[C_LAST_MOD_DOS_DATETIME]);
src/bin/unzip/process.c
1201
makelong(&byterec[C_CRC32]);
src/bin/unzip/process.c
1203
makelong(&byterec[C_COMPRESSED_SIZE]);
src/bin/unzip/process.c
1205
makelong(&byterec[C_UNCOMPRESSED_SIZE]);
src/bin/unzip/process.c
1217
makelong(&byterec[C_EXTERNAL_FILE_ATTRIBUTES]); /* LONG, not word! */
src/bin/unzip/process.c
1219
makelong(&byterec[C_RELATIVE_OFFSET_LOCAL_HEADER]);
src/bin/unzip/process.c
1257
G.lrec.last_mod_dos_datetime = makelong(&byterec[L_LAST_MOD_DOS_DATETIME]);
src/bin/unzip/process.c
1258
G.lrec.crc32 = makelong(&byterec[L_CRC32]);
src/bin/unzip/process.c
1259
G.lrec.csize = makelong(&byterec[L_COMPRESSED_SIZE]);
src/bin/unzip/process.c
1260
G.lrec.ucsize = makelong(&byterec[L_UNCOMPRESSED_SIZE]);
src/bin/unzip/process.c
1350
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1410
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1447
i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
src/bin/unzip/process.c
1506
i_time = (long)makelong((EB_HEADSIZE+EB_UX_MTIME)+ef_buf);
src/bin/unzip/process.c
1550
i_time = (long)makelong((EB_HEADSIZE+EB_UX_ATIME)+ef_buf);
src/bin/unzip/process.c
1645
if (makelong(EB_HEADSIZE + ef_buf) == SPARKID_2) {
src/bin/unzip/unzpriv.h
1790
ulg makelong OF((ZCONST uch *sig));
src/bin/unzip/zipinfo.c
1442
LoadFarString(ef_fieldname), makelong(ef_ptr)));
src/bin/unzip/zipinfo.c
1449
makelong(ef_ptr)));
src/bin/unzip/zipinfo.c
1529
ulg eb_uc = makelong(ef_ptr);
src/bin/unzip/zipinfo.c
1537
*pEndprev += makelong(ef_ptr);
src/bin/unzip/zipinfo.c
1614
ulg eb_uc = makelong(ef_ptr);
src/bin/unzip/zipinfo.c
1622
*pEndprev += makelong(ef_ptr);