Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 72) sorted by relevance

123

/sysdeps/x86_64/multiarch/
A Dstrcpy.c22 # define strcpy __redirect_strcpy macro
24 # undef strcpy
26 # define SYMBOL_NAME strcpy
29 libc_ifunc_redirected (__redirect_strcpy, strcpy, IFUNC_SELECTOR ());
32 __hidden_ver1 (strcpy, __GI_strcpy, __redirect_strcpy)
33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strcpy);
A Dstrcpy-sse2.S22 # define strcpy __strcpy_sse2 macro
25 # define libc_hidden_builtin_def(strcpy) argument
A DMakefile27 strcpy-avx2 strncpy-avx2 \
28 strcpy-sse2 stpcpy-sse2 \
29 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 \
30 strcpy-sse2-unaligned strncpy-sse2-unaligned \
58 strcpy-avx2-rtm \
78 strcpy-evex \
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrcpy.c20 # define strcpy __redirect_strcpy macro
25 extern __typeof (strcpy) __strcpy_ppc attribute_hidden;
26 extern __typeof (strcpy) __strcpy_power7 attribute_hidden;
27 extern __typeof (strcpy) __strcpy_power8 attribute_hidden;
29 extern __typeof (strcpy) __strcpy_power9 attribute_hidden;
31 #undef strcpy
33 libc_ifunc_redirected (__redirect_strcpy, strcpy,
A Dstrcat-power7.c25 extern typeof (strcpy) __strcpy_power7;
28 #define strcpy __strcpy_power7 macro
A Dstrcat-power8.c25 extern typeof (strcpy) __strcpy_power8;
28 #define strcpy __strcpy_power8 macro
A DMakefile19 strcpy-power8 strcpy-power7 strcpy-ppc64 stpcpy-power8 \
37 strcmp-power9 strncmp-power9 strcpy-power9 stpcpy-power9 \
A Dstrcpy-power7.c23 extern __typeof (strcpy) __strcpy_power7 attribute_hidden;
A Dstrcpy-ppc64.c24 extern __typeof (strcpy) __strcpy_ppc attribute_hidden;
/sysdeps/i386/i686/multiarch/
A Dstrcpy.c22 # define strcpy __redirect_strcpy macro
24 # undef strcpy
26 # define SYMBOL_NAME strcpy
29 libc_ifunc_redirected (__redirect_strcpy, strcpy, IFUNC_SELECTOR ());
A Dstrcpy-ia32.S21 # define strcpy __strcpy_ia32 macro
29 .globl __GI_strcpy; __GI_strcpy = strcpy
A DMakefile9 strlen-sse2 strlen-sse2-bsf strncpy-c strcpy-ssse3 \
10 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 strcpy-sse2 \
27 strrchr-ia32 strcpy-ia32 strcmp-ia32 strcspn-ia32 \
/sysdeps/s390/
A Dstrcpy.c22 # define strcpy __redirect_strcpy macro
24 # undef strcpy
35 s390_libc_ifunc_expr (__redirect_strcpy, strcpy,
A Dstrcpy-z900.S49 strong_alias (STRCPY_Z900_G5, strcpy)
/sysdeps/alpha/
A Dstrcpy.S25 ENTRY(strcpy)
39 END(strcpy)
40 libc_hidden_builtin_def (strcpy)
/sysdeps/x86/
A Dtst-strcpy-rtm.c31 if (strcpy (string2, string1) == string2 in prepare()
42 if (strcpy (string2, string1) == string2 in function()
/sysdeps/arm/armv6/
A Dstrcpy.S43 ENTRY (strcpy)
44 @ Signal strcpy with DEST in IP.
131 cmp ip, #0 @ Was this strcpy or stpcpy?
134 movne r0, ip @ strcpy: return original dest
/sysdeps/csky/abiv2/
A Dstrcpy.S21 ENTRY (strcpy)
124 END (strcpy)
126 libc_hidden_def (strcpy)
127 .weak strcpy
/sysdeps/posix/
A Dctermid.c34 return strcpy (s, name); in ctermid()
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-scanf-ldbl-compat.c14 #define STRCPY strcpy
/sysdeps/powerpc/powerpc32/405/
A Dstrcpy.S34 EALIGN (strcpy, 5, 0)
106 END (strcpy)
107 libc_hidden_builtin_def (strcpy)
/sysdeps/powerpc/powerpc32/
A Dstrcpy.S25 EALIGN (strcpy, 4, 0)
116 END (strcpy)
117 libc_hidden_builtin_def (strcpy)
/sysdeps/x86_64/
A Dstrcpy.S23 # define STRCPY strcpy
154 libc_hidden_builtin_def (strcpy)
/sysdeps/ia64/
A Dstrcpy.S52 ENTRY(strcpy)
142 END(strcpy)
143 libc_hidden_builtin_def (strcpy)
/sysdeps/i386/i586/
A Dstrcpy.S28 # define STRCPY strcpy
161 libc_hidden_builtin_def (strcpy)

Completed in 20 milliseconds

123