Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c124 if (g->setbits != NULL) in __weak_alias()
125 free(g->setbits); in __weak_alias()
Dregex2.h185 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
Dregcomp.c288 g->setbits = NULL; in regcomp()
1253 old_ptr = p->g->setbits; in allocset()
1254 if (reallocarr(&p->g->setbits, nc / CHAR_BIT, css)) { in allocset()
1258 if (old_ptr != p->g->setbits) { in allocset()
1260 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1262 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1266 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1562 if (g->setbits == NULL) in isinsets()
1567 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1593 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()