Searched refs:xrealloc (Results 51 - 75 of 197) sorted by relevance

12345678

/freebsd-12-stable/contrib/tcsh/
H A Dtc.printf.c422 buf = xrealloc(buf, size);
433 return xrealloc(buf, xstring - buf);
H A Dsh.misc.c558 buf = xrealloc(buf, size);
569 return xrealloc(buf, res + 1);
H A Dtc.bind.c362 str->buf = xrealloc(b.s, (b.len + 1) * sizeof (*str->buf));
400 buf->buf = xrealloc(b.s, (b.len + 1) * sizeof (*buf->buf));
/freebsd-12-stable/contrib/gdb/gdb/
H A Dax-general.c88 x->buf = xrealloc (x->buf, x->size);
521 reg_mask = xrealloc (reg_mask,
H A Dbuildsym.c734 xrealloc ((char *) subfile->line_vector,
949 xrealloc ((char *) subfile->line_vector, linetablesize);
1063 xrealloc ((char *) context_stack,
H A Ddwarf2expr.c69 ctx->stack = xrealloc (ctx->stack,
116 ctx->pieces = xrealloc (ctx->pieces,
H A Dmain.c390 cmdarg = (char **) xrealloc ((char *) cmdarg,
424 dirarg = (char **) xrealloc ((char *) dirarg,
H A Dui-file.c282 acc->buffer = xrealloc (acc->buffer, acc->length + length + 1);
401 stream->buffer = xrealloc (stream->buffer, stream->sizeof_buffer);
H A Dinterps.c466 matches = (char **) xrealloc ((char *) matches, ((num_matches + 1)
H A Dtop.c963 result = (char *) xrealloc (result, result_size);
1272 nline = (char *) xrealloc (linebuffer, linelength);
1336 linebuffer = (char *) xrealloc (linebuffer, linelength);
1374 line = xrealloc (line, linelength);
H A Dauxv.c102 auxv = xrealloc (auxv, auxv_alloc);
H A Dcompleter.c138 (char **) xrealloc (return_val,
300 list = xrealloc (list, (n_syms + n_files + 1) * sizeof (char *));
H A Dcorefile.c123 (hook_type *) xrealloc (exec_file_extra_hooks,
/freebsd-12-stable/contrib/dtc/
H A Dfdtput.c101 value = xrealloc(value, value_size);
136 fdt = xrealloc(fdt, new_sz);
H A Dutil.c59 p = xrealloc(p, size);
250 buf = xrealloc(buf, bufsize);
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dquotearg.c552 slotvec = (struct slotvec *) xrealloc (slotvec, s);
565 slotvec[n].val = val = xrealloc (val == slot0 ? 0 : val, size);
/freebsd-12-stable/usr.bin/m4/
H A Dmisc.c208 newbuf = xrealloc(buf, bufsize, "too many characters pushed back");
338 xrealloc(void *old, size_t n, const char *fmt, ...) function
H A Dgnum4.c222 buffer = xrealloc(buffer, bufsize, NULL);
236 buffer = xrealloc(buffer, bufsize, NULL);
/freebsd-12-stable/contrib/binutils/ld/
H A Ddeffilep.y483 def->exports = xrealloc (def->exports,
543 def->imports = xrealloc (def->imports,
686 def->description = xrealloc (def->description, len);
721 def->section_defs = xrealloc (def->section_defs,
859 buffer = xrealloc (buffer, buflen + 1);
/freebsd-12-stable/contrib/binutils/binutils/
H A Drdcoff.c464 xrealloc (fields, alloc * sizeof *fields));
527 xrealloc (names, alloc * sizeof *names));
529 xrealloc (vals, alloc * sizeof *vals));
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dia64-gen.c334 xrealloc (rdeps, sizeof(struct rdep **) * rdepstotlen);
401 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen);
436 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
539 xrealloc (ics, (ictotlen) * sizeof (struct iclass *));
677 xrealloc ((void *)ics[iclass]->subs,
682 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int));
761 xrealloc ((void *) users,(count + 1) * sizeof (int));
763 xrealloc ((void *) notes,(count + 1) * sizeof (int));
1647 xrealloc (string_table,
1952 insn_list = (unsigned char *) xrealloc (insn_lis
[all...]
/freebsd-12-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c144 xrealloc(void *ptr, size_t size, const char *fn, const char *use) function
413 nstrtabp = xrealloc(nstrtabp, nstrtab_size, fn,
/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c77 data = xrealloc (data, alloc);
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c1421 matchlist = (char **) xrealloc ((char *) matchlist,
1452 matchlist = (char **) xrealloc ((char *) matchlist, ((matches + 1)
1492 matchlist = (char **) xrealloc ((char *) matchlist,
1523 matchlist = (char **) xrealloc ((char *) matchlist, ((matches + 1)
H A Dcli-setshow.c145 new = (char *) xrealloc (new, q - new);

Completed in 301 milliseconds

12345678