Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregex2.h168 cat_t catspace[1]; /* actually [NC] */ member
Dregcomp.c245 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
246 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()