Searched defs:FAR (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h81 #ifndef FAR
82 # define FAR macro
117 typedef Byte FAR Bytef;
118 typedef char FAR charf;
119 typedef int FAR intf;
120 typedef uInt FAR uIntf;
121 typedef uLong FAR uLongf;
124 typedef void FAR *voidpf;
127 typedef Byte FAR *voidpf;
169 struct internal_state FAR *stat
[all...]
H A Dzlib.c44 #define FAR macro
47 typedef uch FAR uchf;
49 typedef ush FAR ushf;
193 } FAR ct_data;
206 } FAR tree_desc;
209 typedef Pos FAR Posf;
389 } FAR deflate_state;
620 strm->state = (struct internal_state FAR *)s;
2609 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
2652 typedef struct inflate_huft_s FAR inflate_huf
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h67 #define FAR macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h231 * The following definitions for FAR are needed only for MSDOS mixed
235 * just define FAR to be empty.
241 #define FAR __far macro
243 #define FAR far macro
249 #define FAR __far macro
257 #ifdef FAR
258 #undef FAR macro
265 #define ZEXPORTVA FAR _cdecl _export
300 #ifndef FAR
301 #define FAR macro
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h51 #define FAR 0x1 /* Function Address Register */ macro
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # define FAR _far macro
294 # define FAR far macro
301 # define FAR _far macro
303 # define FAR far macro
326 # ifdef FAR
327 # undef FAR macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
[all...]

Completed in 758 milliseconds