Searched refs:xrealloc (Results 101 - 125 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-librep.c195 spec.numbered = (struct numbered_arg *) xrealloc (spec.numbered, spec.allocated * sizeof (struct numbered_arg));
H A Dformat-perl-brace.c106 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg));
H A Dformat-sh.c204 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg));
H A Drecode-sr-latin.c231 lb->buffer = (char *) xrealloc (lb->buffer, newsize);
H A Dx-elisp.c199 tp->chars = (char *) xrealloc (tp->chars, tp->allocated * sizeof (char));
347 buffer = xrealloc (buffer, bufmax);
362 buffer = xrealloc (buffer, bufmax);
H A Dx-python.c491 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
818 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
833 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
1421 buffer = xrealloc (buffer, bufmax);
1450 buffer = xrealloc (buffer, bufmax);
1624 tp->string = xrealloc (tp->string, len + strlen (tmp.string) + 1);
H A Dwrite-mo.c250 xrealloc (intervals[M_STR],
322 xrealloc (sysdep_segments,
H A Dx-csharp.c548 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
1798 sum = (char *) xrealloc (sum, sum_len + addend_len + 1);
1929 (char *) xrealloc (sum, sum_len + 1 + addend_len + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddata.c54 nd.val = xrealloc(d.val, newsize);
H A Ddtc.h66 static inline void *xrealloc(void *p, size_t len) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dutil.h185 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c577 G.pipeline.buf = xrealloc(G.pipeline.buf,
722 G.input_file_list = xrealloc(G.input_file_list,
1122 pattern_space = xrealloc(pattern_space,
1146 G.hold_space = xrealloc(G.hold_space,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c48 cp->cache = xrealloc(cp->cache, cp->size * sizeof(*cp->cache));
H A Dlineedit.c298 matches = xrealloc(matches, nm1 * sizeof(char *));
468 found = xrealloc(found, len1 + 2);
1203 prmt_mem_ptr = strcat(xrealloc(prmt_mem_ptr, prmt_len+1), pbuf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c117 buf = xrealloc(buf, len + str_length);
692 currmap->match = xrealloc(currmap->match, sizeof(currmap->match) * currmap->max_matches);
812 opt = xrealloc(currif->option, sizeof(*opt) * currif->max_options);
841 currmap->mapping = xrealloc(currmap->mapping, sizeof(char *) * currmap->max_mappings);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dgetopt.c30 * Replaced our_malloc with xmalloc and our_realloc with xrealloc
234 long_options = xrealloc(long_options,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c360 node->edge = xrealloc(node->edge, sizeof(edge_t) * (node->num_of_edges + 1));
958 conflicts = xrealloc(conflicts, sizeof(int) * (conflicts_num + 1));
975 conflicts = xrealloc(conflicts, sizeof(int) * (conflicts_num + 1));
1154 file_list = xrealloc(file_list, sizeof(char *) * (count + 2));
1599 deb_file = xrealloc(deb_file, sizeof(deb_file[0]) * (deb_count + 2));
H A Drpm.c292 tags = xrealloc(tags, tagindex * sizeof(struct rpmtag *)); /* realloc tags to save space */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c443 hunk = xrealloc (hunk, bufsize);
497 hunk = xrealloc (hunk, bufsize);
H A Dopenssl.c335 errmsg = xrealloc (errmsg, msglen + len + 2 + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c515 appp[cur_group] = xrealloc(appp[cur_group], (cur_action+2) * sizeof(*appp));
564 appp = xrealloc(appp, (cur_group+2) * sizeof(*appp));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c614 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsort.c361 lines = xrealloc(lines, sizeof(char *) * (linecount + 64));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dfuser.c348 fni = xrealloc(fni, sizeof(int) * (fnic+2));
H A Dps.c164 out = xrealloc(out, out_cnt * sizeof(*out));

Completed in 305 milliseconds

1234567