Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Dcrc32.c64 const unsigned char FAR *, unsigned));
66 const unsigned char FAR *, unsigned));
80 local unsigned long FAR crc_table[TBLS][256];
83 local void write_table OF((FILE *, const unsigned long FAR *));
190 const unsigned long FAR *table;
210 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table()
216 return (const unsigned long FAR *)crc_table; in get_crc_table()
226 const unsigned char FAR *buf;
269 const unsigned char FAR *buf;
273 register const u4 FAR *buf4;
[all …]
H A Dinftrees.h55 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
56 unsigned codes, code FAR * FAR *table,
57 unsigned FAR *bits, unsigned short FAR *work));
H A Dinflate.c102 local void fixedtables OF((struct inflate_state FAR *state));
107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
113 struct inflate_state FAR *state;
116 state = (struct inflate_state FAR *)strm->state;
140 struct inflate_state FAR *state;
143 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
169 state = (struct inflate_state FAR *)
173 strm->state = (struct internal_state FAR *)state;
213 struct inflate_state FAR *state; in fixedtables()
[all …]
H A Dinffast.c73 struct inflate_state FAR *state;
74 unsigned char FAR *in; /* local strm->next_in */
75 unsigned char FAR *last; /* while in < last, enough input available */
76 unsigned char FAR *out; /* local strm->next_out */
77 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
78 unsigned char FAR *end; /* while out < end, enough space available */
85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
88 code const FAR *lcode; /* local strm->lencode */
89 code const FAR *dcode; /* local strm->distcode */
97 unsigned char FAR *from; /* where to copy match from */
[all …]
H A Dinftrees.c36 unsigned short FAR *lens;
38 code FAR * FAR *table;
39 unsigned FAR *bits;
40 unsigned short FAR *work;
56 code FAR *next; /* next available space in table */
57 const unsigned short FAR *base; /* base value table to use */
58 const unsigned short FAR *extra; /* extra bits table to use */
H A Dinflate.h94 unsigned char FAR *window; /* allocated sliding window, if needed */
104 code const FAR *lencode; /* starting table for length/literal codes */
105 code const FAR *distcode; /* starting table for distance codes */
113 code FAR *next; /* next available space in codes[] */
H A Dzlib.h94 struct internal_state FAR *state; /* not visible by applications */
105 typedef z_stream FAR *z_streamp;
128 typedef gz_header FAR *gz_headerp;
879 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
880 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
883 in_func in, void FAR *in_desc,
884 out_func out, void FAR *out_desc));
1330 unsigned char FAR *window,
H A Ddeflate.h71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
263 } FAR deflate_state;
H A Dcrc32.h7 local const unsigned long FAR crc_table[TBLS][256] =
H A Dzutil.h53 typedef uch FAR uchf;
55 typedef ush FAR ushf;
H A Dzconf.h67 #define FAR macro
H A Ddeflate.c279 strm->state = (struct internal_state FAR *)s;
922 dest->state = (struct internal_state FAR *) ds;
/titanic_50/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 *state; /* not visible by applications */
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_huft;
[all …]
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h241 #define FAR __far macro
243 #define FAR far
249 #define FAR __far macro
257 #ifdef FAR
258 #undef FAR
265 #define ZEXPORTVA FAR _cdecl _export
300 #ifndef FAR
301 #define FAR macro
312 #define Bytef Byte FAR
314 typedef Byte FAR Bytef;
[all …]
H A Dzlib.c100 typedef uch FAR uchf;
102 typedef ush FAR ushf;
338 } FAR ct_data;
351 } FAR tree_desc;
354 typedef Pos FAR Posf;
562 } FAR deflate_state;
905 strm->state = (struct internal_state FAR *)s;
1326 dest->state = (struct internal_state FAR *) ds;
3550 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
3687 if ((z->state = (struct internal_state FAR *)
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dadm_defs.h96 char FAR *message;
100 static char FAR *oper_type[] = {
115 static char FAR *ksrvutil_message[] = {
125 static char FAR *kadmind_general_response[] = {
136 static char FAR *kadmind_kpasswd_response[] = {
147 static char FAR *kadmind_ksrvutil_response[] = {
158 static char FAR *kadmind_kadmin_response[] = {
/titanic_50/usr/src/uts/common/sys/
H A Decppreg.h51 #define FAR 0x1 /* Function Address Register */ macro
H A DTHIRDPARTYLICENSE.unicode51 software developed exclusively at private expense as defined in FAR 2.101, or
55 this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202,
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl770 * API_FUNCTION NetSessionEnum(const char FAR *pszServer,
772 * char FAR *pbBuffer,
774 * unsigned short FAR *pcEntriesRead,
775 * unsigned short FAR *pcTotalAvail);
986 * API_FUNCTION NetSessionDel(const char FAR *pszServer,
987 * const char FAR *pszClientName,
/titanic_50/usr/src/lib/libresolv2/
H A DTHIRDPARTYLICENSE122 software" protected under 48 CFR 12.212 of the FAR, or 48 CFR
/titanic_50/usr/src/
H A DOPENSOLARIS.LICENSE334 lieu of, and supersedes, any other FAR, DFAR, or other clause or