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

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dxmemdup.c0 /* xmemdup.c -- Duplicate a memory buffer, using xcalloc.
7 @deftypefn Replacement void* xmemdup (void *@var{input}, size_t @var{copy_size}, size_t @var{alloc_size})
30 xmemdup (input, copy_size, alloc_size) function
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in156 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
174 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o \
1039 ./xmemdup.o: $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
1042 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
1044 $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
/haiku-fatelf/src/bin/coreutils/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 Duserspec.c137 u = xmemdup (spec, ulen + 1);
H A Dquotearg.c102 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
H A Dgetdate.y1195 : xmemdup (tz, tzsize));
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dxmalloc.c107 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);
H A Dxalloc.h52 void *xmemdup (void const *p, size_t s);
262 xmemdup (T const *p, size_t s) function
264 return (T *) xmemdup ((void const *) p, s);
H A Dquotearg.c108 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
/haiku-fatelf/src/bin/network/wget/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,
/haiku-fatelf/src/bin/gdb/include/
H A Dlibiberty.h247 extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC;
/haiku-fatelf/src/bin/coreutils/src/
H A Dcsplit.c366 save_to_hold_area (xmemdup (line_start, bytes_left), bytes_left);
H A Dsort.c2976 struct keyfield *key = xmemdup (key_arg, sizeof *key);

Completed in 143 milliseconds