Home
last modified time | relevance | path

Searched refs:CHAR_MAX (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dlocale.c201 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
202 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
203 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
204 CHAR_MAX, CHAR_MAX
233 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
234 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
235 CHAR_MAX, CHAR_MAX, CHAR_MAX, CHAR_MAX,
236 CHAR_MAX, CHAR_MAX
Dlocale.tex64 specified. Use @code{CHAR_MAX} to indicate that no further grouping is
99 @code{CHAR_MAX} (the largest number representable as a @code{char}) in
105 @code{CHAR_MAX} in the C locale.
111 @code{CHAR_MAX} in the C locale.
117 @code{CHAR_MAX} in the C locale.
123 @code{CHAR_MAX} in the C locale.
129 @code{CHAR_MAX} in the C locale.
139 @code{CHAR_MAX} in the C locale.
144 @code{CHAR_MAX} in the C locale.
Dlnumeric.c32 static const char numempty[] = { CHAR_MAX, '\0' };
Dlmonetary.c33 static const char numempty[] = { CHAR_MAX, '\0'};
Dnl_langinfo.c283 if (pos == CHAR_MAX) { in nl_langinfo_l()
/picolibc-latest/newlib/libc/include/
Dlimits.h47 # undef CHAR_MAX
48 # define CHAR_MAX 255 macro
52 # undef CHAR_MAX
53 # define CHAR_MAX 127 macro
/picolibc-latest/newlib/libc/posix/
Dutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1)
Dregcomp.c810 for (i = CHAR_MIN; i <= CHAR_MAX; i++) { in p_b_term()
852 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
857 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
862 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
867 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
872 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
877 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
882 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
887 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
892 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in p_b_cclass()
[all …]
Dregex2.h172 #define OUT (CHAR_MAX+1) /* a non-character value */
Dengine.c103 #define NONCHAR(c) ((c) > CHAR_MAX)
104 #define NNONCHAR (CODEMAX-CHAR_MAX)
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1081 while (*grouping != CHAR_MAX) { in VFWPRINTF()
1333 && *grouping != CHAR_MAX in VFWPRINTF()
Dvfprintf.c1111 while (*grouping != CHAR_MAX) { in VFPRINTF()
1353 && *grouping != CHAR_MAX in VFPRINTF()