Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dlimits.h45 # undef CHAR_MIN
46 # define CHAR_MIN 0 macro
50 # undef CHAR_MIN
51 # define CHAR_MIN (-128) macro
/picolibc-latest/newlib/libc/posix/
Dutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1)
Dregcomp.c244 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
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()
[all …]