Lines Matching refs:ef
95 static int TestExtraField OF((__GPRO__ uch *ef, unsigned ef_len));
1692 static int TestExtraField(__G__ ef, ef_len)
1694 uch *ef;
1706 ebID = makeword(ef);
1707 ebLen = (unsigned)makeword(ef+EB_LEN);
1731 (makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))
1733 (makelong(ef+EB_HEADSIZE) == ebLen - EB_MAC3_HLEN))
1740 (*(ef+(EB_HEADSIZE+EB_FLGS_OFFS)) & EB_BE_FL_UNCMPR) &&
1741 (makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
1747 if ((r = test_compr_eb(__G__ ef, ebLen, eb_cmpr_offs, NULL))
1789 ((ef[EB_HEADSIZE+EB_NTSD_VERSION] > EB_NTSD_MAX_VER) ?
1791 test_compr_eb(__G__ ef, ebLen, EB_NTSD_L_LEN, TEST_NTSD));
1820 (int)ef[EB_HEADSIZE+EB_NTSD_VERSION]));
1842 if (makelong(ef+EB_HEADSIZE) !=
1843 crc32(CRCVAL_INITIAL, ef+(EB_HEADSIZE+4),
1863 ef += (ebLen + EB_HEADSIZE);