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

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c1482 *b = xrealloc(*b, *size = n + (n>>1) + 80);
1493 Fields = xrealloc(Fields, maxfields * sizeof(var));
1887 b = xrealloc(b, i + 1);
2581 X.s = xrealloc(X.s, opn + strlen(L.s));
2840 s = xrealloc(s, i + 4096);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c1034 o->data = xrealloc(o->data, 1 + o->maxlen);
2236 pglob->gl_pathv = xrealloc(pglob->gl_pathv, (pathc+1) * sizeof(*pglob->gl_pathv));
2988 pi->progs = xrealloc(pi->progs, sizeof(*pi->progs) * (pi->num_progs+1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c581 tmp->alternative = xrealloc (tmp->alternative, nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h409 extern void *xrealloc(void *old, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c495 ifc.ifc_buf = xrealloc(ifc.ifc_buf, ifc.ifc_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c271 req->headers = xrealloc (req->headers, req->hcapacity * sizeof (*hdr));
3357 hs->local_file = xrealloc (hs->local_file,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c1203 #define xrealloc realloc macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.c111 new_items = xrealloc(array, sizeof(*items) * *max_i);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c181 *unrecognized = xrealloc(*unrecognized, i+strlen(options)+2);
1709 // NFS mounts want this to be xrealloc-able
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c127 xrealloc (ptr_t p, size_t n) function
139 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t)))
H A Dregex.c4213 = (PREFIX(fail_stack_elt_t) *) xrealloc (fail_stack.stack,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c2981 = (fail_stack_elt_t *) xrealloc (fail_stack.stack,

Completed in 307 milliseconds

1234567