Home
last modified time | relevance | path

Searched defs:STRCAT (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/string/
Dstrcat.c23 # define STRCAT strcat macro
28 STRCAT (char *dest, const char *src) in STRCAT() function
Dtest-strcat.c28 # define STRCAT strcat macro
42 # define STRCAT wcscat macro
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcat-sse2.S27 # define STRCAT __strcat_sse2 macro
Dstrncat-avx2-rtm.S2 #define STRCAT __strncat_avx2_rtm macro
Dstrncat-sse2-unaligned.S6 #define STRCAT STRNCAT macro
Dstrncat-avx2.S6 #define STRCAT STRNCAT macro
Dstrncat-evex.S6 #define STRCAT STRNCAT macro
Dstrcat-sse2-unaligned.S29 # define STRCAT __strcat_sse2_unaligned macro
Dstrcat-avx2-rtm.S2 # define STRCAT __strcat_avx2_rtm macro
Dstrcat-avx2.S27 # define STRCAT __strcat_avx2 macro
Dstrcat-evex.S27 # define STRCAT __strcat_evex macro
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrncat-ssse3.S1 #define STRCAT __strncat_ssse3 macro
Dstrncat-sse2.S1 #define STRCAT __strncat_sse2 macro
Dstrcat-ssse3.S36 # define STRCAT __strcat_ssse3 macro
Dstrcat-sse2.S65 # define STRCAT __strcat_sse2 macro
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dstrcat-ppc64.c20 #define STRCAT __strcat_ppc macro
Dstrcat-power7.c20 #define STRCAT __strcat_power7 macro
Dstrcat-power8.c20 #define STRCAT __strcat_power8 macro
/glibc-2.36/sysdeps/s390/
Dstrcat-c.c23 # define STRCAT STRCAT_C macro
/glibc-2.36/sysdeps/x86_64/
Dstrcat.S19 #define STRCAT strcat macro
/glibc-2.36/posix/
Dfnmatch.c117 #define STRCAT(D, S) strcat (D, S) macro
138 #define STRCAT(D, S) wcscat (D, S) macro
/glibc-2.36/benchtests/
Dbench-string.h78 # define STRCAT strcat macro
103 # define STRCAT wcscat macro