HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /ndk/sources/host-tools/make-3.81/
vpath.c 228 vpath = (char **) xmalloc (maxelem * sizeof (char *));
296 path = (struct vpath *) xmalloc (sizeof (struct vpath));
420 name = (char *) xmalloc (maxvpath + 1 + name_dplen + 1 + flen + 1);
variable.c 48 = (struct pattern_var *) xmalloc (sizeof (struct pattern_var));
211 v = (struct variable *) xmalloc (sizeof (struct variable));
458 xmalloc (sizeof (struct variable_set_list));
459 l->set = (struct variable_set *) xmalloc (sizeof (struct variable_set));
555 set = (struct variable_set *) xmalloc (sizeof (struct variable_set));
560 xmalloc (sizeof (struct variable_set_list));
955 result = result_0 = (char **) xmalloc ((table.ht_fill + 2) * sizeof (char *));
990 *result = (char *) xmalloc (100);
    [all...]
dir.c 456 dir = (struct directory *) xmalloc (sizeof (struct directory));
517 xmalloc (sizeof (struct directory_contents));
709 df = (struct dirfile *) xmalloc (sizeof (struct dirfile));
871 xmalloc (sizeof (struct directory_contents));
883 new = (struct dirfile *) xmalloc (sizeof (struct dirfile));
1124 new = (struct dirstream *) xmalloc (sizeof (struct dirstream));
1156 buf = xmalloc (bufsz);
1162 d->d_name = xmalloc(len);
read.c 402 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size);
508 commands = xmalloc (200);
577 collapsed = (char *) xmalloc (collapsed_length);
    [all...]
  /external/bison/src/
system.h 147 #define obstack_chunk_alloc xmalloc
  /external/openssh/
bufec.c 30 #include "xmalloc.h"
69 buf = xmalloc(len);
cipher-ctr.c 26 #include "xmalloc.h"
91 c = xmalloc(sizeof(*c));
gss-serv-krb5.c 37 #include "xmalloc.h"
174 client->store.envval = xmalloc(len);
bufaux.c 49 #include "xmalloc.h"
159 * with xmalloc; it is the responsibility of the calling function to free
180 value = xmalloc(len + 1);
buffer.c 23 #include "xmalloc.h"
39 buffer->buf = xmalloc(len);
cipher-3des1.c 35 #include "xmalloc.h"
70 c = xmalloc(sizeof(*c));
cipher-aes.c 39 #include "xmalloc.h"
59 c = xmalloc(sizeof(*c));
dns.c 38 #include "xmalloc.h"
128 *digest = (u_char *) xmalloc(*digest_len);
ssh-ecdsa.c 40 #include "xmalloc.h"
88 *sigp = xmalloc(len);
  /external/oprofile/libutil/
op_file.c 95 name = xmalloc(name_len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 36 #ifndef xmalloc
37 #define xmalloc malloc macro
285 #define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
291 #define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 36 #ifndef xmalloc
37 #define xmalloc malloc macro
285 #define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
291 #define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 36 #ifndef xmalloc
37 #define xmalloc malloc macro
285 #define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
291 #define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /external/bison/
Android.mk 39 lib/xmalloc.c \
  /external/dhcpcd/
bpf.c 69 device = xmalloc(sizeof(char) * PATH_MAX);
99 iface->buffer = xmalloc(buf_len);
dhcp.c 319 opt_buffer = xmalloc(sizeof(*dhcp));
615 sip = xmalloc(l);
626 sip = p = xmalloc(l);
661 s = xmalloc(sizeof(char) * type);
669 s = xmalloc(sizeof(char) * (len + 1));
739 route->next = xmalloc(sizeof(*route));
742 routes = route = xmalloc(sizeof(*routes));
1108 dhcp = xmalloc(sizeof(*dhcp));
1200 tmp = xmalloc(l);
1292 **e = xmalloc(len)
    [all...]
control.c 111 l = xmalloc(sizeof(*l));
  /external/oprofile/daemon/liblegacy/
init.c 338 sbuf = xmalloc(s_buf_bytesize);
341 nbuf = xmalloc(n_buf_bytesize);
opd_image.c 138 image = xmalloc(sizeof(struct opd_image));
  /external/oprofile/daemon/
init.c 325 sbuf = xmalloc(s_buf_bytesize);

Completed in 3006 milliseconds

1 2 34 5 6 7 8 910