usr/src/boot/efi/include/Uefi/UefiPxe.h
1203
UINT8 Byte[256];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1229
PXE_UINT8 Byte[256];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1500
PXE_UINT8 Byte;
usr/src/boot/efi/include/Uefi/UefiPxe.h
1515
PXE_UINT8 Byte[MAX_EEPROM_LEN << 2];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1536
PXE_UINT8 Byte[MAX_EEPROM_LEN << 2];
usr/src/boot/efi/libefi/efiserialio.c
317
while (rl.SmallHeader->Byte != ACPI_END_TAG_DESCRIPTOR &&
usr/src/boot/efi/libefi/efiserialio.c
319
switch (rl.SmallHeader->Byte) {
usr/src/cmd/acpi/acpixtract/axutils.c
203
UINT8 Byte;
usr/src/cmd/acpi/acpixtract/axutils.c
210
while (fread (&Byte, 1, 1, Handle) == 1)
usr/src/cmd/acpi/acpixtract/axutils.c
218
if (!Byte)
usr/src/cmd/acpi/acpixtract/axutils.c
225
if (!ACPI_IS_ASCII (Byte))
usr/src/cmd/acpi/acpixtract/axutils.c
228
Byte, Offset, Offset);
usr/src/cmd/acpi/acpixtract/axutils.c
237
else if (!isprint (Byte) && !isspace (Byte))
usr/src/cmd/acpi/acpixtract/axutils.c
240
Byte, Offset, Offset);
usr/src/cmd/acpi/common/acfileio.c
492
UINT8 Byte;
usr/src/cmd/acpi/common/acfileio.c
500
while (fread (&Byte, 1, 1, File) == 1)
usr/src/cmd/acpi/common/acfileio.c
502
if (!isprint (Byte) && !isspace (Byte))
usr/src/cmd/acpi/iasl/aslascii.c
196
UINT8 Byte;
usr/src/cmd/acpi/iasl/aslascii.c
217
while (fread (&Byte, 1, 1, Handle) == 1)
usr/src/cmd/acpi/iasl/aslascii.c
225
if (Byte == '*')
usr/src/cmd/acpi/iasl/aslascii.c
230
if (Byte == '/')
usr/src/cmd/acpi/iasl/aslascii.c
239
else if (Byte == '/')
usr/src/cmd/acpi/iasl/aslascii.c
246
if (!ACPI_IS_ASCII (Byte))
usr/src/cmd/acpi/iasl/aslascii.c
253
Byte, Status.Line, Status.Offset);
usr/src/cmd/acpi/iasl/aslascii.c
260
else if (!isprint (Byte) && !isspace (Byte))
usr/src/cmd/acpi/iasl/aslascii.c
267
Byte, Status.Line, Status.Offset);
usr/src/cmd/acpi/iasl/aslascii.c
274
if (Byte == 0x0A)
usr/src/cmd/acpi/iasl/aslascii.c
326
UINT8 Byte;
usr/src/cmd/acpi/iasl/aslascii.c
330
while (fread (&Byte, 1, 1, Handle) == 1)
usr/src/cmd/acpi/iasl/aslascii.c
336
if (Byte == '/')
usr/src/cmd/acpi/iasl/aslascii.c
342
if (Byte != '*')
usr/src/cmd/acpi/iasl/aslascii.c
349
else if (Byte == '*')
usr/src/cmd/acpi/iasl/aslascii.c
356
if (Byte == 0x0A)
usr/src/cmd/acpi/iasl/aslascii.c
384
UINT8 Byte;
usr/src/cmd/acpi/iasl/aslascii.c
387
while (fread (&Byte, 1, 1, Handle) == 1)
usr/src/cmd/acpi/iasl/aslascii.c
393
if (Byte == 0x0A)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
224
Byte data_type; /* UNKNOWN, BINARY or ASCII */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
225
Byte method; /* STORED (for zip only) or DEFLATED */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2513
s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2544
put_byte(s, (Byte)s->bi_buf);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2559
put_byte(s, (Byte)s->bi_buf);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2657
Byte Exop; /* number of extra bits or operation */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2658
Byte Bits; /* number of bits in this code or subcode */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3015
if (*p == (Byte)(m < 2 ? 0 : 0xff))
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3122
#define OUTBYTE(a) {*q++=(Byte)(a);m--;}
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3856
r.bits = (Byte)l; /* bits to dump before this table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3857
r.exop = (Byte)j; /* bits in this table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3865
r.bits = (Byte)(k - w);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3870
r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3875
r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4124
Byte lbits; /* ltree bits decoded per branch */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4125
Byte dbits; /* dtree bits decoder per branch */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4143
c->lbits = (Byte)bl;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4144
c->dbits = (Byte)bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4460
*q++ = (Byte)t->base;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4534
*q++ = (Byte)t->base;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
633
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
656
s->method = (Byte)method;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
701
put_byte(s, (Byte)(b >> 8));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
702
put_byte(s, (Byte)(b & 0xff));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
861
TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
965
register Byte scan_end1 = scan[best_len-1];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
966
register Byte scan_end = scan[best_len];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
117
typedef Byte FAR Bytef;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
127
typedef Byte FAR *voidpf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
128
typedef Byte *voidp;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
175
Byte data_type; /* best guess about the data type: ascii or binary */
usr/src/cmd/dtrace/test/tst/common/java_api/src/TestBean.java
399
ValueRecord v5 = new ScalarRecord(Byte.valueOf((byte) 'C'), 1);
usr/src/cmd/lofiadm/main.c
232
Byte *dstp;
usr/src/cmd/lofiadm/main.c
255
dstp = (Byte *)dst;
usr/src/cmd/lofiadm/main.c
263
dstp[LZMA_PROPS_SIZE + i] = (Byte)t;
usr/src/cmd/sgs/libelf/common/getarsym.c
179
Byte *as;
usr/src/cmd/sgs/libelf/common/getarsym.c
194
if ((as = (Byte *)elf->ed_arsym) == 0) {
usr/src/cmd/sgs/libelf/common/getarsym.c
213
if (_elf_vm(elf, (size_t)(as - (Byte *)elf->ed_ident), sz) !=
usr/src/cmd/sgs/libelf/common/getarsym.c
94
arsym(Byte *off, size_t sz, size_t *e, int is64)
usr/src/cmd/sgs/libelf/common/getarsym.c
98
Byte *endoff;
usr/src/cmd/sgs/libelf/common/update.c
180
p[EI_VERSION] = (Byte)ver;
usr/src/cmd/sgs/libelf/common/update.c
363
p[EI_VERSION] = (Byte)ver;
usr/src/cmd/sgs/libelf/common/update.c
824
eh->e_ident[EI_DATA] = (Byte)encode;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
529
Byte *pltent; /* PLT entry being created. */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
534
pltent = (Byte *)ofl->ofl_osplt->os_outdata->d_buf + pltoff;
usr/src/cmd/sgs/libld/common/machsym.sparc.c
131
Byte otype = ELF_ST_TYPE(osym->st_info);
usr/src/cmd/sgs/libld/common/machsym.sparc.c
132
Byte ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/version.c
190
Byte cnt;
usr/src/cmd/sgs/libld/common/version.c
366
Byte cnt, need = 0;
usr/src/cmd/sgs/liblddbg/common/elf.c
38
Byte *byte = &(ehdr->e_ident[0]);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
1368
Byte *byte;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
253
static const Byte dyn_plt_template[] = {
usr/src/common/acpica/namespace/nsnames.c
386
#define ACPI_PATH_PUT8(Path, Size, Byte, Length) \
usr/src/common/acpica/namespace/nsnames.c
390
(Path)[(Length)] = (Byte); \
usr/src/common/lzma/LzFind.c
317
static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
328
const Byte *pb = cur - delta;
usr/src/common/lzma/LzFind.c
348
UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
365
const Byte *pb = cur - delta;
usr/src/common/lzma/LzFind.c
403
static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
419
const Byte *pb = cur - delta;
usr/src/common/lzma/LzFind.c
45
p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
usr/src/common/lzma/LzFind.c
463
UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
usr/src/common/lzma/LzFind.c
50
Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
usr/src/common/lzma/LzFind.c
51
Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
usr/src/common/lzma/LzFind.c
68
Byte *dest = p->buffer + (p->streamPos - p->pos);
usr/src/common/lzma/LzFind.h
13
Byte *buffer;
usr/src/common/lzma/LzFind.h
28
Byte *bufferBase;
usr/src/common/lzma/LzFind.h
55
Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
usr/src/common/lzma/LzFind.h
72
UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
usr/src/common/lzma/LzFind.h
83
typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
usr/src/common/lzma/LzFind.h
85
typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
usr/src/common/lzma/LzmaDec.c
123
static const Byte kLiteralNextStates[kNumStates * 2] =
usr/src/common/lzma/LzmaDec.c
148
static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
usr/src/common/lzma/LzmaDec.c
158
Byte *dic = p->dic;
usr/src/common/lzma/LzmaDec.c
166
const Byte *buf = p->buf;
usr/src/common/lzma/LzmaDec.c
208
dic[dicPos++] = (Byte)symbol;
usr/src/common/lzma/LzmaDec.c
409
Byte *dest = dic + dicPos;
usr/src/common/lzma/LzmaDec.c
411
const Byte *lim = dest + curLen;
usr/src/common/lzma/LzmaDec.c
414
*(dest) = (Byte)*(dest + src);
usr/src/common/lzma/LzmaDec.c
451
Byte *dic = p->dic;
usr/src/common/lzma/LzmaDec.c
473
static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
usr/src/common/lzma/LzmaDec.c
506
static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
usr/src/common/lzma/LzmaDec.c
510
const Byte *bufLimit = buf + inSize;
usr/src/common/lzma/LzmaDec.c
697
static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
usr/src/common/lzma/LzmaDec.c
738
SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
usr/src/common/lzma/LzmaDec.c
794
const Byte *bufLimit;
usr/src/common/lzma/LzmaDec.c
861
SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
usr/src/common/lzma/LzmaDec.c
921
SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
usr/src/common/lzma/LzmaDec.c
924
Byte d;
usr/src/common/lzma/LzmaDec.c
961
SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
usr/src/common/lzma/LzmaDec.c
970
SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
usr/src/common/lzma/LzmaDec.c
980
p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize);
usr/src/common/lzma/LzmaDec.c
992
SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
usr/src/common/lzma/LzmaDec.c
993
const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
usr/src/common/lzma/LzmaDec.h
130
SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
usr/src/common/lzma/LzmaDec.h
133
SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
usr/src/common/lzma/LzmaDec.h
178
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
usr/src/common/lzma/LzmaDec.h
194
SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
usr/src/common/lzma/LzmaDec.h
195
const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
usr/src/common/lzma/LzmaDec.h
219
SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
usr/src/common/lzma/LzmaDec.h
220
const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
usr/src/common/lzma/LzmaDec.h
36
SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
usr/src/common/lzma/LzmaDec.h
50
Byte *dic;
usr/src/common/lzma/LzmaDec.h
51
const Byte *buf;
usr/src/common/lzma/LzmaDec.h
64
Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
usr/src/common/lzma/LzmaEnc.c
106
void LzmaEnc_FastPosInit(Byte *g_FastPos)
usr/src/common/lzma/LzmaEnc.c
1149
Byte curByte, matchByte;
usr/src/common/lzma/LzmaEnc.c
1150
const Byte *data;
usr/src/common/lzma/LzmaEnc.c
117
g_FastPos[c] = (Byte)slotFast;
usr/src/common/lzma/LzmaEnc.c
1292
const Byte *data2 = data - (reps[0] + 1);
usr/src/common/lzma/LzmaEnc.c
1335
const Byte *data2 = data - (reps[repIndex] + 1);
usr/src/common/lzma/LzmaEnc.c
1452
const Byte *data2 = data - (curBack + 1);
usr/src/common/lzma/LzmaEnc.c
1512
const Byte *data;
usr/src/common/lzma/LzmaEnc.c
1535
const Byte *data2 = data - (p->reps[i] + 1);
usr/src/common/lzma/LzmaEnc.c
1604
const Byte *data2 = data - (p->reps[i] + 1);
usr/src/common/lzma/LzmaEnc.c
1773
Byte curByte;
usr/src/common/lzma/LzmaEnc.c
1802
Byte curByte;
usr/src/common/lzma/LzmaEnc.c
1804
const Byte *data;
usr/src/common/lzma/LzmaEnc.c
2076
static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen)
usr/src/common/lzma/LzmaEnc.c
2083
SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
usr/src/common/lzma/LzmaEnc.c
2106
Byte *data;
usr/src/common/lzma/LzmaEnc.c
2132
const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp)
usr/src/common/lzma/LzmaEnc.c
2139
Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize)
usr/src/common/lzma/LzmaEnc.c
2179
Byte allocaDummy[0x300];
usr/src/common/lzma/LzmaEnc.c
2182
allocaDummy[i] = (Byte)i;
usr/src/common/lzma/LzmaEnc.c
2206
SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size)
usr/src/common/lzma/LzmaEnc.c
2214
props[0] = (Byte)((p->pb * 5 + p->lp) * 9 + p->lc);
usr/src/common/lzma/LzmaEnc.c
223
Byte cache;
usr/src/common/lzma/LzmaEnc.c
2231
props[1 + i] = (Byte)(dictSize >> (8 * i));
usr/src/common/lzma/LzmaEnc.c
2235
SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
usr/src/common/lzma/LzmaEnc.c
226
Byte *buf;
usr/src/common/lzma/LzmaEnc.c
2260
SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
usr/src/common/lzma/LzmaEnc.c
2261
const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
usr/src/common/lzma/LzmaEnc.c
227
Byte *bufLim;
usr/src/common/lzma/LzmaEnc.c
228
Byte *bufBase;
usr/src/common/lzma/LzmaEnc.c
237
const Byte *data;
usr/src/common/lzma/LzmaEnc.c
289
Byte pad[128];
usr/src/common/lzma/LzmaEnc.c
301
Byte g_FastPos[1 << kNumLogBits];
usr/src/common/lzma/LzmaEnc.c
489
p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
usr/src/common/lzma/LzmaEnc.c
533
Byte temp = p->cache;
usr/src/common/lzma/LzmaEnc.c
536
Byte *buf = p->buf;
usr/src/common/lzma/LzmaEnc.c
537
*buf++ = (Byte)(temp + (Byte)(p->low >> 32));
usr/src/common/lzma/LzmaEnc.c
544
p->cache = (Byte)((UInt32)p->low >> 24);
usr/src/common/lzma/LzmaEnc.c
855
const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
usr/src/common/lzma/LzmaEnc.c
861
const Byte *pby2 = pby - distance;
usr/src/common/lzma/LzmaEnc.c
955
const Byte *data;
usr/src/common/lzma/LzmaEnc.c
956
Byte curByte, matchByte;
usr/src/common/lzma/LzmaEnc.c
989
const Byte *data2;
usr/src/common/lzma/LzmaEnc.h
56
SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
usr/src/common/lzma/LzmaEnc.h
59
SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
usr/src/common/lzma/LzmaEnc.h
73
extern SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
usr/src/common/lzma/LzmaEnc.h
74
const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
usr/src/common/lzma/Types.h
127
SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
usr/src/common/lzma/Types.h
178
Byte buf[LookToRead_BUF_SIZE];
usr/src/lib/libldap5/sources/ldap/common/charset.c
1022
static Byte *
usr/src/lib/libldap5/sources/ldap/common/charset.c
1023
c_to_hh( Byte *o, Byte c )
usr/src/lib/libldap5/sources/ldap/common/charset.c
1025
Byte n;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1037
static Byte *
usr/src/lib/libldap5/sources/ldap/common/charset.c
1038
c_to_cc( Byte *o, Couple *cc, Byte c )
usr/src/lib/libldap5/sources/ldap/common/charset.c
1060
Byte *s, *oo, *o;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1070
s = (Byte *) *bufp;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1072
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1174
if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1189
hh_to_c( Byte *h )
usr/src/lib/libldap5/sources/ldap/common/charset.c
1191
Byte c;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1209
static Byte *
usr/src/lib/libldap5/sources/ldap/common/charset.c
1210
cc_to_t61( Byte *o, Byte *s )
usr/src/lib/libldap5/sources/ldap/common/charset.c
1598
Byte *s, *oo, *o, *aux;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1607
s = (Byte *) *bufp;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1609
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1688
if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1727
Byte *s;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1729
Byte *o, *oo;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1730
Byte n;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1732
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1751
if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1780
Byte *s;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1782
Byte *o, *oo;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1783
Byte n;
usr/src/lib/libldap5/sources/ldap/common/charset.c
1786
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1829
if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
190
typedef struct { Byte a, b; } Couple;
usr/src/lib/libldap5/sources/ldap/common/charset.c
193
static Byte *c_to_hh( Byte *o, Byte c );
usr/src/lib/libldap5/sources/ldap/common/charset.c
194
static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
usr/src/lib/libldap5/sources/ldap/common/charset.c
195
static int hh_to_c( Byte *h );
usr/src/lib/libldap5/sources/ldap/common/charset.c
196
static Byte *cc_to_t61( Byte *o, Byte *s );
usr/src/lib/libldap5/sources/ldap/common/charset.c
198
static Byte *c_to_hh();
usr/src/lib/libldap5/sources/ldap/common/charset.c
199
static Byte *c_to_cc();
usr/src/lib/libldap5/sources/ldap/common/charset.c
201
static Byte *cc_to_t61();
usr/src/uts/common/io/lofi.c
1297
actual_src = (void *)((Byte *)src + LZMA_HEADER_SIZE);
usr/src/uts/common/io/lofi.c
1299
if (LzmaDecode((Byte *)dst, (size_t *)dstlen,
usr/src/uts/common/io/lofi.c
1300
(const Byte *)actual_src, &insizepure,
usr/src/uts/common/io/lofi.c
1301
(const Byte *)src, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1076
put_byte(s, (Byte)(b >> 8));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1077
put_byte(s, (Byte)(b & 0xff));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1328
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1341
zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1481
register Byte scan_end1 = scan[best_len-1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1482
register Byte scan_end = scan[best_len];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3431
s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ?
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3467
put_byte(s, (Byte)s->bi_buf);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3484
put_byte(s, (Byte)s->bi_buf);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
369
Byte data_type; /* UNKNOWN, BINARY or ASCII */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
370
Byte method; /* STORED (for zip only) or DEFLATED */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3962
static const Byte mark[4] = { 0, 0, 0xff, 0xff };
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4053
Byte Exop; /* number of extra bits or operation */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4055
Byte Bits;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4218
#define OUTBYTE(a) {*q++ = (Byte)(a); m--; }
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5006
r.bits = (Byte)l;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5008
r.exop = (Byte)j;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5020
r.bits = (Byte)(k - w);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5027
r.exop = (Byte)(*p < 256 ? 0 : 32 + 64);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5034
r.exop = (Byte)(e[*p - s] + 16 + 64);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5293
Byte lbits; /* ltree bits decoded per branch */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5294
Byte dbits; /* dtree bits decoder per branch */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5314
c->lbits = (Byte)bl;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5315
c->dbits = (Byte)bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5685
*q++ = (Byte)t->base;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5790
*q++ = (Byte)t->base;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
916
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
938
s->method = (Byte)method;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
310
#define Bytef Byte FAR
usr/src/uts/common/io/ppp/spppcomp/zlib.h
312
typedef Byte FAR Bytef;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
323
typedef Byte FAR *voidpf;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
324
typedef Byte *voidp;