Home
last modified time | relevance | path

Searched refs:STRNCPY_Z900_G5 (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/s390/
Difunc-strncpy.h37 # define STRNCPY_DEFAULT STRNCPY_Z900_G5
43 # define STRNCPY_Z900_G5 __strncpy_default macro
45 # define STRNCPY_Z900_G5 NULL macro
Dstrncpy.c30 extern __typeof (__redirect_strncpy) STRNCPY_Z900_G5 attribute_hidden;
/glibc-2.36/sysdeps/s390/s390-32/
Dstrncpy-z900.S31 ENTRY(STRNCPY_Z900_G5)
79 END(STRNCPY_Z900_G5)
82 strong_alias (STRNCPY_Z900_G5, strncpy)
86 strong_alias (STRNCPY_Z900_G5, __GI_strncpy)
/glibc-2.36/sysdeps/s390/s390-64/
Dstrncpy-z900.S30 ENTRY(STRNCPY_Z900_G5)
90 END(STRNCPY_Z900_G5)
93 strong_alias (STRNCPY_Z900_G5, strncpy)
97 strong_alias (STRNCPY_Z900_G5, __GI_strncpy)
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c255 IFUNC_IMPL_ADD (array, i, strncpy, 1, STRNCPY_Z900_G5) in __libc_ifunc_impl_list()