OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCHAR_MAX
(Results
1 - 25
of
282
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/usr.bin/tr/
extern.h
38
#define NCHARS (
UCHAR_MAX
+ 1) /* Number of possible characters. */
39
#define OOBCH (
UCHAR_MAX
+ 1) /* Out of band character value. */
/src/external/gpl2/groff/dist/src/include/
cmap.h
23
#ifndef
UCHAR_MAX
24
#define
UCHAR_MAX
255
38
unsigned char v[
UCHAR_MAX
+1];
cset.h
26
#ifndef
UCHAR_MAX
27
#define
UCHAR_MAX
255
46
char v[
UCHAR_MAX
+1];
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
mbchar.c
27
const unsigned int is_basic_table [
UCHAR_MAX
/ 32 + 1] =
c-strcasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
c-strncasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mbchar.c
27
const unsigned int is_basic_table [
UCHAR_MAX
/ 32 + 1] =
c-strcasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
c-strncasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
/src/sys/arch/hpc/stand/include/machine/
limits.h
13
#define
UCHAR_MAX
255 /* max value for an unsigned char */
/src/external/gpl2/xcvs/dist/lib/
mbchar.c
32
unsigned int is_basic_table [
UCHAR_MAX
/ 32 + 1] =
/src/external/ibm-public/postfix/dist/src/tls/
tls_prng_egd.c
66
#ifndef
UCHAR_MAX
67
#define
UCHAR_MAX
0xff
117
unsigned char buffer[
UCHAR_MAX
];
124
buffer[1] = (len >
UCHAR_MAX
?
UCHAR_MAX
: len);
tls_prng_dev.c
68
#ifndef
UCHAR_MAX
69
#define
UCHAR_MAX
0xff
116
unsigned char buffer[
UCHAR_MAX
];
/src/external/gpl2/groff/dist/src/libs/libgroff/
cmap.cpp
38
for (int i = 0; i <=
UCHAR_MAX
; i++)
54
for (int i = 0; i <=
UCHAR_MAX
; i++) {
/src/external/gpl3/gdb/dist/gnulib/import/
rawmemchr.c
57
longword repeated_one = (longword) -1 /
UCHAR_MAX
;
59
longword repeated_hibit = repeated_one * (
UCHAR_MAX
/ 2 + 1);
68
the code's use of
UCHAR_MAX
should work even if bytes have more
/src/external/gpl3/gdb.old/dist/gnulib/import/
rawmemchr.c
57
longword repeated_one = (longword) -1 /
UCHAR_MAX
;
59
longword repeated_hibit = repeated_one * (
UCHAR_MAX
/ 2 + 1);
68
the code's use of
UCHAR_MAX
should work even if bytes have more
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
c-strcasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
c-strncasecmp.c
50
if (
UCHAR_MAX
<= INT_MAX)
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-common.h
30
#define NCHAR (
UCHAR_MAX
+ 1)
/src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h
28
#undef
UCHAR_MAX
54
#define
UCHAR_MAX
(__SCHAR_MAX__*2 +1)
67
#define CHAR_MAX
UCHAR_MAX
/src/external/gpl3/binutils/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/binutils.old/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gcc/dist/gcc/
glimits.h
43
#undef
UCHAR_MAX
45
# define
UCHAR_MAX
(SCHAR_MAX * 2U + 1U)
47
# define
UCHAR_MAX
(SCHAR_MAX * 2 + 1)
59
# define CHAR_MAX
UCHAR_MAX
/src/external/gpl3/gcc/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gcc.old/dist/gcc/
glimits.h
43
#undef
UCHAR_MAX
45
# define
UCHAR_MAX
(SCHAR_MAX * 2U + 1U)
47
# define
UCHAR_MAX
(SCHAR_MAX * 2 + 1)
59
# define CHAR_MAX
UCHAR_MAX
Completed in 47 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Apr 21 00:23:25 UTC 2026