HomeSort by relevance Sort by last modified time
    Searched defs:xmemdup (Results 1 - 4 of 4) 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
  /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);
  /external/toybox/lib/
xwrap.c 105 void *xmemdup(void *s, long len) function

Completed in 180 milliseconds