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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c3217 wchar_t *new_mbchars;
3222 new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
3224 if (BE (new_mbchars == NULL, 0))
3226 mbcset->mbchars = new_mbchars;
3208 wchar_t *new_mbchars; local

Completed in 21 milliseconds