Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlimits.h70 # define CHAR_MIN 0 /* min value for a char */ macro
74 # define CHAR_MIN (-0x7f-1) macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h77 #define NC (CHAR_MAX - CHAR_MIN + 1)
Dregcomp.c298 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
1622 for (c = CHAR_MIN; c <= CHAR_MAX; c++) in categorize()