Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 57) sorted by relevance

123

/sysdeps/x86_64/multiarch/
A Dstrcat.c22 # define strcat __redirect_strcat macro
24 # undef strcat
26 # define SYMBOL_NAME strcat
29 libc_ifunc_redirected (__redirect_strcat, strcat, IFUNC_SELECTOR ());
32 __hidden_ver1 (strcat, __GI_strcat, __redirect_strcat)
33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strcat);
A Dstrcat-sse2.S22 # define strcat __strcat_sse2 macro
25 # define libc_hidden_builtin_def(strcat) argument
A DMakefile25 strcat-avx2 strncat-avx2 \
26 strcat-ssse3 strncat-ssse3\
33 strcat-sse2 \
34 strcat-sse2-unaligned strncat-sse2-unaligned \
57 strcat-avx2-rtm \
74 strcat-evex \
A Difunc-impl-list.c423 IFUNC_IMPL (i, name, strcat, in __libc_ifunc_impl_list()
424 IFUNC_IMPL_ADD (array, i, strcat, CPU_FEATURE_USABLE (AVX2), in __libc_ifunc_impl_list()
426 IFUNC_IMPL_ADD (array, i, strcat, in __libc_ifunc_impl_list()
430 IFUNC_IMPL_ADD (array, i, strcat, in __libc_ifunc_impl_list()
434 IFUNC_IMPL_ADD (array, i, strcat, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list()
436 IFUNC_IMPL_ADD (array, i, strcat, 1, __strcat_sse2_unaligned) in __libc_ifunc_impl_list()
437 IFUNC_IMPL_ADD (array, i, strcat, 1, __strcat_sse2)) in __libc_ifunc_impl_list()
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrcat.c20 # define strcat __redirect_strcat macro
25 extern __typeof (strcat) __strcat_ppc attribute_hidden;
26 extern __typeof (strcat) __strcat_power7 attribute_hidden;
27 extern __typeof (strcat) __strcat_power8 attribute_hidden;
28 # undef strcat
30 libc_ifunc_redirected (__redirect_strcat, strcat,
A Dstrcat-ppc64.c27 extern __typeof (strcat) __strcat_ppc attribute_hidden;
A DMakefile26 strcat-power8 strcat-power7 strcat-ppc64 \
A Difunc-impl-list.c437 IFUNC_IMPL (i, name, strcat, in __libc_ifunc_impl_list()
438 IFUNC_IMPL_ADD (array, i, strcat, in __libc_ifunc_impl_list()
442 IFUNC_IMPL_ADD (array, i, strcat, in __libc_ifunc_impl_list()
446 IFUNC_IMPL_ADD (array, i, strcat, 1, in __libc_ifunc_impl_list()
/sysdeps/i386/i686/multiarch/
A Dstrcat.c22 # define strcat __redirect_strcat macro
24 # undef strcat
26 # define SYMBOL_NAME strcat
29 libc_ifunc_redirected (__redirect_strcat, strcat, IFUNC_SELECTOR ());
A Dstrcat-ia32.S21 # define strcat __strcat_ia32 macro
29 .globl __GI_strcat; __GI_strcat = strcat
A DMakefile11 strncpy-sse2 stpcpy-sse2 stpncpy-sse2 strcat-ssse3 \
12 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c \
26 mempcpy-ia32 memset-ia32 strcat-ia32 strchr-ia32 \
A Difunc-impl-list.c174 IFUNC_IMPL (i, name, strcat, in __libc_ifunc_impl_list()
175 IFUNC_IMPL_ADD (array, i, strcat, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list()
177 IFUNC_IMPL_ADD (array, i, strcat, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list()
179 IFUNC_IMPL_ADD (array, i, strcat, 1, __strcat_ia32)) in __libc_ifunc_impl_list()
/sysdeps/s390/
A Dstrcat.c22 # define strcat __redirect_strcat macro
24 # undef strcat
35 s390_libc_ifunc_expr (__redirect_strcat, strcat,
A DMakefile81 strcat strcat-vx strcat-c \
A Dstrcat-vx.S164 strong_alias (STRCAT_Z13, strcat)
/sysdeps/unix/sysv/linux/riscv/
A Dregister-dump.h51 strcat (str, names[i]); in register_dump()
52 strcat (str, " "); in register_dump()
54 strcat (str, regvalue); in register_dump()
57 strcat (str, "\n"); in register_dump()
/sysdeps/alpha/alphaev67/
A Dstrcat.S26 ENTRY(strcat)
58 END(strcat)
59 libc_hidden_builtin_def (strcat)
/sysdeps/alpha/
A Dstrcat.S24 ENTRY(strcat)
69 END(strcat)
70 libc_hidden_builtin_def (strcat)
/sysdeps/x86_64/
A Dstrcat.S26 ENTRY (strcat)
256 END (strcat)
257 libc_hidden_builtin_def (strcat)
/sysdeps/i386/
A Dstrcat.S29 ENTRY (strcat)
262 END (strcat)
263 libc_hidden_builtin_def (strcat)
A Dstring-inlines.c114 return strcat (dest, src); in __old_strcat_g()
/sysdeps/sparc/sparc64/
A Dstrcat.S48 ENTRY(strcat)
336 END(strcat)
337 libc_hidden_builtin_def (strcat)
/sysdeps/sparc/sparc32/
A Dstrcat.S40 ENTRY(strcat)
350 END(strcat)
351 libc_hidden_builtin_def (strcat)
/sysdeps/s390/multiarch/
A Difunc-impl-list.c293 IFUNC_IMPL (i, name, strcat, in __libc_ifunc_impl_list()
295 IFUNC_IMPL_ADD (array, i, strcat, in __libc_ifunc_impl_list()
299 IFUNC_IMPL_ADD (array, i, strcat, 1, STRCAT_C) in __libc_ifunc_impl_list()
/sysdeps/unix/sysv/linux/arc/
A Dlibc.abilist1861 GLIBC_2.32 strcat F

Completed in 16 milliseconds

123