Home
last modified time | relevance | path

Searched refs:STRCAT (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/string/
Dstrcat.c22 #ifndef STRCAT
23 # 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
58 IMPL (STRCAT, 1)
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcat-sse2.S26 # ifndef STRCAT
27 # define STRCAT __strcat_sse2 macro
33 ENTRY (STRCAT)
263 END (STRCAT)
Dstrcat-avx2-rtm.S1 #ifndef STRCAT
2 # define STRCAT __strcat_avx2_rtm macro
Dstrcat-sse2-unaligned.S28 # ifndef STRCAT
29 # define STRCAT __strcat_sse2_unaligned macro
35 ENTRY (STRCAT)
Dstrcat-avx2.S26 # ifndef STRCAT
27 # define STRCAT __strcat_avx2 macro
40 ENTRY (STRCAT)
Dstrcat-evex.S26 # ifndef STRCAT
27 # define STRCAT __strcat_evex macro
45 ENTRY (STRCAT)
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
Dstrcpy-avx2.S1001 END (STRCAT)
/glibc-2.36/benchtests/
Dbench-string.h78 # define STRCAT strcat macro
103 # define STRCAT wcscat macro
Dbench-strcat.c48 IMPL (STRCAT, 1)
/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.S35 # ifndef STRCAT
36 # define STRCAT __strcat_ssse3 macro
50 ENTRY (STRCAT)
570 END (STRCAT)
Dstrcat-sse2.S64 # ifndef STRCAT
65 # define STRCAT __strcat_sse2 macro
87 ENTRY (STRCAT)
1171 END (STRCAT)
/glibc-2.36/sysdeps/x86_64/
Dstrcat.S19 #define STRCAT strcat 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/posix/
Dfnmatch.c117 #define STRCAT(D, S) strcat (D, S) macro
138 #define STRCAT(D, S) wcscat (D, S) macro
Dfnmatch_loop.c1119 if (FCT (STRCAT (*PASTE (PATTERN_PREFIX, _at) (&list, pattern_i), p), in EXT()
1192 #undef STRCAT

12