Searched refs:STRCAT (Results 1 – 25 of 31) sorted by relevance
12
/glibc-2.36/string/ |
D | strcat.c | 22 #ifndef STRCAT 23 # define STRCAT strcat macro 28 STRCAT (char *dest, const char *src) in STRCAT() function
|
D | test-strcat.c | 28 # define STRCAT strcat macro 42 # define STRCAT wcscat macro 58 IMPL (STRCAT, 1)
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcat-sse2.S | 26 # ifndef STRCAT 27 # define STRCAT __strcat_sse2 macro 33 ENTRY (STRCAT) 263 END (STRCAT)
|
D | strcat-avx2-rtm.S | 1 #ifndef STRCAT 2 # define STRCAT __strcat_avx2_rtm macro
|
D | strcat-sse2-unaligned.S | 28 # ifndef STRCAT 29 # define STRCAT __strcat_sse2_unaligned macro 35 ENTRY (STRCAT)
|
D | strcat-avx2.S | 26 # ifndef STRCAT 27 # define STRCAT __strcat_avx2 macro 40 ENTRY (STRCAT)
|
D | strcat-evex.S | 26 # ifndef STRCAT 27 # define STRCAT __strcat_evex macro 45 ENTRY (STRCAT)
|
D | strncat-avx2-rtm.S | 2 #define STRCAT __strncat_avx2_rtm macro
|
D | strncat-sse2-unaligned.S | 6 #define STRCAT STRNCAT macro
|
D | strncat-avx2.S | 6 #define STRCAT STRNCAT macro
|
D | strncat-evex.S | 6 #define STRCAT STRNCAT macro
|
D | strcpy-avx2.S | 1001 END (STRCAT)
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 78 # define STRCAT strcat macro 103 # define STRCAT wcscat macro
|
D | bench-strcat.c | 48 IMPL (STRCAT, 1)
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strncat-ssse3.S | 1 #define STRCAT __strncat_ssse3 macro
|
D | strncat-sse2.S | 1 #define STRCAT __strncat_sse2 macro
|
D | strcat-ssse3.S | 35 # ifndef STRCAT 36 # define STRCAT __strcat_ssse3 macro 50 ENTRY (STRCAT) 570 END (STRCAT)
|
D | strcat-sse2.S | 64 # ifndef STRCAT 65 # define STRCAT __strcat_sse2 macro 87 ENTRY (STRCAT) 1171 END (STRCAT)
|
/glibc-2.36/sysdeps/x86_64/ |
D | strcat.S | 19 #define STRCAT strcat macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | strcat-ppc64.c | 20 #define STRCAT __strcat_ppc macro
|
D | strcat-power7.c | 20 #define STRCAT __strcat_power7 macro
|
D | strcat-power8.c | 20 #define STRCAT __strcat_power8 macro
|
/glibc-2.36/sysdeps/s390/ |
D | strcat-c.c | 23 # define STRCAT STRCAT_C macro
|
/glibc-2.36/posix/ |
D | fnmatch.c | 117 #define STRCAT(D, S) strcat (D, S) macro 138 #define STRCAT(D, S) wcscat (D, S) macro
|
D | fnmatch_loop.c | 1119 if (FCT (STRCAT (*PASTE (PATTERN_PREFIX, _at) (&list, pattern_i), p), in EXT() 1192 #undef STRCAT
|
12