Searched refs:CHAR_MAX (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/locale/ |
D | locale.c | 201 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
|
D | locale.tex | 64 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.
|
D | lnumeric.c | 32 static const char numempty[] = { CHAR_MAX, '\0' };
|
D | lmonetary.c | 33 static const char numempty[] = { CHAR_MAX, '\0'};
|
D | nl_langinfo.c | 283 if (pos == CHAR_MAX) { in nl_langinfo_l()
|
/picolibc-latest/newlib/libc/include/ |
D | limits.h | 47 # undef CHAR_MAX 48 # define CHAR_MAX 255 macro 52 # undef CHAR_MAX 53 # define CHAR_MAX 127 macro
|
/picolibc-latest/newlib/libc/posix/ |
D | utils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
D | regcomp.c | 810 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 …]
|
D | regex2.h | 172 #define OUT (CHAR_MAX+1) /* a non-character value */
|
D | engine.c | 103 #define NONCHAR(c) ((c) > CHAR_MAX) 104 #define NNONCHAR (CODEMAX-CHAR_MAX)
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 1081 while (*grouping != CHAR_MAX) { in VFWPRINTF() 1333 && *grouping != CHAR_MAX in VFWPRINTF()
|
D | vfprintf.c | 1111 while (*grouping != CHAR_MAX) { in VFPRINTF() 1353 && *grouping != CHAR_MAX in VFPRINTF()
|