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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c2971 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t,
2973 if (BE (new_coll_syms == NULL, 0))
2975 mbcset->coll_syms = new_coll_syms;
2962 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t, local

Completed in 77 milliseconds