re_realloc        724 maint/gnulib/lib/regcomp.c       dfa = re_realloc (preg->buffer, re_dfa_t, 1);
re_realloc       2697 maint/gnulib/lib/regcomp.c           new_array_start = re_realloc (mbcset->range_starts, wchar_t,
re_realloc       2699 maint/gnulib/lib/regcomp.c           new_array_end = re_realloc (mbcset->range_ends, wchar_t,
re_realloc       2909 maint/gnulib/lib/regcomp.c 	  new_array_start = re_realloc (mbcset->range_starts, uint32_t,
re_realloc       2911 maint/gnulib/lib/regcomp.c 	  new_array_end = re_realloc (mbcset->range_ends, uint32_t,
re_realloc       2986 maint/gnulib/lib/regcomp.c 	  int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t,
re_realloc       3172 maint/gnulib/lib/regcomp.c 		  new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
re_realloc       3427 maint/gnulib/lib/regcomp.c 	  int32_t *new_equiv_classes = re_realloc (mbcset->equiv_classes,
re_realloc       3474 maint/gnulib/lib/regcomp.c       wctype_t *new_char_classes = re_realloc (mbcset->char_classes, wctype_t,
re_realloc        146 maint/gnulib/lib/regex_internal.c       new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
re_realloc        152 maint/gnulib/lib/regex_internal.c 	  Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len);
re_realloc        160 maint/gnulib/lib/regex_internal.c       unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char,
re_realloc       1031 maint/gnulib/lib/regex_internal.c       Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc);
re_realloc       1171 maint/gnulib/lib/regex_internal.c       Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc);
re_realloc       1273 maint/gnulib/lib/regex_internal.c       new_elems = re_realloc (set->elems, Idx, set->alloc);
re_realloc       1312 maint/gnulib/lib/regex_internal.c       new_elems = re_realloc (set->elems, Idx, set->alloc);
re_realloc       1395 maint/gnulib/lib/regex_internal.c       new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
re_realloc       1399 maint/gnulib/lib/regex_internal.c       new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc);
re_realloc       1400 maint/gnulib/lib/regex_internal.c       new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc);
re_realloc       1401 maint/gnulib/lib/regex_internal.c       new_edests = re_realloc (dfa->edests, re_node_set, new_nodes_alloc);
re_realloc       1402 maint/gnulib/lib/regex_internal.c       new_eclosures = re_realloc (dfa->eclosures, re_node_set, new_nodes_alloc);
re_realloc       1562 maint/gnulib/lib/regex_internal.c       re_dfastate_t **new_array = re_realloc (spot->array, re_dfastate_t *,
re_realloc        483 maint/gnulib/lib/regexec.c 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
re_realloc        487 maint/gnulib/lib/regexec.c 	  new_end = re_realloc (regs->end, regoff_t, need_regs);
re_realloc       1315 maint/gnulib/lib/regexec.c       new_array = re_realloc (fs->stack, struct re_fail_stack_ent_t,
re_realloc       2834 maint/gnulib/lib/regexec.c       new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
re_realloc       3970 maint/gnulib/lib/regexec.c       re_dfastate_t **new_array = re_realloc (mctx->state_log, re_dfastate_t *,
re_realloc       4093 maint/gnulib/lib/regexec.c       new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry,
re_realloc       4165 maint/gnulib/lib/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
re_realloc       4192 maint/gnulib/lib/regexec.c       re_sub_match_last_t **new_array = re_realloc (subtop->lasts,