Home
last modified time | relevance | path

Searched refs:strndup (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrndup.c41 strndup (const char *s, size_t n) in strndup() function
Dconfigure.ac367 funcs="$funcs strndup"
411 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
489 AC_LIBOBJ([strndup])
497 … | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strve…
DMakefile.in155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
220 ./strncmp.$(objext) ./strndup.$(objext) ./strnlen.$(objext) \
1412 ./strndup.$(objext): $(srcdir)/strndup.c $(INCDIR)/ansidecl.h
1414 $(COMPILE.c) $(PICFLAG) $(srcdir)/strndup.c -o pic/$@; \
1417 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strndup.c -o noasan/$@; \
1419 $(COMPILE.c) $(srcdir)/strndup.c $(OUTPUT_OPTION)
Dconfig.in281 /* Define to 1 if you have the `strndup' function. */
DChangeLog2307 * strndup.c (strndup): Likewise.
2366 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
2568 * strndup.c (strndup): Likewise.
2749 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
2751 (CONFIGURED_OFILES): Add strndup.o.
2754 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
2756 * strndup.c, xstrndup.c: New.
Dconfigure5503 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
5851 … | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strve…
Dfunctions.texi1609 @c strndup.c:23
1610 @deftypefn Extension char* strndup (const char *@var{s}, size_t @var{n})
/toolchain/binutils/binutils-2.25/gold/
Dsystem.h168 extern "C" char *strndup(const char *, size_t);
Dconfig.in60 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
Dconfigure.ac594 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
Dscript.cc2830 const char* mutable_option = strndup(option, length); in script_parse_option()
DChangeLog13200 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13202 * gold.h: Declare memmem and strndup if found missing.