Home
last modified time | relevance | path

Searched refs:CHAR_MIN (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h44 #undef CHAR_MIN
92 #define CHAR_MIN 0 macro
95 #define CHAR_MIN SCHAR_MIN macro
H A Dopencl-c-base.h358 #define CHAR_MIN SCHAR_MIN macro
/freebsd/sys/sys/
H A Dlimits.h47 #define CHAR_MIN 0 /* min value for a char */ macro
50 #define CHAR_MIN SCHAR_MIN macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c83 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in regprint()
90 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in regprint()
100 for (c = CHAR_MIN; c <= CHAR_MAX+1; c++) /* +1 does flush */ in regprint()
/freebsd/usr.bin/getconf/
H A Dlimits.gperf73 CHAR_MIN, CHAR_MIN keyword
/freebsd/lib/libc/regex/
H A Dregex2.h199 #define OUT (CHAR_MIN - 1) /* a non-character value */
200 #define IGN (CHAR_MIN - 2)
H A Dutils.h40 #define NC_MAX (CHAR_MAX - CHAR_MIN + 1)
H A Dregfree.c79 free(&g->charjump[CHAR_MIN]); in regfree()
H A DWHATSNEW29 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
H A Dregcomp.c324 free(&g->charjump[CHAR_MIN]); in regcomp_internal()
2128 g->charjump = &g->charjump[-(CHAR_MIN)];
2133 for (ch = CHAR_MIN; ch < (CHAR_MAX + 1); ch++)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1)
H A Dregcomp.c352 g->categories = &g->catspace[-(CHAR_MIN)]; in llvm_regcomp()
1433 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in categorize()
/freebsd/contrib/nvi/regex/
H A Dutils.h41 #define NC (CHAR_MAX - CHAR_MIN + 1)
H A DWHATSNEW30 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
H A Dregcomp.c246 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
1327 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in categorize()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dclimits22 CHAR_MIN
/freebsd/contrib/netbsd-tests/include/
H A Dt_limits.c250 ATF_CHECK(CHAR_MIN < UCHAR_MAX); in ATF_TC_BODY()
/freebsd/usr.bin/locale/
H A Dlocale.c635 #if CHAR_MIN != 0 in format_grouping()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc27 SYMBOL(CHAR_MIN, None, <limits.h>)
H A DStdSymbolMap.inc31 SYMBOL(CHAR_MIN, None, <climits>)
32 SYMBOL(CHAR_MIN, None, <limits.h>)