Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.27/intl/
Dl10nflist.c56 # 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 …]
Ddcigettext.c142 # 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
Dconfig.h.in127 /* Define to 1 if you have the `stpcpy' function. */
Dplural.c611 # define yystpcpy stpcpy
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ft32/
Dinsn.s180 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
Dinsn.d485 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/
Dstpcpy.c39 stpcpy (char *dst, const char *src) in stpcpy() function
Dmakefile.vms16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
Dconfigure.ac363 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 \
DMakefile.in153 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)
Dconfig.in254 /* Define to 1 if you have the `stpcpy' function. */
Dconfigure5748 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/
Dalphavms.h53 extern char *stpcpy (char *, const char *);
/toolchain/binutils/binutils-2.27/opcodes/
Dsysdep.h56 extern char *stpcpy (char *__dest, const char *__src);
Dconfig.in18 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
Dconfigure.ac93 AC_CHECK_DECLS([basename, stpcpy])
/toolchain/binutils/binutils-2.27/binutils/
Dsysdep.h82 extern char *stpcpy (char *, const char *);
Dconfig.in65 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
Dconfigure.ac202 sbrk, snprintf, stpcpy, strnlen, strstr, vsnprintf])
DChangeLog-2005379 * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
382 (AC_CHECK_DECLS): Add stpcpy.
/toolchain/binutils/binutils-2.27/bfd/
Dsysdep.h142 extern char *stpcpy (char *__dest, const char *__src);
Dconfig.in67 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
/toolchain/binutils/binutils-2.27/gas/
Dconfig.in93 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
Dconfigure.ac891 AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprintf, asprintf])
/toolchain/binutils/binutils-2.27/config/
Dgettext.m4371 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \

12