Searched refs:xmemdup (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxstrdup.c27 xmemdup (const void *p, size_t n) function
H A Dxalloc.h122 extern void *xmemdup (const void *p, size_t n);
126 inline T * xmemdup (const T * p, size_t n) function
128 return (T *) xmemdup ((const void *) p, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxstrdup.c27 xmemdup (const void *p, size_t n) function
H A Dxalloc.h122 extern void *xmemdup (const void *p, size_t n);
126 inline T * xmemdup (const T * p, size_t n) function
128 return (T *) xmemdup ((const void *) p, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxstrdup.c27 xmemdup (const void *p, size_t n) function
H A Dxalloc.h122 extern void *xmemdup (const void *p, size_t n);
126 inline T * xmemdup (const T * p, size_t n) function
128 return (T *) xmemdup ((const void *) p, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxstrdup.c27 xmemdup (const void *p, size_t n) function
H A Dxalloc.h122 extern void *xmemdup (const void *p, size_t n);
126 inline T * xmemdup (const T * p, size_t n) function
128 return (T *) xmemdup ((const void *) p, n);
H A Dquotearg.c108 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dxmalloc.c103 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any
107 xmemdup (void const *p, size_t s) function
117 return xmemdup (string, strlen (string) + 1);
H A Dxalloc.h61 void *xmemdup (void const *p, size_t s) ATTRIBUTE_MALLOC;
273 xmemdup (T const *p, size_t s) function
275 return (T *) xmemdup ((void const *) p, s);
H A Dquotearg.c102 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dxmalloc.c103 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any
107 xmemdup (void const *p, size_t s) function
117 return xmemdup (string, strlen (string) + 1);
H A Dxalloc.h61 void *xmemdup (void const *p, size_t s) ATTRIBUTE_MALLOC;
273 xmemdup (T const *p, size_t s) function
275 return (T *) xmemdup ((void const *) p, s);

Completed in 247 milliseconds