Home
last modified time | relevance | path

Searched refs:NC (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h77 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
Dregcomp.c265 g = malloc(sizeof(struct re_guts) + (NC - 1) * sizeof(cat_t)); in regcomp()
286 g->csetsize = NC; in regcomp()
299 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()