Home
last modified time | relevance | path

Searched refs:UCHAR_MAX (Results 1 – 25 of 80) sorted by relevance

1234

/dragonfly/usr.bin/locate/locate/
H A Dlocate.h52 #define BIGRAM_MIN (UCHAR_MAX - CHAR_MAX)
53 #define BIGRAM_MAX UCHAR_MAX
63 #if UCHAR_MAX >= 4096
67 extern u_char myctype[UCHAR_MAX + 1];
H A Dlocate.c110 u_char myctype[UCHAR_MAX + 1];
190 if (f_icase && UCHAR_MAX < 4096) /* init tolower lookup table */ in main()
191 for (ch = 0; ch < UCHAR_MAX + 1; ch++) in main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dglimits.h44 #undef UCHAR_MAX
46 # define UCHAR_MAX (SCHAR_MAX * 2U + 1U) macro
48 # define UCHAR_MAX (SCHAR_MAX * 2 + 1) macro
60 # define CHAR_MAX UCHAR_MAX
/dragonfly/contrib/gcc-8.0/gcc/
H A Dglimits.h43 #undef UCHAR_MAX
45 # define UCHAR_MAX (SCHAR_MAX * 2U + 1U) macro
47 # define UCHAR_MAX (SCHAR_MAX * 2 + 1) macro
59 # define CHAR_MAX UCHAR_MAX
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsort.c40 #ifndef UCHAR_MAX
41 #define UCHAR_MAX ((unsigned char)(-1)) macro
55 #define DIGIT_MAX (UCHAR_MAX + 1) in sort_pointers()
76 j *= (UCHAR_MAX + 1); in sort_pointers()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsort.c40 #ifndef UCHAR_MAX
41 #define UCHAR_MAX ((unsigned char)(-1)) macro
55 #define DIGIT_MAX (UCHAR_MAX + 1) in sort_pointers()
76 j *= (UCHAR_MAX + 1); in sort_pointers()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsort.c40 #ifndef UCHAR_MAX
41 #define UCHAR_MAX ((unsigned char)(-1)) macro
55 #define DIGIT_MAX (UCHAR_MAX + 1) in sort_pointers()
76 j *= (UCHAR_MAX + 1); in sort_pointers()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsort.c40 #ifndef UCHAR_MAX
41 #define UCHAR_MAX ((unsigned char)(-1)) macro
55 #define DIGIT_MAX (UCHAR_MAX + 1) in sort_pointers()
76 j *= (UCHAR_MAX + 1); in sort_pointers()
/dragonfly/usr.bin/locate/code/
H A Dlocate.code.c107 static bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1];
148 for (i = 0; i < UCHAR_MAX + 1; i++) in main()
149 for (j = 0; j < UCHAR_MAX + 1; j++) in main()
/dragonfly/contrib/grep/lib/
H A Dlocaleinfo.h44 signed char sbclen[UCHAR_MAX + 1];
50 wint_t sbctowc[UCHAR_MAX + 1];
H A Dmbchar.c28 const unsigned int is_basic_table [UCHAR_MAX / 32 + 1] =
H A Dc-strcasecmp.c49 if (UCHAR_MAX <= INT_MAX) in c_strcasecmp()
/dragonfly/sys/cpu/x86_64/include/
H A Dlimits.h54 #define UCHAR_MAX 0xff /* max value for an unsigned char */ macro
57 #define CHAR_MAX UCHAR_MAX /* max value for a char */
/dragonfly/usr.bin/locate/bigram/
H A Dlocate.bigram.c60 static u_int bigram[UCHAR_MAX + 1][UCHAR_MAX + 1];
/dragonfly/lib/libc/locale/
H A Dnone.c119 if (wc < 0 || wc > UCHAR_MAX) { in _none_wcrtomb()
161 if (*s < 0 || *s > UCHAR_MAX) { in _none_wcsnrtombs()
172 if (*s < 0 || *s > UCHAR_MAX) { in _none_wcsnrtombs()
H A Dcollate.c160 i = (sizeof (collate_char_t) * (UCHAR_MAX + 1)) + in __collate_load_tables_l()
174 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1); in __collate_load_tables_l()
325 } else if (*t <= UCHAR_MAX) { in _collate_lookup()
668 return ((len == 1 && *str <= UCHAR_MAX) ? *str : -1); in __collate_equiv_value()
672 if (*str <= UCHAR_MAX) in __collate_equiv_value()
/dragonfly/bin/stty/
H A Dcchar.c120 if (val > UCHAR_MAX) { in csearch()
122 UCHAR_MAX, name); in csearch()
/dragonfly/sys/kern/
H A Dkern_ktr.c291 (signed char)UCHAR_MAX, (signed char)UCHAR_MAX, in ktr_resync_callback()
459 (signed char)UCHAR_MAX, (signed char)UCHAR_MAX, in ktr_resync_callback()
/dragonfly/usr.bin/getconf/
H A Dlimits.gperf47 UCHAR_MAX, UCHAR_MAX
/dragonfly/sys/dev/misc/kbdmux/
H A Dkbdmux.c590 if (action > UCHAR_MAX) { in kbdmux_read_char()
666 if (state->ks_composed_char > UCHAR_MAX) in kbdmux_read_char()
802 if (state->ks_composed_char > UCHAR_MAX) in kbdmux_read_char()
808 if (state->ks_composed_char > UCHAR_MAX) in kbdmux_read_char()
814 if (state->ks_composed_char > UCHAR_MAX) in kbdmux_read_char()
819 if (state->ks_composed_char > UCHAR_MAX) in kbdmux_read_char()
/dragonfly/contrib/cvs-1.12/lib/
H A Dmbchar.c29 unsigned int is_basic_table [UCHAR_MAX / 32 + 1] =
/dragonfly/contrib/diffutils/lib/
H A Dmbchar.c28 const unsigned int is_basic_table [UCHAR_MAX / 32 + 1] =
H A Dc-strcasecmp.c49 if (UCHAR_MAX <= INT_MAX) in c_strcasecmp()
/dragonfly/lib/libc/string/
H A Dstrspn.c49 bool charset[UCHAR_MAX + 1]; in strspn()
H A Dstrcspn.c49 bool charset[UCHAR_MAX + 1]; in strcspn()

1234