Home
last modified time | relevance | path

Searched refs:xstrndup (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
HDmemory.h45 char *xstrndup(char *, size_t);
HDmemory.c81 xstrndup(char *str, size_t len) in xstrndup() function
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDxstrndup.c48 xstrndup (const char *s, size_t n) in xstrndup() function
HDMakefile.in160 xstrndup.c
182 ./xstrerror.o ./xstrndup.o
1171 ./xstrndup.o: $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
1174 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
1176 $(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
HDChangeLog439 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
493 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
719 * xstrndup.c (xstrndup): Likewise.
874 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
875 (REQUIRED_OFILES): Add xstrndup.o.
881 * strndup.c, xstrndup.c: New.
HDfunctions.texi1525 @c xstrndup.c:23
1526 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n})
/freebsd-11-stable/contrib/binutils/include/
HDlibiberty.h304 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC;
HDChangeLog425 * libiberty.h (xstrndup): Declare.
/freebsd-11-stable/contrib/gcclibs/include/
HDlibiberty.h293 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC;
HDChangeLog202 * libiberty.h (xstrndup): Declare.
/freebsd-11-stable/contrib/binutils/libiberty/
HDMakefile.in160 xstrndup.c
182 ./xstrerror.o ./xstrndup.o
1195 ./xstrndup.o: $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
1198 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
1200 $(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
HDChangeLog637 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
691 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
917 * xstrndup.c (xstrndup): Likewise.
1072 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
1073 (REQUIRED_OFILES): Add xstrndup.o.
1079 * strndup.c, xstrndup.c: New.
HDfunctions.texi1563 @c xstrndup.c:23
1564 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n})