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

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c3001 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t,
3003 if (BE (new_coll_syms == NULL, 0))
3005 mbcset->coll_syms = new_coll_syms;
2992 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t, local

Completed in 144 milliseconds