Symbol: uch
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1505
local uch bl_order[BL_CODES]
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1533
local uch dist_code[512];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1539
local uch length_code[MAX_MATCH-MIN_MATCH+1];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1611
put_byte(s, (uch)((w) & 0xff)); \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1612
put_byte(s, (uch)((ush)(w) >> 8)); \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1685
length_code[length++] = (uch)code;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1693
length_code[length-1] = (uch)code;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1700
dist_code[dist++] = (uch)code;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1708
dist_code[256 + dist++] = (uch)code;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2035
s->depth[node] = (uch) (MAX(s->depth[n], s->depth[m]) + 1);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2409
s->l_buf[s->last_lit++] = (uch)lc;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
331
uch depth[2*L_CODES+1];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
47
typedef uch FAR uchf;
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/crcmodel.c
108
uint32_t uch = (uint32_t)ch;
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/crcmodel.c
112
uch = reflect(uch, 8);
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/crcmodel.c
114
p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
usr/src/grub/grub-0.97/stage2/gunzip.c
1349
uch *s; /* pointer to bytes to pump through */
usr/src/grub/grub-0.97/stage2/gunzip.c
347
uch e; /* number of extra bits or operation */
usr/src/grub/grub-0.97/stage2/gunzip.c
348
uch b; /* number of bits in this code or subcode */
usr/src/grub/grub-0.97/stage2/gunzip.c
369
static uch slide[WSIZE];
usr/src/grub/grub-0.97/stage2/gunzip.c
490
static uch inbuf[INBUFSIZ];
usr/src/grub/grub-0.97/stage2/gunzip.c
492
static uch endbuf[8];
usr/src/grub/grub-0.97/stage2/gunzip.c
509
uch *eb = endbuf;
usr/src/grub/grub-0.97/stage2/gunzip.c
679
r.b = (uch) l; /* bits to dump before this table */
usr/src/grub/grub-0.97/stage2/gunzip.c
680
r.e = (uch) (16 + j); /* bits in this table */
usr/src/grub/grub-0.97/stage2/gunzip.c
688
r.b = (uch) (k - w);
usr/src/grub/grub-0.97/stage2/gunzip.c
693
r.e = (uch) (*p < 256 ? 16 : 15); /* 256 is end-of-block code */
usr/src/grub/grub-0.97/stage2/gunzip.c
699
r.e = (uch) e[*p - s]; /* non-simple--look up in lists */
usr/src/grub/grub-0.97/stage2/gunzip.c
777
slide[w++] = (uch) t->v.n;
usr/src/lib/libc/port/regex/engine.c
1073
if (isprint((uch)ch) || ch == ' ')
usr/src/lib/libc/port/regex/engine.c
820
c = (uch)*(start - 1);
usr/src/lib/libc/port/regex/regcomp.c
458
(isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT);
usr/src/lib/libc/port/regex/regcomp.c
486
if (isdigit((uch)PEEK())) {
usr/src/lib/libc/port/regex/regcomp.c
507
(c == '{' && MORE2() && isdigit((uch)PEEK2()))))
usr/src/lib/libc/port/regex/regcomp.c
805
if (MORE() && isdigit((uch)PEEK())) {
usr/src/lib/libc/port/regex/regcomp.c
834
while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
usr/src/lib/libc/port/regex/regcomp.c
952
(void) REQUIRE((uch)start <= (uch)finish,
usr/src/lib/libc/port/regex/regcomp.c
982
while (MORE() && isalpha((uch)PEEK()))
usr/src/lib/libc/port/regex/regex2.h
197
#define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_')
usr/src/lib/libc/port/stdio/_flsbuf.c
49
Uchar uch;
usr/src/lib/libc/port/stdio/_flsbuf.c
72
uch = (unsigned char)ch;
usr/src/lib/libc/port/stdio/_flsbuf.c
73
if (_xwrite(iop, (char *)&uch, 1) != 1) {
usr/src/lib/libfru/libfruraw/crcmodel.c
109
uint32_t uch = (uint32_t)ch;
usr/src/lib/libfru/libfruraw/crcmodel.c
113
uch = reflect(uch, 8);
usr/src/lib/libfru/libfruraw/crcmodel.c
115
p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
usr/src/stand/lib/tcp/tcp.c
6106
uchar_t uch;
usr/src/stand/lib/tcp/tcp.c
6109
uch = a[len];
usr/src/stand/lib/tcp/tcp.c
6111
b[len] = uch;
usr/src/uts/common/fs/doorfs/door_sys.c
1676
door_ucred(struct ucred_s *uch)
usr/src/uts/common/fs/doorfs/door_sys.c
1715
err = copyout(res, uch, res->uc_size);
usr/src/uts/common/inet/sctp/sctp_error.c
608
sctp_chunk_hdr_t *uch;
usr/src/uts/common/inet/sctp/sctp_error.c
635
if (ntohs(errh->sph_len) < (sizeof (*errh) + sizeof (*uch))) {
usr/src/uts/common/inet/sctp/sctp_error.c
639
uch = (sctp_chunk_hdr_t *)(errh + 1);
usr/src/uts/common/inet/sctp/sctp_error.c
640
if (uch->sch_id == CHUNK_ASCONF) {
usr/src/uts/common/inet/sctp/sctp_error.c
647
if (ntohs(uch->sch_len) !=
usr/src/uts/common/inet/sctp/sctp_error.c
653
sctp_asconf_free_cxmit(sctp, uch);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2282
local const uch bl_order[BL_CODES] = {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2317
local uch _dist_code[512];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2324
local uch _length_code[MAX_MATCH-MIN_MATCH+1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2391
put_byte(s, (uch)((w) & 0xff)); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2392
put_byte(s, (uch)((ush)(w) >> 8)); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2482
_length_code[length++] = (uch)code;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2492
_length_code[length-1] = (uch)code;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2499
_dist_code[dist++] = (uch)code;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2507
_dist_code[256 + dist++] = (uch)code;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2865
s->depth[node] = (uch) (MAX(s->depth[n], s->depth[m]) + 1);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3309
s->l_buf[s->last_lit++] = (uch)lc;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
493
uch depth[2*L_CODES+1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5970
*((ush *)&buf+1) += ((ush)((uch *)buf-0) + 15) >> 4;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
602
local uch _length_code[];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
603
local uch _dist_code[];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
606
{ uch cc = (c); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
613
{ uch len = (length); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
98
typedef uch FAR uchf;