Home
last modified time | relevance | path

Searched refs:xmemdup (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dxmalloc.c107 xmemdup (void const *p, size_t s) in xmemdup() function
117 return xmemdup (string, strlen (string) + 1); in xstrdup()
Dxalloc.h60 void *xmemdup (void const *p, size_t s) ATTRIBUTE_MALLOC;
272 xmemdup (T const *p, size_t s) in xmemdup() function
274 return (T *) xmemdup ((void const *) p, s); in xmemdup()
Dquotearg.c96 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, in clone_quoting_options()