/toolchain/binutils/binutils-2.27/intl/ |
D | l10nflist.c | 56 # ifndef stpcpy 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 61 static char *stpcpy PARAMS ((char *dest, const char *src)); 253 cp = stpcpy (cp, language); 258 cp = stpcpy (cp, territory); 263 cp = stpcpy (cp, codeset); 268 cp = stpcpy (cp, normalized_codeset); 275 cp = stpcpy (cp, modifier); 280 cp = stpcpy (cp, special); 286 cp = stpcpy (cp, sponsor); [all …]
|
D | dcigettext.c | 142 # ifndef stpcpy 143 # define stpcpy __stpcpy macro 154 static char *stpcpy PARAMS ((char *dest, const char *src)); 562 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname); 574 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), 1183 stpcpy (dest, src) in stpcpy() function
|
D | config.h.in | 127 /* Define to 1 if you have the `stpcpy' function. */
|
D | plural.c | 611 # define yystpcpy stpcpy
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ft32/ |
D | insn.s | 180 stpcpy.l $r0,$r31 181 stpcpy.l $r31,$r0 182 stpcpy.s $r0,$r31 183 stpcpy.s $r31,$r0 184 stpcpy.b $r0,$r31 185 stpcpy.b $r31,$r0
|
D | insn.d | 485 768: 0a c0 0f f4 f40fc00a stpcpy.l \$r0,\$r31 486 76c: 0a 40 f0 f5 f5f0400a stpcpy.l \$r31,\$r0 487 770: 0a c0 0f f2 f20fc00a stpcpy.s \$r0,\$r31 488 774: 0a 40 f0 f3 f3f0400a stpcpy.s \$r31,\$r0 489 778: 0a c0 0f f0 f00fc00a stpcpy.b \$r0,\$r31 490 77c: 0a 40 f0 f1 f1f0400a stpcpy.b \$r31,\$r0
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
D | makefile.vms | 16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
|
D | configure.ac | 363 funcs="$funcs stpcpy" 412 stpcpy stpncpy strcasecmp strchr strdup \ 489 AC_LIBOBJ([stpcpy]) 499 …e | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup… 526 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | Makefile.in | 153 spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c \ 221 ./stpcpy.$(objext) ./stpncpy.$(objext) ./strcasecmp.$(objext) \ 1340 ./stpcpy.$(objext): $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h 1342 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \ 1345 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/stpcpy.c -o noasan/$@; \ 1347 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
|
D | config.in | 254 /* Define to 1 if you have the `stpcpy' function. */
|
D | configure | 5748 stpcpy stpncpy strcasecmp strchr strdup \ 6097 …e | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup… 6148 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
/toolchain/binutils/binutils-2.27/bfd/hosts/ |
D | alphavms.h | 53 extern char *stpcpy (char *, const char *);
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | sysdep.h | 56 extern char *stpcpy (char *__dest, const char *__src);
|
D | config.in | 18 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
D | configure.ac | 93 AC_CHECK_DECLS([basename, stpcpy])
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | sysdep.h | 82 extern char *stpcpy (char *, const char *);
|
D | config.in | 65 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
D | configure.ac | 202 sbrk, snprintf, stpcpy, strnlen, strstr, vsnprintf])
|
D | ChangeLog-2005 | 379 * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined. 382 (AC_CHECK_DECLS): Add stpcpy.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | sysdep.h | 142 extern char *stpcpy (char *__dest, const char *__src);
|
D | config.in | 67 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | config.in | 93 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
D | configure.ac | 891 AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprintf, asprintf])
|
/toolchain/binutils/binutils-2.27/config/ |
D | gettext.m4 | 371 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
|