Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c1394 wctype_t *newtypes; in CHaddtype() local
1399 newtypes = realloc(cs->types, (cs->ntypes + 1) * in CHaddtype()
1401 if (newtypes == NULL) { in CHaddtype()
1405 cs->types = newtypes; in CHaddtype()