HomeSort by relevance Sort by last modified time
    Searched refs:xrealloc (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/dhcpcd/
configure.c 135 ne = xrealloc(ne, sizeof(char *) * (j + 1));
241 env = xrealloc(env, sizeof(char *) * (elen + 2));
248 env = xrealloc(env, sizeof(char *) * (elen + 2));
256 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
268 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
278 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
288 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
363 env = xrealloc(env, sizeof(char *) * (elen + 2));
if-options.c 154 lst[i] = xrealloc(lst[i], l + lv + 2);
165 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
288 v = xrealloc(v, sizeof(char *) * ((*argc)));
698 ifo->config = xrealloc(ifo->config,
709 ifo->whitelist = xrealloc(ifo->whitelist,
719 ifo->blacklist = xrealloc(ifo->blacklist,
730 ifo->arping = xrealloc(ifo->arping,
common.c 276 xrealloc(void *ptr, size_t s) function
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
  /external/openssh/
uidswap.c 94 saved_egroups = xrealloc(saved_egroups,
113 user_groups = xrealloc(user_groups,
buffer.c 133 buffer->buf = xrealloc(buffer->buf, 1, newlen);
ssh-rsa.c 156 sigblob = xrealloc(sigblob, 1, modlen);
hostfile.c 309 hostkeys->entries = xrealloc(hostkeys->entries,
auth-pam.c 741 **prompts = xrealloc(**prompts, 1, len);
751 **prompts = xrealloc(**prompts, 1, len);
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 127 # define yasm_xrealloc(ptr, size) xrealloc(ptr, size)
  /external/oprofile/libutil++/
child_reader.cpp 142 buf2 = (char *)xrealloc(buf2, sz_buf2);
  /ndk/sources/host-tools/make-3.81/
expand.c 68 variable_buffer = (char *) xrealloc (variable_buffer,
558 value = xrealloc (value, strlen (value))
misc.c 340 #undef xrealloc
355 xrealloc (char *ptr, unsigned int size)
335 #undef xrealloc macro
350 xrealloc (char *ptr, unsigned int size) function
hash.c 24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n)))
read.c 558 commands = xrealloc (commands, commands_len);
    [all...]
vpath.c 289 vpath = (char **) xrealloc ((char *) vpath,
function.c 386 result = (char *) xrealloc (result, length);
1155 words = (char **) xrealloc ((char *) words,
    [all...]
make.h 421 extern char *xrealloc PARAMS ((char *, unsigned int));
file.c 1020 value = xrealloc (value, max);
1036 value = xrealloc (value, max);
variable.c 299 var->value = xrealloc (var->value, max);
316 var->value = xrealloc (var->value, max);
    [all...]
  /external/oprofile/opjitconv/
jitsymbol.c 143 xrealloc(entries_symbols_ascending,
146 xrealloc(entries_address_ascending,
  /external/linux-tools-perf/util/
util.h 210 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 289 module_names = xrealloc(module_names, size);
  /external/oprofile/libutil/
op_fileio.c 153 buf = xrealloc(buf, max + 128);
  /external/bison/lib/
quotearg.c 785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 692 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);

Completed in 843 milliseconds

12 3 4