Searched refs:new_mbchars (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c3187 wchar_t *new_mbchars;
3192 new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
3194 if (BE (new_mbchars == NULL, 0))
3196 mbcset->mbchars = new_mbchars;
3178 wchar_t *new_mbchars; local

Completed in 279 milliseconds