Searched refs:strndup (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strndup.c | 41 strndup (const char *s, size_t n) in strndup() function
|
D | configure.ac | 367 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…
|
D | Makefile.in | 155 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)
|
D | config.in | 281 /* Define to 1 if you have the `strndup' function. */
|
D | ChangeLog | 2307 * 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.
|
D | configure | 5503 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 5851 … | 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.25/gold/ |
D | system.h | 168 extern "C" char *strndup(const char *, size_t);
|
D | config.in | 60 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
|
D | configure.ac | 594 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
|
D | script.cc | 2830 const char* mutable_option = strndup(option, length); in script_parse_option()
|
D | ChangeLog | 13200 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem. 13202 * gold.h: Declare memmem and strndup if found missing.
|