re_realloc        750 maint/gnulib/lib/regcomp.c       dfa = re_realloc (preg->buffer, re_dfa_t, 1);
re_realloc       2758 maint/gnulib/lib/regcomp.c 	    new_array_start = re_realloc (mbcset->range_starts, wchar_t,
re_realloc       2760 maint/gnulib/lib/regcomp.c 	    new_array_end = re_realloc (mbcset->range_ends, wchar_t,
re_realloc       2992 maint/gnulib/lib/regcomp.c 	      new_array_start = re_realloc (mbcset->range_starts, uint32_t,
re_realloc       2994 maint/gnulib/lib/regcomp.c 	      new_array_end = re_realloc (mbcset->range_ends, uint32_t,
re_realloc       3069 maint/gnulib/lib/regcomp.c 	      int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t,
re_realloc       3263 maint/gnulib/lib/regcomp.c 		  new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
re_realloc       3536 maint/gnulib/lib/regcomp.c 	  int32_t *new_equiv_classes = re_realloc (mbcset->equiv_classes,
re_realloc       3589 maint/gnulib/lib/regcomp.c       wctype_t *new_char_classes = re_realloc (mbcset->char_classes, wctype_t,
re_realloc        153 maint/gnulib/lib/regex_internal.c       new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
re_realloc        159 maint/gnulib/lib/regex_internal.c 	  Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len);
re_realloc        168 maint/gnulib/lib/regex_internal.c       unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char,
re_realloc       1065 maint/gnulib/lib/regex_internal.c       Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc);
re_realloc       1205 maint/gnulib/lib/regex_internal.c       Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc);
re_realloc       1307 maint/gnulib/lib/regex_internal.c       new_elems = re_realloc (set->elems, Idx, set->alloc);
re_realloc       1346 maint/gnulib/lib/regex_internal.c       new_elems = re_realloc (set->elems, Idx, set->alloc);
re_realloc       1429 maint/gnulib/lib/regex_internal.c       new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
re_realloc       1433 maint/gnulib/lib/regex_internal.c       new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc);
re_realloc       1434 maint/gnulib/lib/regex_internal.c       new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc);
re_realloc       1435 maint/gnulib/lib/regex_internal.c       new_edests = re_realloc (dfa->edests, re_node_set, new_nodes_alloc);
re_realloc       1436 maint/gnulib/lib/regex_internal.c       new_eclosures = re_realloc (dfa->eclosures, re_node_set, new_nodes_alloc);
re_realloc       1598 maint/gnulib/lib/regex_internal.c       re_dfastate_t **new_array = re_realloc (spot->array, re_dfastate_t *,
re_realloc        489 maint/gnulib/lib/regexec.c 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
re_realloc        493 maint/gnulib/lib/regexec.c 	  new_end = re_realloc (regs->end, regoff_t, need_regs);
re_realloc       1332 maint/gnulib/lib/regexec.c       new_array = re_realloc (fs->stack, struct re_fail_stack_ent_t,
re_realloc       2859 maint/gnulib/lib/regexec.c       new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
re_realloc       4010 maint/gnulib/lib/regexec.c       re_dfastate_t **new_array = re_realloc (mctx->state_log, re_dfastate_t *,
re_realloc       4137 maint/gnulib/lib/regexec.c       new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry,
re_realloc       4209 maint/gnulib/lib/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
re_realloc       4236 maint/gnulib/lib/regexec.c       re_sub_match_last_t **new_array = re_realloc (subtop->lasts,