Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 4030) sorted by relevance

12345678910>>...162

/titanic_51/usr/src/contrib/zlib/
H A Ddeflate.c71 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
75 local void slide_hash OF((deflate_state *s));
76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uIn
161 UPDATE_HASH(s,h,c) global() argument
175 INSERT_STRING(s,str,match_head) global() argument
180 INSERT_STRING(s,str,match_head) global() argument
190 CLEAR_HASH(s) global() argument
202 slide_hash(s) slide_hash() argument
252 deflate_state *s; global() local
394 deflate_state *s; global() local
419 deflate_state *s; global() local
488 deflate_state *s; global() local
508 deflate_state *s; global() local
585 deflate_state *s; global() local
612 deflate_state *s; global() local
663 deflate_state *s; global() local
695 deflate_state *s; global() local
755 putShortMSB(s,b) putShortMSB() argument
773 deflate_state *s = strm->state; global() local
807 deflate_state *s; global() local
1232 lm_init(s) lm_init() argument
1274 longest_match(s,cur_match) longest_match() argument
1423 longest_match(s,cur_match) longest_match() argument
1486 check_match(s,start,match,length) check_match() argument
1507 check_match(s,start,match,length) global() argument
1520 fill_window(s) fill_window() argument
1645 FLUSH_BLOCK_ONLY(s,last) global() argument
1657 FLUSH_BLOCK(s,last) global() argument
1683 deflate_stored(s,flush) deflate_stored() argument
1870 deflate_fast(s,flush) deflate_fast() argument
1972 deflate_slow(s,flush) deflate_slow() argument
2103 deflate_rle(s,flush) deflate_rle() argument
2176 deflate_huff(s,flush) deflate_huff() argument
[all...]
H A Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
161 send_code(s,c,tree) global() argument
165 send_code(s,c,tree) global() argument
174 put_short(s,w) global() argument
186 send_bits(s,value,length) send_bits() argument
211 send_bits(s,value,length) global() argument
379 _tr_init(s) _tr_init() argument
407 init_block(s) init_block() argument
430 pqremove(s,tree,top) global() argument
451 pqdownheap(s,tree,k) pqdownheap() argument
486 gen_bitlen(s,desc) gen_bitlen() argument
615 build_tree(s,desc) build_tree() argument
703 scan_tree(s,tree,max_code) scan_tree() argument
748 send_tree(s,tree,max_code) send_tree() argument
799 build_bl_tree(s) build_bl_tree() argument
834 send_all_trees(s,lcodes,dcodes,blcodes) send_all_trees() argument
863 _tr_stored_block(s,buf,stored_len,last) _tr_stored_block() argument
887 _tr_flush_bits(s) _tr_flush_bits() argument
897 _tr_align(s) _tr_align() argument
912 _tr_flush_block(s,buf,stored_len,last) _tr_flush_block() argument
1015 _tr_tally(s,dist,lc) _tr_tally() argument
1043 compress_block(s,ltree,dtree) compress_block() argument
1103 detect_data_type(s) detect_data_type() argument
1152 bi_flush(s) bi_flush() argument
1169 bi_windup(s) bi_windup() argument
[all...]
/titanic_51/usr/src/boot/lib/libz/
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *s, IPo
167 UPDATE_HASH(s,h,c) global() argument
181 INSERT_STRING(s,str,match_head) global() argument
186 INSERT_STRING(s,str,match_head) global() argument
196 CLEAR_HASH(s) global() argument
224 deflate_state *s; global() local
328 deflate_state *s; global() local
395 deflate_state *s; global() local
469 deflate_state *s; global() local
495 deflate_state *s; global() local
538 deflate_state *s; global() local
570 deflate_state *s; global() local
628 putShortMSB(s,b) putShortMSB() argument
646 deflate_state *s = strm->state; global() local
670 deflate_state *s; global() local
1106 lm_init(s) lm_init() argument
1148 longest_match(s,cur_match) longest_match() argument
1297 longest_match(s,cur_match) longest_match() argument
1356 check_match(s,start,match,length) check_match() argument
1377 check_match(s,start,match,length) global() argument
1390 fill_window(s) fill_window() argument
1538 FLUSH_BLOCK_ONLY(s,last) global() argument
1550 FLUSH_BLOCK(s,last) global() argument
1564 deflate_stored(s,flush) deflate_stored() argument
1628 deflate_fast(s,flush) deflate_fast() argument
1730 deflate_slow(s,flush) deflate_slow() argument
1861 deflate_rle(s,flush) deflate_rle() argument
1934 deflate_huff(s,flush) deflate_huff() argument
[all...]
H A Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
163 send_code(s,c,tree) global() argument
167 send_code(s,c,tree) global() argument
176 put_short(s,w) global() argument
188 send_bits(s,value,length) send_bits() argument
213 send_bits(s,value,length) global() argument
381 _tr_init(s) _tr_init() argument
409 init_block(s) init_block() argument
432 pqremove(s,tree,top) global() argument
453 pqdownheap(s,tree,k) pqdownheap() argument
488 gen_bitlen(s,desc) gen_bitlen() argument
617 build_tree(s,desc) build_tree() argument
705 scan_tree(s,tree,max_code) scan_tree() argument
750 send_tree(s,tree,max_code) send_tree() argument
801 build_bl_tree(s) build_bl_tree() argument
836 send_all_trees(s,lcodes,dcodes,blcodes) send_all_trees() argument
865 _tr_stored_block(s,buf,stored_len,last) _tr_stored_block() argument
882 _tr_flush_bits(s) _tr_flush_bits() argument
892 _tr_align(s) _tr_align() argument
907 _tr_flush_block(s,buf,stored_len,last) _tr_flush_block() argument
1010 _tr_tally(s,dist,lc) _tr_tally() argument
1060 compress_block(s,ltree,dtree) compress_block() argument
1120 detect_data_type(s) detect_data_type() argument
1169 bi_flush(s) bi_flush() argument
1186 bi_windup(s) bi_windup() argument
1205 copy_block(s,buf,len,header) copy_block() argument
[all...]
/titanic_51/usr/src/man/man9s/
H A DMakefile20 MANSECT= 9s
22 MANFILES= Intro.9s \
23 aio_req.9s \
24 buf.9s \
25 cb_ops.9s \
26 copyreq.9s \
27 copyresp.9s \
28 datab.9s \
29 ddi_device_acc_attr.9s \
30 ddi_dma_attr.9s \
[all...]
/titanic_51/usr/src/lib/json_nvlist/
H A Djson_nvlist.c94 movestate(state_t *s, parse_state_t ps) in movestate() argument
96 if (s->s_flags & NVJSON_DEBUG) { in movestate()
98 s->s_top->pf_ps, ps); in movestate()
100 s->s_top->pf_ps = ps; in movestate()
104 posterror(state_t *s, int erno, const char *error) in posterror() argument
110 if (s->s_flags & NVJSON_ERRORS_TO_STDERR) { in posterror()
111 (void) fprintf(stderr, "nvjson error (pos %ld, errno %d): %s\n", in posterror()
112 s->s_pos, erno, error); in posterror()
120 s->s_errno = erno; in posterror()
121 if (s in posterror()
129 pushstate(state_t * s,parse_state_t ps,parse_state_t retps) pushstate() argument
163 popchar(state_t * s) popchar() argument
172 peekchar(state_t * s) peekchar() argument
181 discard_whitespace(state_t * s) discard_whitespace() argument
193 collect_string_escape(state_t * s) collect_string_escape() argument
255 collect_string(state_t * s) collect_string() argument
293 collect_bareword(state_t * s) collect_bareword() argument
310 hdlr_bareword(state_t * s) hdlr_bareword() argument
337 collect_number(state_t * s,boolean_t * isint,int32_t * result,double * fresult __unused) collect_number() argument
378 hdlr_number(state_t * s) hdlr_number() argument
401 hdlr_rest(state_t * s) hdlr_rest() argument
422 add_empty_child(state_t * s) add_empty_child() argument
457 decorate_array(state_t * s) decorate_array() argument
474 hdlr_array(state_t * s) hdlr_array() argument
502 hdlr_array_comma(state_t * s) hdlr_array_comma() argument
524 hdlr_array_value(state_t * s) hdlr_array_value() argument
580 hdlr_object(state_t * s) hdlr_object() argument
606 hdlr_key_string(state_t * s) hdlr_key_string() argument
624 hdlr_colon(state_t * s) hdlr_colon() argument
671 hdlr_object_comma(state_t * s) hdlr_object_comma() argument
696 hdlr_string(state_t * s) hdlr_string() argument
712 store_value(state_t * s) store_value() argument
809 state_t s; nvlist_parse_json() local
[all...]
/titanic_51/usr/src/common/bzip2/
H A Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d() argument
30 s->nInUse = 0; in makeMaps_d()
32 if (s->inUse[i]) { in makeMaps_d()
33 s->seqToUnseq[s->nInUse] = i; in makeMaps_d()
34 s->nInUse++; in makeMaps_d()
44 case lll: s->state = lll; \
46 if (s->bsLive >= nnn) { \
48 v = (s->bsBuff >> \
49 (s
106 BZ2_decompress(DState * s) BZ2_decompress() argument
[all...]
H A Dcompress.c38 void BZ2_bsInitWrite ( EState* s ) in BZ2_bsInitWrite() argument
40 s->bsLive = 0; in BZ2_bsInitWrite()
41 s->bsBuff = 0; in BZ2_bsInitWrite()
47 void bsFinishWrite ( EState* s ) in bsFinishWrite() argument
49 while (s->bsLive > 0) { in bsFinishWrite()
50 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); in bsFinishWrite()
51 s->numZ++; in bsFinishWrite()
52 s in bsFinishWrite()
74 bsW(EState * s,Int32 n,UInt32 v) bsW() argument
84 bsPutUInt32(EState * s,UInt32 u) bsPutUInt32() argument
95 bsPutUChar(EState * s,UChar c) bsPutUChar() argument
107 makeMaps_e(EState * s) makeMaps_e() argument
121 generateMTFValues(EState * s) generateMTFValues() argument
240 sendMTFValues(EState * s) sendMTFValues() argument
603 BZ2_compressBlock(EState * s,Bool is_last_block) BZ2_compressBlock() argument
[all...]
H A Dbzlib.c45 "This is a bug in bzip2/libbzip2, %s.\n" in BZ2_bz__AssertH__fail()
48 "component, you should also report this bug to the author(s)\n" in BZ2_bz__AssertH__fail()
144 panic("bzip2 internal error: %s\n", BZ2_bzErrorString(errcode)); in bz_internal_error()
197 void prepare_new_block ( EState* s ) in prepare_new_block() argument
200 s->nblock = 0; in prepare_new_block()
201 s->numZ = 0; in prepare_new_block()
202 s->state_out_pos = 0; in prepare_new_block()
203 BZ_INITIALISE_CRC ( s->blockCRC ); in prepare_new_block()
204 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block()
205 s in prepare_new_block()
211 init_RL(EState * s) init_RL() argument
219 isempty_RL(EState * s) isempty_RL() argument
235 EState* s; BZ_API() local
321 EState* s = strm->state; BZ_API() local
351 DState* s = strm->state; BZ_API() local
380 add_pair_to_block(EState * s) add_pair_to_block() argument
416 flush_RL(EState * s) flush_RL() argument
453 copy_input_until_stop(EState * s) copy_input_until_stop() argument
498 copy_output_until_stop(EState * s) copy_output_until_stop() argument
529 EState* s = strm->state; handle_compress() local
574 EState* s; BZ_API() local
634 EState* s; BZ_API() local
661 DState* s; BZ_API() local
700 unRLE_obuf_to_output_FAST(DState * s) unRLE_obuf_to_output_FAST() argument
870 unRLE_obuf_to_output_SMALL(DState * s) unRLE_obuf_to_output_SMALL() argument
975 DState* s; BZ_API() local
1030 DState* s; BZ_API() local
[all...]
/titanic_51/usr/src/cmd/filesync/
H A Dfiles.c123 fprintf(stderr, "VARS: QUALIFY %s to %s\n", name, namebuf); in qualify()
163 { const char *s; in expand() local
170 for (s = name; *s && *s != '$'; s++); in expand()
171 if (*s == 0) in expand()
175 for (s = name, p = namebuf; *s; in expand()
268 const char *s; noblanks() local
328 char *s; lex() local
428 { const char *s; wildcards() local
479 { char *s, *p; cannonize() local
523 prefix(const char * s,const char * p) prefix() argument
548 { const char *s; suffix() local
580 { const char *s, *p; contains() local
[all...]
/titanic_51/usr/src/cmd/sgs/libelf/misc/
H A DString.c59 grow(s) in grow() argument
60 String *s; in grow()
63 int sz = s->sg.max * 2;
68 (void) memcpy(ns, s, s->sg.max + sizeof (StringGuts) + 1);
69 free(s);
71 if ((ns = (String *)realloc(s, sz + sizeof (StringGuts) + 1)) == NULL)
84 ror(s, n) in ror() argument
85 String *s; in ror()
88 assert(s !
113 prep_String(c,s) prep_String() argument
125 nprep_String(c,s,n) nprep_String() argument
146 app_String(s,c) app_String() argument
158 napp_String(String * s,const char * c,int n) napp_String() argument
182 mk_String(s) mk_String() argument
197 free_String(s) free_String() argument
210 set_String(s,c) set_String() argument
227 trunc_String(String * s,int n) trunc_String() argument
[all...]
/titanic_51/usr/src/cmd/tr/
H A Dstr.c57 next(s) in next() argument
58 STR *s; in next()
65 switch (s->state) {
71 switch (*s->str) {
73 s->state = EOS;
76 s->lastch = backslash(s, &is_octal);
79 if (bracket(s))
80 return (next(s));
83 clen = mbrtowc(&wch, s
135 bracket(s) bracket() argument
173 genclass(s) genclass() argument
190 genequiv(s) genequiv() argument
243 genrange(STR * s,int was_octal) genrange() argument
301 genseq(s) genseq() argument
353 backslash(STR * s,int * is_octal) backslash() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/src/
H A Dtrace.c59 ** s -- points to a [\0, \t] terminated string,
70 tToldflag(s) in tToldflag() argument
71 register char *s; in tToldflag()
78 while (isascii(*s) && isdigit(*s) && i < tTsize)
79 i = i * 10 + (*s++ - '0');
86 while (isascii(*s) && isdigit(*s) && i >= tTsize)
87 s++;
91 if (*s
144 tTnewflag(s) tTnewflag() argument
206 tTflag(s) tTflag() argument
[all...]
H A Dstab.c49 register STAB *s; local
56 sm_dprintf("STAB: %s %d ", name, type);
72 while ((s = *ps) != NULL &&
73 (s->s_symtype != type || strcmp(name, s->s_name)))
74 ps = &s->s_next;
78 while ((s = *ps) != NULL &&
79 (s->s_symtype != type || sm_strcasecmp(name, s->s_name)))
80 ps = &s
240 register STAB *s; global() variable
275 register STAB *s; global() local
319 register STAB *s; global() local
366 STAB *s, *p, *f; rmexpstab() local
446 STAB *s; dumpstab() local
[all...]
/titanic_51/usr/src/common/crypto/ecc/
H A Decp_384.c22 * Contributor(s):
69 mp_digit s[10][12]; in ec_GFp_nistp384_mod() local
74 MP_DIGITS(&m[i]) = s[i]; in ec_GFp_nistp384_mod()
77 mp_digit s[10][6]; in ec_GFp_nistp384_mod() local
82 MP_DIGITS(&m[i]) = s[i]; in ec_GFp_nistp384_mod()
93 s[0][i] = MP_DIGIT(a, i); in ec_GFp_nistp384_mod()
95 s[1][0] = 0; in ec_GFp_nistp384_mod()
96 s[1][1] = 0; in ec_GFp_nistp384_mod()
97 s[1][2] = 0; in ec_GFp_nistp384_mod()
98 s[ in ec_GFp_nistp384_mod()
[all...]
/titanic_51/usr/src/uts/common/os/
H A Dserializer.c152 serializer_exec(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) in serializer_exec() argument
154 ASSERT(MUTEX_NOT_HELD(&s->ser_lock)); in serializer_exec()
155 ASSERT(s->ser_owner == curthread); in serializer_exec()
160 s->ser_curr = mp; in serializer_exec()
161 s->ser_arg = arg; in serializer_exec()
162 s->ser_proc = proc; in serializer_exec()
170 serializer_enqueue(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) in serializer_enqueue() argument
172 ASSERT(MUTEX_HELD(&s->ser_lock)); in serializer_enqueue()
174 DTRACE_PROBE4(serializer__enqueue, serializer_t *, s, in serializer_enqueue()
176 s in serializer_enqueue()
190 serializer_drain(serializer_t * s,int credit) serializer_drain() argument
226 serializer_drain_completely(serializer_t * s) serializer_drain_completely() argument
254 serializer_enter(serializer_t * s,srproc_t proc,mblk_t * mp,void * arg) serializer_enter() argument
339 serializer_wait(serializer_t * s) serializer_wait() argument
368 serializer_destroy(serializer_t * s) serializer_destroy() argument
385 serializer_t *s = buf; serializer_constructor() local
403 serializer_t *s = buf; serializer_destructor() local
[all...]
/titanic_51/usr/src/lib/libast/common/string/
H A Dtokscan.c74 lextok(register char* s, register int c, char** p, int* n) in lextok() argument
81 if (*s == '(' && (!c || c == ' ' || c == '\n')) in lextok()
83 q = strtol(s + 1, &b, 10); in lextok()
88 s = t; in lextok()
89 *s++ = 0; in lextok()
95 s = b + 5; in lextok()
100 b = s; in lextok()
105 if (!*s || !q && *s == '\n') in lextok()
112 s = b; in lextok()
120 else if (*s == '\\') in lextok()
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dtokscan.c27 * scan s for tokens in fmt
28 * s modified in place and not restored
29 * if nxt!=0 then it will point to the first unread char in s
31 * -1 returned if s was not empty and fmt failed to match
39 * message support for %s and %v data
56 * %s string
74 lextok(register char* s, register int c, char** p, int* n) in lextok() argument
81 if (*s == '(' && (!c || c == ' ' || c == '\n')) in lextok()
83 q = strtol(s + 1, &b, 10); in lextok()
88 s in lextok()
172 tokscan(register char * s,char ** nxt,const char * fmt,...) tokscan() argument
[all...]
/titanic_51/usr/src/lib/libast/common/uwin/
H A Derf.c272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable
292 s = fabs(x)-one;
293 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
294 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
308 s = -one/z;
310 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
311 s*(rc6+s*(rc7+s*(rc8+s*(rc9+s*rc10)))))))));
312 S = one+s*(sc1+s*(sc2+s*sc3));
314 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*(rb5+
315 s*(rb6+s*(rb7+s*(rb8+s*(rb9+s*rb10)))))))));
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derf.c92 * 3. For x in [0.84375,1.25], let s = x - 1, and
94 * erf(x) = c + P1(s)/Q1(s)
95 * erfc(x) = (1-c) - P1(s)/Q1(s)
98 * erf(1+s) = erf(1) + s*Poly(s)
99 * = 0.845.. + P1(s)/Q1(s)
272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); global() variable
330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); global() variable
[all...]
/titanic_51/usr/src/lib/libunistat/common/rdc/
H A Drdc.err24 EINVAL = Invalid flag %s
25 ALREADY = %s ==> %s not already enabled
26 DISABLEPENDING = Disable pending on %s ==> %s, try again later
27 ENABLEPENDING = Enable pending on %s ==> %s, try again later
28 OPNSECSRC = Host %s: Source %s, open remote host failed
29 OPNPRISRC = Host %s
[all...]
/titanic_51/usr/src/cmd/truss/
H A Dprint.c217 escape_string(private_t *pri, const char *s) in escape_string() argument
221 * destroy the user's terminal. So we do one pass to find any in escape_string()
228 size_t len = strlen(s); in escape_string()
230 if (!isprint(s[i])) in escape_string()
232 if (s[i] == '"') in escape_string()
240 if (s[i] == '"') in escape_string()
243 if (isprint(s[i])) { in escape_string()
244 pri->sys_string[pri->sys_leng++] = s[i]; in escape_string()
247 pri->sys_leng, "\\x%02x", (uint8_t)s[i]); in escape_string()
256 char *s in prt_stg() local
268 char *s = (raw || pri->Errno)? NULL : prt_rst() local
284 char *s = (raw || pri->Errno || pri->Rval1 <= 0)? NULL : prt_rlk() local
300 const char *s = raw? NULL : ioctlname(pri, (int)val); prt_ioc() local
311 const char *s; prt_ioa() local
378 const char *s = NULL; prt_pip() local
420 const char *s = raw? NULL : fcntlname(val); prt_fcn() local
432 const char *s = raw? NULL : si86name(val); prt_s86() local
443 const char *s = raw? NULL : utscode(val); prt_uts() local
454 const char *s = raw? NULL : msgcmd(val); prt_msc() local
465 const char *s = raw? NULL : msgflags(pri, (int)val); prt_msf() local
476 const char *s = raw? NULL : semcmd(val); prt_smc() local
487 const char *s = raw? NULL : semflags(pri, (int)val); prt_sef() local
498 const char *s = raw? NULL : shmcmd(val); prt_shc() local
509 const char *s = raw? NULL : shmflags(pri, (int)val); prt_shf() local
520 const char *s = raw? NULL : sfsname(val); prt_sfs() local
531 const char *s = raw? NULL : openarg(pri, val); prt_opn() local
542 const char *s = raw? NULL : signame(pri, (int)val); prt_sig() local
572 const char *s = raw? NULL : mountflags(pri, val); prt_mtf() local
646 const char *s = raw? NULL : idtype_enum(pri, val); prt_idt() local
657 const char *s = raw? NULL : woptions(pri, (int)val); prt_wop() local
668 const char *s = raw? NULL : whencearg(val); prt_whn() local
680 const char *s = NULL; prt_spm() local
768 const char *s = raw? NULL : mmap_protect(pri, val); prt_mpr() local
779 const char *s = raw? NULL : mmap_type(pri, val); prt_mty() local
796 char *s = pri->code_buf; prt_mob() local
812 const char *s = NULL; prt_mcf() local
835 const char *s = NULL; prt_mad() local
866 char *s = NULL; prt_mc4() local
913 char *s; prt_mc5() local
944 const char *s = NULL; prt_ulm() local
964 const char *s = NULL; prt_rlm() local
987 const char *s = raw? NULL : sconfname(val); prt_cnf() local
998 const char *s = NULL; prt_inf() local
1031 const char *s = raw? NULL : pathconfname(val); prt_ptc() local
1042 const char *s = raw? NULL : fuiname(val); prt_fui() local
1053 char *s; prt_lwf() local
1078 const char *s = NULL; prt_itm() local
1100 const char *s = NULL; prt_mod() local
1160 const char *s = NULL; prt_acl() local
1182 const char *s = NULL; prt_aio() local
1235 const char *s = NULL; prt_aud() local
1259 const char *s = NULL; prt_cor() local
1303 char *s; prt_cco() local
1362 const char *s = NULL; prt_cpc() local
1392 outstring(private_t * pri,const char * s) outstring() argument
1412 const char *s = NULL; prt_clc() local
1430 const char *s = NULL; prt_clf() local
1460 const char *s = NULL; prt_sqc() local
1483 const char *s = NULL; print_pck() local
1609 const char *s = NULL; prt_pst() local
1709 const char *s = NULL; prt_skc() local
1735 const char *s; prt_skt() local
1757 const char *s; prt_skp() local
1872 char *s = pri->code_buf; sol_optname() local
2043 const char *s = NULL; prt_utt() local
2131 const char *s = NULL; prt_uth() local
2179 const char *s = raw? NULL : access_flags(pri, val); prt_acc() local
2237 char *s = pri->code_buf; prt_ffg() local
2308 const char *s = NULL; prt_pro() local
2330 const char *s = NULL; prt_prn() local
2366 const char *s = NULL; prt_pfl() local
2434 const char *s = NULL; prt_zga() local
2482 const char *s = NULL; prt_tnd() local
2584 const char *s = raw? NULL : rctlsyscode(val); prt_rsc() local
2620 char *s = pri->code_buf; prt_rsf() local
[all...]
/titanic_51/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c271 #define TRY_FREE(s, p) {if (p) ZFREE(s, p); } argument
568 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } argument
577 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
584 void _tr_init OF((deflate_state *s));
585 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
586 void _tr_flush_block OF((deflate_state *s, char
607 _tr_tally_lit(s,c,flush) global() argument
614 _tr_tally_dist(s,distance,length,flush) global() argument
625 _tr_tally_lit(s,c,flush) global() argument
626 _tr_tally_dist(s,distance,length,flush) global() argument
800 UPDATE_HASH(s,h,c) global() argument
815 INSERT_STRING(s,str,match_head) global() argument
820 INSERT_STRING(s,str,match_head) global() argument
831 CLEAR_HASH(s) global() argument
861 deflate_state *s; global() local
952 deflate_state *s; global() local
999 deflate_state *s; global() local
1035 deflate_state *s; global() local
1074 putShortMSB(s,b) putShortMSB() argument
1093 deflate_state *s = (deflate_state *) strm->state; global() local
1120 deflate_state *s; global() local
1275 deflate_state *s; global() local
1412 lm_init(s) lm_init() argument
1453 longest_match(s,cur_match) longest_match() argument
1618 longest_match(s,cur_match) longest_match() argument
1685 check_match(s,start,match,length) check_match() argument
1706 check_match(s,start,match,length) global() argument
1721 fill_window(s) fill_window() argument
1841 FLUSH_BLOCK_ONLY(s,eof) global() argument
1853 FLUSH_BLOCK(s,eof) global() argument
1870 deflate_stored(s,flush) deflate_stored() argument
1940 deflate_fast(s,flush) deflate_fast() argument
2062 deflate_slow(s,flush) deflate_slow() argument
2378 send_code(s,c,tree) global() argument
2382 send_code(s,c,tree) global() argument
2392 put_short(s,w) global() argument
2406 send_bits(s,value,length) send_bits() argument
2432 send_bits(s,value,length) global() argument
2541 _tr_init(s) _tr_init() argument
2572 init_block(s) init_block() argument
2596 pqremove(s,tree,top) global() argument
2619 pqdownheap(s,tree,k) pqdownheap() argument
2656 gen_bitlen(s,desc) gen_bitlen() argument
2803 build_tree(s,desc) build_tree() argument
2900 scan_tree(s,tree,max_code) scan_tree() argument
2947 send_tree(s,tree,max_code) send_tree() argument
3004 build_bl_tree(s) build_bl_tree() argument
3048 send_all_trees(s,lcodes,dcodes,blcodes) send_all_trees() argument
3088 _tr_stored_block(s,buf,stored_len,eof) _tr_stored_block() argument
3106 _tr_stored_type_only(s) _tr_stored_type_only() argument
3128 _tr_align(s) _tr_align() argument
3157 _tr_flush_block(s,buf,stored_len,eof) _tr_flush_block() argument
3304 _tr_tally(s,dist,lc) _tr_tally() argument
3359 compress_block(s,ltree,dtree) compress_block() argument
3424 set_data_type(s) set_data_type() argument
3461 bi_flush(s) bi_flush() argument
3480 bi_windup(s) bi_windup() argument
3501 copy_block(s,buf,len,header) copy_block() argument
4295 inflate_blocks_reset(s,z,c) inflate_blocks_reset() argument
4326 inflate_blocks_statef *s; global() local
4352 inflate_blocks(s,z,r) inflate_blocks() argument
4626 inflate_blocks_free(s,z) inflate_blocks_free() argument
4642 inflate_set_dictionary(s,d,n) inflate_set_dictionary() argument
4658 inflate_blocks_sync_point(s) inflate_blocks_sync_point() argument
4673 inflate_addhistory(s,z) inflate_addhistory() argument
4725 inflate_packet_flush(s) inflate_packet_flush() argument
4832 huft_build(b,n,s,d,e,t,m,hp,hn,v) huft_build() argument
5327 inflate_codes(s,z,r) inflate_codes() argument
5543 inflate_flush(s,z,r) inflate_flush() argument
5649 inflate_fast(bl,bd,tl,td,s,z) inflate_fast() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dxccs.multibyte.c46 _mbtowc_xccs(pwc, s, n) in _mbtowc_xccs() argument
48 char *s;
64 if (*s == 0 && CSlength == 1)
66 if (*s == 0 && *(s + 1) == 0 && CSlength == 2)
72 if ((unsigned char)*s == CS377) {
76 ++s;
80 if ((unsigned char)*s == CS377) {
81 ++s;
85 if (*s
126 _wctomb_xccs(s,pwc) _wctomb_xccs() argument
174 _mbstowcs_xccs(pwc,s,n) _mbstowcs_xccs() argument
263 _wcstombs_xccs(s,pwc,n) _wcstombs_xccs() argument
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c95 # define zmemcpy(d, s, n) bcopy((s), (d), (n)) argument
130 #define TRY_FREE(s, p, n) {if (p) ZFREE(s, p, n);} argument
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
402 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
408 local void ct_init OF((deflate_state *s));
554 UPDATE_HASH(s,h,c) global() argument
565 INSERT_STRING(s,str,match_head) global() argument
574 CLEAR_HASH(s) global() argument
599 deflate_state *s; global() local
667 deflate_state *s; global() local
697 putShortMSB(s,b) putShortMSB() argument
902 lm_init(s) lm_init() argument
939 longest_match(s,cur_match) longest_match() argument
1075 check_match(s,start,match,length) check_match() argument
1096 check_match(s,start,match,length) global() argument
1109 fill_window(s) fill_window() argument
1204 FLUSH_BLOCK_ONLY(s,flush) global() argument
1214 FLUSH_BLOCK(s,flush) global() argument
1226 deflate_fast(s,flush) deflate_fast() argument
1322 deflate_slow(s,flush) deflate_slow() argument
1590 send_code(s,c,tree) global() argument
1594 send_code(s,c,tree) global() argument
1610 put_short(s,w) global() argument
1622 send_bits(s,value,length) send_bits() argument
1647 send_bits(s,value,length) global() argument
1736 ct_init(s) ct_init() argument
1769 init_block(s) init_block() argument
1792 pqremove(s,tree,top) global() argument
1813 pqdownheap(s,tree,k) pqdownheap() argument
1848 gen_bitlen(s,desc) gen_bitlen() argument
1977 build_tree(s,desc) build_tree() argument
2064 scan_tree(s,tree,max_code) scan_tree() argument
2109 send_tree(s,tree,max_code) send_tree() argument
2160 build_bl_tree(s) build_bl_tree() argument
2195 send_all_trees(s,lcodes,dcodes,blcodes) send_all_trees() argument
2224 ct_stored_block(s,buf,stored_len,eof) ct_stored_block() argument
2239 ct_stored_type_only(s) ct_stored_type_only() argument
2256 ct_align(s) ct_align() argument
2281 ct_flush_block(s,buf,stored_len,flush) ct_flush_block() argument
2403 ct_tally(s,dist,lc) ct_tally() argument
2451 compress_block(s,ltree,dtree) compress_block() argument
2504 set_data_type(s) set_data_type() argument
2536 bi_flush(s) bi_flush() argument
2553 bi_windup(s) bi_windup() argument
2572 copy_block(s,buf,len,header) copy_block() argument
3208 inflate_blocks_reset(s,z,c) inflate_blocks_reset() argument
3238 inflate_blocks_statef *s; global() local
3257 inflate_blocks(s,z,r) inflate_blocks() argument
3520 inflate_blocks_free(s,z,c) inflate_blocks_free() argument
3540 inflate_addhistory(s,z) inflate_addhistory() argument
3590 inflate_packet_flush(s) inflate_packet_flush() argument
3691 huft_build(b,n,s,d,e,t,m,zs) huft_build() argument
3977 falloc(q,n,s) falloc() argument
4143 inflate_codes(s,z,r) inflate_codes() argument
4318 inflate_flush(s,z,r) inflate_flush() argument
4409 inflate_fast(bl,bd,tl,td,s,z) inflate_fast() argument
[all...]

12345678910>>...162