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

1 23 4

  /external/openssh/
session.c 985 env = (*envp) = xrealloc(env, envsize, sizeof(char *));
    [all...]
ssh-pkcs11.c 463 *keysp = xrealloc(*keysp, *nkeys + 1,
readconf.c 267 options->local_forwards = xrealloc(options->local_forwards,
288 options->remote_forwards = xrealloc(options->remote_forwards,
    [all...]
sftp-server.c 213 handles = xrealloc(handles, num_handles, sizeof(Handle));
937 stats = xrealloc(stats, nstats, sizeof(Stat));
    [all...]
channels.c 292 channels = xrealloc(channels, channels_alloc + 10,
    [all...]
misc.c 473 args->list = xrealloc(args->list, nalloc, sizeof(char *));
ssh-agent.c 919 sockets = xrealloc(sockets, new_alloc, sizeof(sockets[0]));
    [all...]
key.c     [all...]
mux.c 352 cctx->env = xrealloc(cctx->env, env_len + 2,
    [all...]
servconf.c     [all...]
sftp-client.c 546 *dir = xrealloc(*dir, ents + 2, sizeof(**dir));
    [all...]
ssh-keygen.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 708 #define realloc xrealloc
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 708 #define realloc xrealloc
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 708 #define realloc xrealloc
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 708 #define realloc xrealloc
  /device/generic/goldfish/qemud/
qemud.c 147 xrealloc( void* block, size_t size ) function
157 #define xrenew(p,count) (p) = xrealloc((p),sizeof(*(p))*(count))
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 751 last_str->str = xrealloc (last_str->str,
    [all...]
i386_parse.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c     [all...]
remake.c     [all...]
  /external/dhcpcd/
ipv6rs.c 477 opt = xrealloc(opt,
  /external/genext2fs/
genext2fs.c 748 xrealloc(void *ptr, size_t size) function
765 buf = xrealloc(buf, bufsize += GROWBY);
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 6632 xrealloc(void *ptr, size_t size) function
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 6614 xrealloc(void *ptr, size_t size) function
    [all...]

Completed in 1673 milliseconds

1 23 4