Searched refs:strndup (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | strndup.c | 41 strndup (const char *s, size_t n) in strndup() function
|
D | configure.ac | 369 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…
|
D | Makefile.in | 156 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)
|
D | config.in | 281 /* Define to 1 if you have the `strndup' function. */
|
D | ChangeLog | 2621 * 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.
|
D | configure | 5749 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 6097 … | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strve…
|
D | functions.texi | 1609 @c strndup.c:23 1610 @deftypefn Extension char* strndup (const char *@var{s}, size_t @var{n})
|
/toolchain/binutils/binutils-2.27/gold/ |
D | system.h | 168 extern "C" char *strndup(const char *, size_t);
|
D | config.in | 63 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
|
D | configure.ac | 597 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
|
D | script.cc | 2833 const char* mutable_option = strndup(option, length); in script_parse_option()
|
D | ChangeLog-0815 | 14617 * 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/ |
D | ChangeLog-2015 | 65 * objcopy.c (parse_symflags): Use xstrndup in place of strndup.
|