Searched refs:UCHAR_MAX (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlctype.h69 LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
H A Dluaconf.h550 #if !defined(UCHAR_MAX)
551 #define UCHAR_MAX (0xff) macro
H A Dlctype.c16 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
/freebsd-11-stable/contrib/lua/src/
H A Dlctype.h71 LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
H A Dlctype.c19 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h141 #ifndef UCHAR_MAX
142 # define UCHAR_MAX TYPE_MAXIMUM (unsigned char) macro
H A Dquotearg.c47 #ifndef UCHAR_MAX
48 # define UCHAR_MAX ((unsigned char) -1) macro
108 int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
/freebsd-11-stable/lib/libc/tests/locale/
H A Dwctomb_test.c73 ATF_REQUIRE(wctomb(buf, UCHAR_MAX + 1) == -1);
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.h16 unsigned int qsBc[UCHAR_MAX + 1];
/freebsd-11-stable/usr.bin/locate/locate/
H A Dlocate.c117 u_char myctype[UCHAR_MAX + 1];
199 if (f_icase && UCHAR_MAX < 4096) /* init tolower lookup table */
200 for (ch = 0; ch < UCHAR_MAX + 1; ch++)
H A Dfastfind.c150 u_char table[UCHAR_MAX + 1];
184 for (c = 0; c < UCHAR_MAX + 1; c++)
/freebsd-11-stable/sys/pc98/cbus/
H A Dpckbd.c593 if (action > UCHAR_MAX)
624 if (state->ks_composed_char > UCHAR_MAX)
647 if (state->ks_composed_char > UCHAR_MAX)
653 if (state->ks_composed_char > UCHAR_MAX)
659 if (state->ks_composed_char > UCHAR_MAX)
664 if (state->ks_composed_char > UCHAR_MAX)
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_limits.c250 ATF_CHECK(CHAR_MIN < UCHAR_MAX);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h217 #ifndef UCHAR_MAX
218 # define UCHAR_MAX INTTYPE_MAXIMUM (unsigned char) macro
H A Dinit.c42 __extension__ const uchar _cpp_trigraph_map[UCHAR_MAX + 1] = {
49 #define TRIGRAPH_MAP uchar _cpp_trigraph_map[UCHAR_MAX + 1] = { 0 }; \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c334 if (C > UCHAR_MAX)
335 C = UCHAR_MAX;
/freebsd-11-stable/lib/libc/locale/
H A Dcollate.c168 i = (sizeof (collate_char_t) * (UCHAR_MAX + 1)) +
182 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1);
333 } else if (*t <= UCHAR_MAX) {
674 return ((len == 1 && *str <= UCHAR_MAX) ? *str : -1);
678 if (*str <= UCHAR_MAX)
/freebsd-11-stable/bin/ls/
H A Dutil.c203 wc <= (wchar_t)UCHAR_MAX &&
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_prop.c103 _CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.c48 (((u_int)(c) <= UCHAR_MAX && isascii((u_char)(c)) && \
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c702 if (action > UCHAR_MAX) {
772 if (state->ks_composed_char > UCHAR_MAX)
910 if (state->ks_composed_char > UCHAR_MAX) {
918 if (state->ks_composed_char > UCHAR_MAX) {
926 if (state->ks_composed_char > UCHAR_MAX) {
933 if (state->ks_composed_char > UCHAR_MAX) {
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c816 if (action > UCHAR_MAX) {
849 if (state->ks_composed_char > UCHAR_MAX)
1000 if (state->ks_composed_char > UCHAR_MAX) {
1008 if (state->ks_composed_char > UCHAR_MAX) {
1016 if (state->ks_composed_char > UCHAR_MAX) {
1023 if (state->ks_composed_char > UCHAR_MAX) {
/freebsd-11-stable/sys/dev/uart/
H A Duart_kbd_sun.c446 if (key > UCHAR_MAX)
561 UCHAR_MAX)
579 if (sc->sc_composed_char > UCHAR_MAX)
587 if (sc->sc_composed_char > UCHAR_MAX)
595 if (sc->sc_composed_char > UCHAR_MAX)
600 if (sc->sc_composed_char > UCHAR_MAX)
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c38 #define REG_ARRAY_SIZE_SMALL (UCHAR_MAX + 1)
39 #define REG_ARRAY_SIZE_BIG (UCHAR_MAX + 1 + USHRT_MAX + 1)
143 static opcode_function jump_table[UCHAR_MAX];
237 for (i = 0; i < UCHAR_MAX; i++)
798 idx = (ch1 << 8) + ch2 + UCHAR_MAX + 1;
1766 if (0 <= ch && ch < (signed)UCHAR_MAX)
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c653 if (action > UCHAR_MAX)
700 if (state->ks_composed_char > UCHAR_MAX)
849 if (state->ks_composed_char > UCHAR_MAX)
855 if (state->ks_composed_char > UCHAR_MAX)
861 if (state->ks_composed_char > UCHAR_MAX)
866 if (state->ks_composed_char > UCHAR_MAX)

Completed in 611 milliseconds

1234