OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAR_MIN
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/hpc/stand/include/machine/
limits.h
15
#define
CHAR_MIN
(-128) /* min value for a char */
/src/external/apache2/llvm/dist/llvm/lib/Support/
regutils.h
42
#define NC (CHAR_MAX -
CHAR_MIN
+ 1)
regcomp.c
352
g->categories = &g->catspace[-(
CHAR_MIN
)];
1435
for (c =
CHAR_MIN
; c <= CHAR_MAX; c++)
/src/external/bsd/nvi/dist/regex/
utils.h
44
#define NC (CHAR_MAX -
CHAR_MIN
+ 1)
regcomp.c
263
g->categories = &g->catspace[-(
CHAR_MIN
)];
1429
for (c =
CHAR_MIN
; c <= CHAR_MAX; c++)
/src/tests/lib/libc/gen/
h_ctype_abuse.c
115
__CTASSERT(
CHAR_MIN
== 0 ||
CHAR_MIN
<= EOF);
118
for (ch = (
CHAR_MIN
== 0 ? EOF :
CHAR_MIN
); ch <= UCHAR_MAX; ch++) {
t_ctype.c
107
for (ch =
CHAR_MIN
; ch < 0; ch++) {
/src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h
40
#undef
CHAR_MIN
66
#define
CHAR_MIN
0
69
#define
CHAR_MIN
SCHAR_MIN
opencl-c-base.h
281
#define
CHAR_MIN
SCHAR_MIN
/src/external/gpl3/gcc.old/dist/gcc/
glimits.h
52
# undef
CHAR_MIN
54
# define
CHAR_MIN
0U
56
# define
CHAR_MIN
0
61
# undef
CHAR_MIN
62
# define
CHAR_MIN
SCHAR_MIN
/src/bin/sh/
syntax.h
71
#define PEOF (
CHAR_MIN
- 1)
72
#define PFAKE (
CHAR_MIN
- 2)
syntax.c
15
#define ndx(ch) (ch + 2 -
CHAR_MIN
)
/src/include/
limits.h
146
# define
CHAR_MIN
0
149
# define
CHAR_MIN
SCHAR_MIN
/src/lib/libc/regex/
utils.h
68
#define NC_MAX (CHAR_MAX -
CHAR_MIN
+ 1)
regfree.c
100
free(&g->charjump[
CHAR_MIN
]);
regex2.h
202
#define OUT (
CHAR_MIN
- 1) /* a non-character value */
203
#define IGN (
CHAR_MIN
- 2)
regcomp.c
2291
g->charjump = &g->charjump[-(
CHAR_MIN
)];
2296
for (ch =
CHAR_MIN
; ch < (CHAR_MAX + 1); ch++)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
limits.d
46
enum
CHAR_MIN
= char.min;
/src/tests/include/
t_limits.c
250
ATF_CHECK(
CHAR_MIN
< UCHAR_MAX);
/src/external/gpl3/binutils/dist/include/
ctf.h
448
#if
CHAR_MIN
== 0
/src/external/gpl3/binutils.old/dist/include/
ctf.h
447
#if
CHAR_MIN
== 0
/src/external/gpl3/gcc.old/dist/include/
ctf.h
375
#if
CHAR_MIN
== 0
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c
1260
#if
CHAR_MIN
< 0
1304
#if
CHAR_MIN
< 0
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.c
285
#if
CHAR_MIN
< 0x00 /* to avoid gcc warning */
Completed in 58 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026