Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 22 of 22) sorted by relevance

/external/oprofile/libutil/
Dop_libiberty.h48 void * xrealloc(void *, size_t);
68 #define xrealloc(p,s) realloc(p,s) macro
Dop_growable_buffer.c34 b->p = xrealloc(b->p, new_size); in grow_buffer()
Dop_fileio.c153 buf = xrealloc(buf, max + 128); in op_get_line()
/external/bison/lib/
Dxmalloc.c89 xrealloc (void *p, size_t n) in xrealloc() function
177 return xrealloc (p, n * s); in x2nrealloc_inline()
Dxalloc.h52 void *xrealloc (void *p, size_t s);
Dquotearg.c610 slotvec = xrealloc (slotvec, n1 * sizeof *slotvec); in quotearg_n_options()
/external/dropbear/
Dscpmisc.c64 xrealloc(void *ptr, size_t new_size) in xrealloc() function
160 args->list = xrealloc(args->list, nalloc * sizeof(char *)); in addargs()
Dscpmisc.h42 void *xrealloc(void *, size_t);
Dscp.c1242 bp->buf = xrealloc(bp->buf, size);
/external/dhcpcd/
Dcommon.c68 *line = xrealloc(*line, *len); in get_line()
301 xrealloc(void *ptr, size_t s) in xrealloc() function
Dconfigure.c120 env = xrealloc(env, sizeof(char *) * (elen + e + 1)); in run_script()
127 env = xrealloc(env, sizeof(char *) * (elen + e + 1)); in run_script()
136 env = xrealloc(env, sizeof(char *) * (elen + e + 1)); in run_script()
Dcommon.h82 void *xrealloc(void *, size_t);
Ddhcpcd.c193 lst[i] = xrealloc(lst[i], l + lv + 2); in add_environ()
204 newlist = xrealloc(lst, sizeof(char *) * (i + 2)); in add_environ()
570 options->blacklist = xrealloc(options->blacklist, in parse_option()
/external/dbus/tools/
Ddbus-cleanup-sockets.c71 xrealloc (void *old, size_t bytes) in xrealloc() function
187 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated); in read_sockets()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
Dxmalloc.c53 xrealloc (p, n) in xrealloc() function
/external/elfutils/lib/
Dsystem.h24 extern void *xrealloc (void *, size_t) __attribute__ ((__malloc__));
Dxmalloc.c60 xrealloc (p, n) in xrealloc() function
/external/elfcopy/
Ddwarf.c3817 xrealloc (p, n) in xrealloc() function
3841 return xrealloc (ptr, nmemb * size); in xcrealloc()
/external/genext2fs/
Dgenext2fs.c748 xrealloc(void *ptr, size_t size) in xrealloc() function
765 buf = xrealloc(buf, bufsize += GROWBY); in xreadlink()
/external/clearsilver/util/regex/
Dregex.c2692 = (fail_stack_elt_t *) xrealloc (fail_stack.stack,
/external/elfutils/src/
Dreadelf.c3667 dies = (Dwarf_Die *) xrealloc (dies, in print_debug_info_section()
/external/bison/
DOChangeLog398 * src/allocate.c (xrealloc): New function.