EB_BEOS_HLEN
if( eb_id == EF_BEOS && eb_len >= EB_BEOS_HLEN ) {
if (size <= EB_BEOS_HLEN) {
EB_BEOS_HLEN));
if (full_size < (uint32)(size - EB_BEOS_HLEN)) {
"data size is %ld.\n", size - EB_BEOS_HLEN, full_size));
retval = memextract(__G__ attrbuff, full_size, ptr, size - EB_BEOS_HLEN);
if( size <= EB_BEOS_HLEN ) {
EB_BEOS_HLEN );
printf("\t\t%d compressed bytes\n", size - EB_BEOS_HLEN);
if (ebLen >= EB_BEOS_HLEN &&
(makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
eb_cmpr_offs = EB_BEOS_HLEN;
if (eb_datalen >= EB_BEOS_HLEN) {