/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strncpy-avx2.S | 1 #ifndef STRNCPY 2 # define STRNCPY __strncpy_avx2 macro 6 #define STRCPY STRNCPY
|
D | strncpy-evex.S | 1 #ifndef STRNCPY 2 # define STRNCPY __strncpy_evex macro 6 #define STRCPY STRNCPY
|
D | strncpy-sse2-unaligned.S | 1 #ifndef STRNCPY 2 # define STRNCPY __strncpy_sse2_unaligned macro 6 #define STRCPY STRNCPY
|
/glibc-2.36/string/ |
D | strncpy.c | 22 #ifndef STRNCPY 23 #define STRNCPY strncpy macro 27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY() function
|
D | stratcliff.c | 41 # define STRNCPY strncpy macro 420 if (STRNCPY (dest, &adr[outer], len) != dest in do_test() 424 STRINGIFY (STRNCPY), outer, len); in do_test() 443 if (STRNCPY (dest, &adr[outer], len) != dest in do_test() 451 STRINGIFY (STRNCPY), outer, inner, len); in do_test() 454 if (STRNCPY (dest + 1, &adr[outer], len) != dest + 1 in do_test() 462 STRINGIFY (STRNCPY), outer, inner, len); in do_test()
|
D | test-strncpy.c | 50 # define STRNCPY strncpy macro 53 # define STRNCPY wcsncpy macro 57 IMPL (STRNCPY, 1)
|
/glibc-2.36/sysdeps/x86_64/x32/ |
D | tst-size_t-strncmp.c | 31 # define STRNCPY wcsncpy macro 35 # define STRNCPY strncpy macro 60 STRNCPY ((CHAR *) buf1, (const CHAR *) buf2, size); in test_main()
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 87 # define STRNCPY strncpy macro 112 # define STRNCPY wcsncpy macro
|
D | bench-strncpy.c | 47 IMPL (STRNCPY, 1)
|
/glibc-2.36/sysdeps/x86_64/ |
D | strncpy.S | 19 #define STRNCPY strncpy macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | strncpy-power7.S | 19 #define STRNCPY __strncpy_power7 macro
|
D | strncpy-power8.S | 19 #define STRNCPY __strncpy_power8 macro
|
D | strncpy-power9.S | 20 # define STRNCPY __strncpy_power9 macro
|
D | strncpy-ppc64.c | 20 #define STRNCPY __strncpy_ppc macro
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strncpy-c.c | 1 #define STRNCPY __strncpy_ia32 macro
|
/glibc-2.36/wcsmbs/ |
D | wcsatcliff.c | 12 #define STRNCPY wcsncpy macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power9/ |
D | strncpy.S | 28 # ifndef STRNCPY 31 # define FUNC_NAME STRNCPY
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/ |
D | strncpy.S | 28 # ifndef STRNCPY 31 # define FUNC_NAME STRNCPY
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/ |
D | strncpy.S | 49 # ifndef STRNCPY 52 # define FUNC_NAME STRNCPY
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 3180 * string/strncpy.c (STRNCPY): New. Defined to strncpy if not 3183 (STRNCPY): This. 3901 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
|