Searched refs:strcpy (Results 1 – 25 of 72) sorted by relevance
123
/sysdeps/x86_64/multiarch/ |
A D | strcpy.c | 22 # 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 D | strcpy-sse2.S | 22 # define strcpy __strcpy_sse2 macro 25 # define libc_hidden_builtin_def(strcpy) argument
|
A D | Makefile | 27 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 D | strcpy.c | 20 # 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 D | strcat-power7.c | 25 extern typeof (strcpy) __strcpy_power7; 28 #define strcpy __strcpy_power7 macro
|
A D | strcat-power8.c | 25 extern typeof (strcpy) __strcpy_power8; 28 #define strcpy __strcpy_power8 macro
|
A D | Makefile | 19 strcpy-power8 strcpy-power7 strcpy-ppc64 stpcpy-power8 \ 37 strcmp-power9 strncmp-power9 strcpy-power9 stpcpy-power9 \
|
A D | strcpy-power7.c | 23 extern __typeof (strcpy) __strcpy_power7 attribute_hidden;
|
A D | strcpy-ppc64.c | 24 extern __typeof (strcpy) __strcpy_ppc attribute_hidden;
|
/sysdeps/i386/i686/multiarch/ |
A D | strcpy.c | 22 # define strcpy __redirect_strcpy macro 24 # undef strcpy 26 # define SYMBOL_NAME strcpy 29 libc_ifunc_redirected (__redirect_strcpy, strcpy, IFUNC_SELECTOR ());
|
A D | strcpy-ia32.S | 21 # define strcpy __strcpy_ia32 macro 29 .globl __GI_strcpy; __GI_strcpy = strcpy
|
A D | Makefile | 9 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 D | strcpy.c | 22 # define strcpy __redirect_strcpy macro 24 # undef strcpy 35 s390_libc_ifunc_expr (__redirect_strcpy, strcpy,
|
A D | strcpy-z900.S | 49 strong_alias (STRCPY_Z900_G5, strcpy)
|
/sysdeps/alpha/ |
A D | strcpy.S | 25 ENTRY(strcpy) 39 END(strcpy) 40 libc_hidden_builtin_def (strcpy)
|
/sysdeps/x86/ |
A D | tst-strcpy-rtm.c | 31 if (strcpy (string2, string1) == string2 in prepare() 42 if (strcpy (string2, string1) == string2 in function()
|
/sysdeps/arm/armv6/ |
A D | strcpy.S | 43 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 D | strcpy.S | 21 ENTRY (strcpy) 124 END (strcpy) 126 libc_hidden_def (strcpy) 127 .weak strcpy
|
/sysdeps/posix/ |
A D | ctermid.c | 34 return strcpy (s, name); in ctermid()
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | test-scanf-ldbl-compat.c | 14 #define STRCPY strcpy
|
/sysdeps/powerpc/powerpc32/405/ |
A D | strcpy.S | 34 EALIGN (strcpy, 5, 0) 106 END (strcpy) 107 libc_hidden_builtin_def (strcpy)
|
/sysdeps/powerpc/powerpc32/ |
A D | strcpy.S | 25 EALIGN (strcpy, 4, 0) 116 END (strcpy) 117 libc_hidden_builtin_def (strcpy)
|
/sysdeps/x86_64/ |
A D | strcpy.S | 23 # define STRCPY strcpy 154 libc_hidden_builtin_def (strcpy)
|
/sysdeps/ia64/ |
A D | strcpy.S | 52 ENTRY(strcpy) 142 END(strcpy) 143 libc_hidden_builtin_def (strcpy)
|
/sysdeps/i386/i586/ |
A D | strcpy.S | 28 # define STRCPY strcpy 161 libc_hidden_builtin_def (strcpy)
|
Completed in 20 milliseconds
123