Searched refs:stpncpy (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
|
D | configure.ac | 364 funcs="$funcs stpncpy" 412 stpcpy stpncpy strcasecmp strchr strdup \ 490 AC_LIBOBJ([stpncpy]) 499 … | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndu…
|
D | Makefile.in | 153 spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c \ 221 ./stpcpy.$(objext) ./stpncpy.$(objext) ./strcasecmp.$(objext) \ 1349 ./stpncpy.$(objext): $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h 1351 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \ 1354 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/stpncpy.c -o noasan/$@; \ 1356 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
|
D | config.in | 257 /* Define to 1 if you have the `stpncpy' function. */
|
D | ChangeLog | 1130 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, 2680 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c, 2870 * stpncpy.c (stpncpy): Likewise. 3985 * mempcpy.c, stpcpy.c, stpncpy.c: New files. 3987 and stpncpy. 3988 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c. 3989 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
|
D | configure | 5748 stpcpy stpncpy strcasecmp strchr strdup \ 6097 … | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndu…
|
D | functions.texi | 1517 @c stpncpy.c:23 1518 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, @
|