Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dxstrndup.c48 xstrndup (const char *s, size_t n) in xstrndup() function
DMakefile.in161 xstrndup.c
194 ./xstrndup.$(objext)
1670 ./xstrndup.$(objext): $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
1673 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
1676 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xstrndup.c -o noasan/$@; \
1678 $(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
DChangeLog2314 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
2368 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
2594 * xstrndup.c (xstrndup): Likewise.
2749 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
2750 (REQUIRED_OFILES): Add xstrndup.o.
2756 * strndup.c, xstrndup.c: New.
Dfunctions.texi2016 @c xstrndup.c:23
2017 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n})
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h323 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
DChangeLog132 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
1800 * libiberty.h (xstrndup): Declare.
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c3716 pa->name = xstrndup (optarg, s - optarg); in copy_main()
3768 pa->name = xstrndup (optarg, s - optarg); in copy_main()