/external/oprofile/libutil/ |
D | op_libiberty.h | 48 void * xrealloc(void *, size_t); 68 #define xrealloc(p,s) realloc(p,s) macro
|
D | op_growable_buffer.c | 34 b->p = xrealloc(b->p, new_size); in grow_buffer()
|
D | op_fileio.c | 153 buf = xrealloc(buf, max + 128); in op_get_line()
|
/external/bison/lib/ |
D | xmalloc.c | 89 xrealloc (void *p, size_t n) in xrealloc() function 177 return xrealloc (p, n * s); in x2nrealloc_inline()
|
D | xalloc.h | 52 void *xrealloc (void *p, size_t s);
|
D | quotearg.c | 610 slotvec = xrealloc (slotvec, n1 * sizeof *slotvec); in quotearg_n_options()
|
/external/dropbear/ |
D | scpmisc.c | 64 xrealloc(void *ptr, size_t new_size) in xrealloc() function 160 args->list = xrealloc(args->list, nalloc * sizeof(char *)); in addargs()
|
D | scpmisc.h | 42 void *xrealloc(void *, size_t);
|
D | scp.c | 1242 bp->buf = xrealloc(bp->buf, size);
|
/external/dhcpcd/ |
D | common.c | 68 *line = xrealloc(*line, *len); in get_line() 301 xrealloc(void *ptr, size_t s) in xrealloc() function
|
D | configure.c | 120 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()
|
D | common.h | 82 void *xrealloc(void *, size_t);
|
D | dhcpcd.c | 193 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/ |
D | dbus-cleanup-sockets.c | 71 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/ |
D | xmalloc.c | 53 xrealloc (p, n) in xrealloc() function
|
/external/elfutils/lib/ |
D | system.h | 24 extern void *xrealloc (void *, size_t) __attribute__ ((__malloc__));
|
D | xmalloc.c | 60 xrealloc (p, n) in xrealloc() function
|
/external/elfcopy/ |
D | dwarf.c | 3817 xrealloc (p, n) in xrealloc() function 3841 return xrealloc (ptr, nmemb * size); in xcrealloc()
|
/external/genext2fs/ |
D | genext2fs.c | 748 xrealloc(void *ptr, size_t size) in xrealloc() function 765 buf = xrealloc(buf, bufsize += GROWBY); in xreadlink()
|
/external/clearsilver/util/regex/ |
D | regex.c | 2692 = (fail_stack_elt_t *) xrealloc (fail_stack.stack,
|
/external/elfutils/src/ |
D | readelf.c | 3667 dies = (Dwarf_Die *) xrealloc (dies, in print_debug_info_section()
|
/external/bison/ |
D | OChangeLog | 398 * src/allocate.c (xrealloc): New function.
|