Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dstrndup.c41 strndup (const char *s, size_t n) in strndup() function
Dconfigure.ac369 funcs="$funcs strndup"
413 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
491 AC_LIBOBJ([strndup])
499 … | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strve…
DMakefile.in156 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
223 ./strncmp.$(objext) ./strndup.$(objext) ./strnlen.$(objext) \
1413 ./strndup.$(objext): $(srcdir)/strndup.c $(INCDIR)/ansidecl.h
1415 $(COMPILE.c) $(PICFLAG) $(srcdir)/strndup.c -o pic/$@; \
1418 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strndup.c -o noasan/$@; \
1420 $(COMPILE.c) $(srcdir)/strndup.c $(OUTPUT_OPTION)
Dconfig.in281 /* Define to 1 if you have the `strndup' function. */
DChangeLog2621 * strndup.c (strndup): Likewise.
2680 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
2882 * strndup.c (strndup): Likewise.
3063 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
3065 (CONFIGURED_OFILES): Add strndup.o.
3068 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
3070 * strndup.c, xstrndup.c: New.
Dconfigure5749 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
6097 … | 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.27/gold/
Dsystem.h168 extern "C" char *strndup(const char *, size_t);
Dconfig.in63 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
Dconfigure.ac597 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
Dscript.cc2833 const char* mutable_option = strndup(option, length); in script_parse_option()
DChangeLog-081514617 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
14619 * gold.h: Declare memmem and strndup if found missing.
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-201565 * objcopy.c (parse_symflags): Use xstrndup in place of strndup.