Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c1206 wctype_t *newtypes; in CHaddtype() local
1211 newtypes = realloc(cs->types, (cs->ntypes + 1) * in CHaddtype()
1213 if (newtypes == NULL) { in CHaddtype()
1217 cs->types = newtypes; in CHaddtype()