Searched refs:mbchar_alloc (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c3028 int coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0;
3185 if (BE (mbchar_alloc == mbcset->nmbchars, 0))
3190 mbchar_alloc = 2 * mbcset->nmbchars + 1;
3193 mbchar_alloc);
3019 int coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0; local

Completed in 105 milliseconds