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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);

Completed in 205 milliseconds