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

/bionic/libc/upstream-netbsd/libc/regex/
H A Dutils.h77 #define NC (CHAR_MAX - CHAR_MIN + 1)
H A Dregcomp.c299 g->categories = &g->catspace[-(CHAR_MIN)];
1627 for (c = CHAR_MIN; c <= CHAR_MAX; c++)
/bionic/libc/include/sys/
H A Dlimits.h56 # define CHAR_MIN 0 /* min value for a char */ macro
60 # define CHAR_MIN (-0x7f-1) macro

Completed in 105 milliseconds