Home
last modified time | relevance | path

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

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