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

  /external/oprofile/libutil/
op_libiberty.c 30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size) function
op_libiberty.h 62 void * xmemdup(void const *, size_t, size_t) OP_ATTRIB_MALLOC;
op_string.c 18 return xmemdup(s, len, len + 1);
  /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,

Completed in 41 milliseconds