Symbol: UCHAR_MAX
bin/ksh/misc.c
17
#ifndef UCHAR_MAX
bin/ksh/misc.c
21
short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */
bin/ksh/misc.c
39
for (i = 0; i < UCHAR_MAX+1; i++)
bin/stty/cchar.c
131
if (val > UCHAR_MAX) {
bin/stty/cchar.c
133
UCHAR_MAX, name);
common/lib/libprop/prop_number.c
546
TEMPLATE(uchar, unsigned char, 0, UCHAR_MAX)
include/limits.h
147
# define CHAR_MAX UCHAR_MAX
lib/libc/citrus/citrus_prop.c
110
_CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX)
lib/libc/gen/isctype.c
73
if (__predict_false(((c) != EOF && (c) < 0) || (c) > UCHAR_MAX)) \
lib/libc/gen/unvis.c
482
if ((int)(*cp & UCHAR_MAX) * 10 > UCHAR_MAX - (uc - '0'))
lib/libc/gen/unvis.c
484
*cp = ((*cp & UCHAR_MAX) * 10) + uc - '0';
lib/libc/regex/regcomp.c
1244
for (i = 0; i <= UCHAR_MAX; i++) {
lib/libc/time/localtime.c
506
#if TZNAME_MAXIMUM < UCHAR_MAX
lib/libossaudio/oss4_mixer.c
253
mi->priority = UCHAR_MAX - mi->dev;
lib/libossaudio/oss4_mixer.c
371
ext->maxvalue = UCHAR_MAX + 1;
sbin/efi/main.c
95
OPT_BRIEF = UCHAR_MAX + 1,
sbin/efi/main.c
96
OPT_DEBUG = UCHAR_MAX + 2,
sys/compat/linux/common/linux_socket.c
1619
if (namelen > UCHAR_MAX ||
sys/compat/linux/common/linux_socket.c
1811
name.sb_len = UCHAR_MAX;
sys/kern/uipc_syscalls.c
1481
sbig.sb_len = UCHAR_MAX;
sys/kern/uipc_syscalls.c
1506
sbig.sb_len = UCHAR_MAX;
sys/kern/uipc_syscalls.c
1527
if (buflen > UCHAR_MAX ||
sys/kern/uipc_syscalls.c
1564
if (buflen > (type == MT_SONAME ? UCHAR_MAX : PAGE_SIZE))
sys/kern/uipc_syscalls.c
288
name.sb_len = UCHAR_MAX;
sys/kern/uipc_syscalls.c
326
name.sb_len = UCHAR_MAX;
tests/include/sys/t_cdefs.c
59
{ "unsigned char", 0, UCHAR_MAX },
tests/include/t_limits.c
250
ATF_CHECK(CHAR_MIN < UCHAR_MAX);
tests/lib/libc/gen/h_ctype_abuse.c
116
__CTASSERT(EOF <= UCHAR_MAX);
tests/lib/libc/gen/h_ctype_abuse.c
118
for (ch = (CHAR_MIN == 0 ? EOF : CHAR_MIN); ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
313
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
356
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
399
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
442
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
469
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
502
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
555
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
578
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
637
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
658
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
679
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
698
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
718
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libc/gen/t_ctype.c
762
for (ch = 0; ch <= UCHAR_MAX; ch++) {
tests/lib/libprop/t_proplib.c
425
prop_number_t n_uchar_max = prop_number_create_unsigned(UCHAR_MAX);
tests/lib/libprop/t_proplib.c
504
val.v_uchar == UCHAR_MAX);
tests/lib/libprop/t_proplib.c
511
val.v_shrt == UCHAR_MAX);
tests/lib/libprop/t_proplib.c
887
ATF_REQUIRE(prop_dictionary_set_uchar(dict, "uchar", UCHAR_MAX));
tests/lib/libprop/t_proplib.c
889
ATF_REQUIRE(val.v_uchar == UCHAR_MAX);
tools/compat/compat_defs.h
734
#if UCHAR_MAX == 0xffU /* char is an 8-bit type */
usr.bin/dc/bcode.c
144
static opcode_function jump_table[UCHAR_MAX];
usr.bin/dc/bcode.c
1752
if (0 <= ch && ch < UCHAR_MAX)
usr.bin/dc/bcode.c
245
for (i = 0; i < UCHAR_MAX; i++)
usr.bin/dc/bcode.c
38
#define REG_ARRAY_SIZE_SMALL (UCHAR_MAX + 1)
usr.bin/dc/bcode.c
39
#define REG_ARRAY_SIZE_BIG (UCHAR_MAX + 1 + USHRT_MAX + 1)
usr.bin/dc/bcode.c
790
idx = (ch1 << 8) + ch2 + UCHAR_MAX + 1;
usr.bin/grep/fastgrep.c
74
for (i = 0; i <= UCHAR_MAX; i++)
usr.bin/grep/grep.h
105
int qsBc[UCHAR_MAX + 1];
usr.bin/make/var.c
2346
if (n > UCHAR_MAX)
usr.bin/sed/compile.c
825
for (i = 0; i <= UCHAR_MAX; i++)
usr.bin/sed/compile.c
839
for (i = 0; i <= UCHAR_MAX; i++)
usr.bin/tr/extern.h
38
#define NCHARS (UCHAR_MAX + 1) /* Number of possible characters. */
usr.bin/tr/extern.h
39
#define OOBCH (UCHAR_MAX + 1) /* Out of band character value. */