Home
last modified time | relevance | path

Searched refs:STRNCPY (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrncpy-avx2.S1 #ifndef STRNCPY
2 # define STRNCPY __strncpy_avx2 macro
6 #define STRCPY STRNCPY
Dstrncpy-evex.S1 #ifndef STRNCPY
2 # define STRNCPY __strncpy_evex macro
6 #define STRCPY STRNCPY
Dstrncpy-sse2-unaligned.S1 #ifndef STRNCPY
2 # define STRNCPY __strncpy_sse2_unaligned macro
6 #define STRCPY STRNCPY
/glibc-2.36/string/
Dstrncpy.c22 #ifndef STRNCPY
23 #define STRNCPY strncpy macro
27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY() function
Dstratcliff.c41 # 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()
Dtest-strncpy.c50 # define STRNCPY strncpy macro
53 # define STRNCPY wcsncpy macro
57 IMPL (STRNCPY, 1)
/glibc-2.36/sysdeps/x86_64/x32/
Dtst-size_t-strncmp.c31 # define STRNCPY wcsncpy macro
35 # define STRNCPY strncpy macro
60 STRNCPY ((CHAR *) buf1, (const CHAR *) buf2, size); in test_main()
/glibc-2.36/benchtests/
Dbench-string.h87 # define STRNCPY strncpy macro
112 # define STRNCPY wcsncpy macro
Dbench-strncpy.c47 IMPL (STRNCPY, 1)
/glibc-2.36/sysdeps/x86_64/
Dstrncpy.S19 #define STRNCPY strncpy macro
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dstrncpy-power7.S19 #define STRNCPY __strncpy_power7 macro
Dstrncpy-power8.S19 #define STRNCPY __strncpy_power8 macro
Dstrncpy-power9.S20 # define STRNCPY __strncpy_power9 macro
Dstrncpy-ppc64.c20 #define STRNCPY __strncpy_ppc macro
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrncpy-c.c1 #define STRNCPY __strncpy_ia32 macro
/glibc-2.36/wcsmbs/
Dwcsatcliff.c12 #define STRNCPY wcsncpy macro
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power9/
Dstrncpy.S28 # ifndef STRNCPY
31 # define FUNC_NAME STRNCPY
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrncpy.S28 # ifndef STRNCPY
31 # define FUNC_NAME STRNCPY
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dstrncpy.S49 # ifndef STRNCPY
52 # define FUNC_NAME STRNCPY
/glibc-2.36/ChangeLog.old/
DChangeLog.173180 * string/strncpy.c (STRNCPY): New. Defined to strncpy if not
3183 (STRNCPY): This.
3901 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy