HomeSort by relevance Sort by last modified time
    Searched refs:xmemdup (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
xmemdup.c 0 /* xmemdup.c -- Duplicate a memory buffer, using xcalloc.
7 @deftypefn Replacement void* xmemdup (void *@var{input}, @
35 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) function
makefile.vms 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
  /external/bison/lib/
xmalloc.c 107 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any
111 xmemdup (void const *p, size_t s) function
121 return xmemdup (string, strlen (string) + 1);
xalloc.h 63 void *xmemdup (void const *p, size_t s)
252 xmemdup (T const *p, size_t s) function
254 return (T *) xmemdup ((void const *) p, s);
quotearg.c 111 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 324 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC;
344 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T)))
352 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
361 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 327 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
347 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T)))
355 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
364 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 83 static inline void *xmemdup(const void *in, size_t c_size, size_t a_size) { function
85 dst = VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmemdup", a_size);
117 ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
  /external/toybox/lib/
lib.h 124 void *xmemdup(void *s, long len);
xwrap.c 112 void *xmemdup(void *s, long len) function
  /external/toybox/toys/posix/
sed.c 806 command = xmemdup(toybuf, reg-toybuf);
    [all...]
ps.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c     [all...]

Completed in 510 milliseconds