Searched refs:xrealloc (Results 1 - 25 of 127) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dmem_utils.h12 inline void *xrealloc(void *, size_t);
H A Dmem_utils.c22 inline void *xrealloc(void *inptr, size_t size) { function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfgets_str.c35 linebuf = xrealloc(linebuf, linebufsz);
50 linebuf = xrealloc(linebuf, idx + 1);
H A Dget_line_from_file.c31 linebuf = xrealloc(linebuf, linebufsz);
46 linebuf = xrealloc(linebuf, idx+1);
H A Dxgetcwd.c34 cwd = xrealloc(cwd, path_max);
H A Dxreadlink.c21 buf = xrealloc(buf, bufsize += GROWBY);
H A Dread.c105 buf = xrealloc(buf, sz + 128);
122 return xrealloc(buf, p - buf);
163 xrealloc(buf, size + 1);
H A Dfind_pid_by_name.c68 pidList = xrealloc(pidList, sizeof(*pidList) * (i+2));
H A Dverror_msg.c40 msg = xrealloc(msg, applet_len + used + strerr_len + msgeol_len + 3);
100 msgv = xrealloc(msgv, used + strerr_len + msgeol_len + 3);
H A Dmtab.c31 entries = xrealloc(entries, count * sizeof(entries[0]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxalloc.h40 extern void *xrealloc (void *ptr, size_t size);
H A Dxmalloc.c92 xrealloc (void *p, size_t n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxalloc.h48 extern void *xrealloc (void *ptr, size_t size);
52 inline T * xrealloc (T * ptr, size_t size) function
54 return (T *) xrealloc ((void *) ptr, size);
H A Dxmalloc.c120 xrealloc (void *p, size_t n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxalloc.h48 extern void *xrealloc (void *ptr, size_t size);
52 inline T * xrealloc (T * ptr, size_t size) function
54 return (T *) xrealloc ((void *) ptr, size);
H A Dmemory-ostream.oo.c58 stream->buffer = (char *) xrealloc (stream->buffer, new_allocated);
H A Dxmalloc.c120 xrealloc (void *p, size_t n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxalloc.h48 extern void *xrealloc (void *ptr, size_t size);
52 inline T * xrealloc (T * ptr, size_t size) function
54 return (T *) xrealloc ((void *) ptr, size);
H A Dxmalloc.c120 xrealloc (void *p, size_t n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxalloc.h48 extern void *xrealloc (void *ptr, size_t size);
52 inline T * xrealloc (T * ptr, size_t size) function
54 return (T *) xrealloc ((void *) ptr, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/Macintosh/
H A Dxmalloc.c53 xrealloc (p, n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c172 buffer = xrealloc (buffer, bufmax);
180 buffer = xrealloc (buffer, bufmax);
217 buffer = xrealloc (buffer, bufmax);
277 buffer = xrealloc (buffer, bufmax);
285 buffer = xrealloc (buffer, bufmax);
483 buffer = xrealloc (buffer, bufmax);
517 buffer = xrealloc (buffer, bufmax);
534 buffer = xrealloc (buffer, bufmax);
541 buffer = xrealloc (buffer, bufmax);
605 tp->string = xrealloc (t
[all...]
H A Dx-rst.c116 buffer = xrealloc (buffer, bufmax);
152 buffer = xrealloc (buffer, bufmax);
188 buffer = xrealloc (buffer, bufmax);
216 buffer = xrealloc (buffer, bufmax);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Disrv.c93 FD2PEER = xrealloc(FD2PEER, FD_COUNT * sizeof(FD2PEER[0]));
119 FD2PEER = xrealloc(FD2PEER, FD_COUNT * sizeof(FD2PEER[0]));
133 PARAM_TBL = xrealloc(PARAM_TBL, PEER_COUNT * sizeof(PARAM_TBL[0]));
136 TIMEO_TBL = xrealloc(TIMEO_TBL, PEER_COUNT * sizeof(TIMEO_TBL[0]));
170 PARAM_TBL = xrealloc(PARAM_TBL, PEER_COUNT * sizeof(PARAM_TBL[0]));
172 TIMEO_TBL = xrealloc(TIMEO_TBL, PEER_COUNT * sizeof(TIMEO_TBL[0]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dwatch.c63 header = xrealloc(header, width--);

Completed in 193 milliseconds

123456