Searched refs:xstrndup (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | xstrndup.c | 48 xstrndup (const char *s, size_t n) in xstrndup() function
|
D | Makefile.in | 161 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)
|
D | ChangeLog | 2314 * 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.
|
D | functions.texi | 2016 @c xstrndup.c:23 2017 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n})
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 323 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
|
D | ChangeLog | 132 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): 1800 * libiberty.h (xstrndup): Declare.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 3716 pa->name = xstrndup (optarg, s - optarg); in copy_main() 3768 pa->name = xstrndup (optarg, s - optarg); in copy_main()
|