Searched defs:Byte (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c529 UINT8 Byte; local
534 while (fread (&Byte, 1, 1, Handle) == 1)
538 if (!ACPI_IS_ASCII (Byte))
545 else if (!isprint (Byte) && !isspace (Byte))
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c191 typedef unsigned char Byte; typedef
192 typedef struct { Byte a, b; } Couple;
195 static Byte *c_to_hh( Byte *o, Byte c );
196 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
197 static int hh_to_c( Byte *h );
198 static Byte *cc_to_t6
[all...]
/illumos-gate/usr/src/common/lzma/
H A DTypes.h50 typedef unsigned char Byte; typedef
127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
178 Byte buf[LookToRead_BUF_SIZE];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h113 typedef unsigned char Byte; /* 8 bits */ typedef
117 typedef Byte FAR Bytef;
127 typedef Byte FAR *voidpf;
128 typedef Byte *voidp;
175 Byte data_type; /* best guess about the data type: ascii or binary */
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h101 typedef unsigned char Byte; typedef
104 typedef Byte Bytef;
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h61 typedef uchar_t Byte; typedef
108 typedef uchar_t Byte; typedef
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h123 #define Byte z_Byte macro
305 typedef unsigned char Byte; /* 8 bits */ typedef
312 #define Bytef Byte FAR
314 typedef Byte FAR Bytef;
325 typedef Byte FAR *voidpf;
326 typedef Byte *voidp;
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
389 typedef Byte const *voidpc;
390 typedef Byte FAR *voidpf;
391 typedef Byte *voidp;

Completed in 82 milliseconds