Symbol: makeword
src/bin/unzip/beos.c
1066
unsigned eb_id = makeword(EB_ID + ef_ptr);
src/bin/unzip/beos.c
1067
unsigned eb_len = makeword(EB_LEN + ef_ptr);
src/bin/unzip/beos.c
1188
id = makeword( ptr ); ptr += 2; /* we don't use this... */
src/bin/unzip/beos.c
1189
size = makeword( ptr ); ptr += 2;
src/bin/unzip/beos.c
1274
id = makeword( ptr ); ptr += 2;
src/bin/unzip/beos.c
1275
size = makeword( ptr ); ptr += 2;
src/bin/unzip/beos.c
242
ebID = makeword(ef);
src/bin/unzip/beos.c
243
ebLen = (unsigned)makeword(ef+EB_LEN);
src/bin/unzip/beos.c
251
(unsigned)makeword(ef+(EB_HEADSIZE+EB_ASI_MODE));
src/bin/unzip/extract.c
1706
ebID = makeword(ef);
src/bin/unzip/extract.c
1707
ebLen = (unsigned)makeword(ef+EB_LEN);
src/bin/unzip/extract.c
1731
(makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))
src/bin/unzip/extract.c
1950
method = makeword(src);
src/bin/unzip/extract.c
2076
cmptype = (makeword(ebdata+EB_IZVMS_FLGS) & EB_IZVMS_BCMASK);
src/bin/unzip/extract.c
2079
csiz : makeword(ebdata+EB_IZVMS_UCSIZ));
src/bin/unzip/fileio.c
1053
eb_id = makeword(EB_ID + ef_buf);
src/bin/unzip/fileio.c
1054
eb_len = makeword(EB_LEN + ef_buf);
src/bin/unzip/fileio.c
1092
unsigned fldsize = makeword(&eb_data[VMSPK_ITEMLEN]);
src/bin/unzip/fileio.c
1095
switch (makeword(&eb_data[VMSPK_ITEMID])) {
src/bin/unzip/fileio.c
858
G.VMS_line_length = makeword(p);
src/bin/unzip/list.c
248
ef_size = makeword(&ef_ptr[EB_LEN]);
src/bin/unzip/list.c
249
switch (makeword(&ef_ptr[EB_ID])) {
src/bin/unzip/process.c
1018
makeword(&byterec[NUMBER_THIS_DISK]);
src/bin/unzip/process.c
1020
makeword(&byterec[NUM_DISK_WITH_START_CENTRAL_DIR]);
src/bin/unzip/process.c
1022
makeword(&byterec[NUM_ENTRIES_CENTRL_DIR_THS_DISK]);
src/bin/unzip/process.c
1024
makeword(&byterec[TOTAL_ENTRIES_CENTRAL_DIR]);
src/bin/unzip/process.c
1030
makeword(&byterec[ZIPFILE_COMMENT_LENGTH]);
src/bin/unzip/process.c
1195
makeword(&byterec[C_GENERAL_PURPOSE_BIT_FLAG]);
src/bin/unzip/process.c
1197
makeword(&byterec[C_COMPRESSION_METHOD]);
src/bin/unzip/process.c
1207
makeword(&byterec[C_FILENAME_LENGTH]);
src/bin/unzip/process.c
1209
makeword(&byterec[C_EXTRA_FIELD_LENGTH]);
src/bin/unzip/process.c
1211
makeword(&byterec[C_FILE_COMMENT_LENGTH]);
src/bin/unzip/process.c
1213
makeword(&byterec[C_DISK_NUMBER_START]);
src/bin/unzip/process.c
1215
makeword(&byterec[C_INTERNAL_FILE_ATTRIBUTES]);
src/bin/unzip/process.c
1255
makeword(&byterec[L_GENERAL_PURPOSE_BIT_FLAG]);
src/bin/unzip/process.c
1256
G.lrec.compression_method = makeword(&byterec[L_COMPRESSION_METHOD]);
src/bin/unzip/process.c
1261
G.lrec.filename_length = makeword(&byterec[L_FILENAME_LENGTH]);
src/bin/unzip/process.c
1262
G.lrec.extra_field_length = makeword(&byterec[L_EXTRA_FIELD_LENGTH]);
src/bin/unzip/process.c
1329
eb_id = makeword(EB_ID + ef_buf);
src/bin/unzip/process.c
1330
eb_len = makeword(EB_LEN + ef_buf);
src/bin/unzip/process.c
1490
z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX2_UID) + ef_buf);
src/bin/unzip/process.c
1491
z_uidgid[1] = makeword((EB_HEADSIZE+EB_UX2_GID) + ef_buf);
src/bin/unzip/process.c
1582
z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX_UID) + ef_buf);
src/bin/unzip/process.c
1583
z_uidgid[1] = makeword((EB_HEADSIZE+EB_UX_GID) + ef_buf);
src/bin/unzip/process.c
1633
eb_id = makeword(EB_ID + ef_buf);
src/bin/unzip/process.c
1634
eb_len = makeword(EB_LEN + ef_buf);
src/bin/unzip/unzpriv.h
1789
ush makeword OF((ZCONST uch *b));
src/bin/unzip/zipinfo.c
1325
eb_id = makeword(&ef_ptr[EB_ID]);
src/bin/unzip/zipinfo.c
1326
eb_datalen = makeword(&ef_ptr[EB_LEN]);
src/bin/unzip/zipinfo.c
1456
unsigned compr = makeword(ef_ptr+EB_IZVMS_FLGS)
src/bin/unzip/zipinfo.c
1490
makeword(ef_ptr+EB_IZVMS_UCSIZ), p, q));
src/bin/unzip/zipinfo.c
1530
unsigned mac3_flgs = makeword(ef_ptr+EB_FLGS_OFFS);
src/bin/unzip/zipinfo.c
1645
code = makeword(ef_ptr);