Home
last modified time | relevance | path

Searched refs:STRCHRNUL (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dstrchrnul.S21 #ifndef STRCHRNUL
22 # define STRCHRNUL __strchrnul macro
26 ENTRY_TOCLESS (STRCHRNUL)
128 END (STRCHRNUL)
129 weak_alias (STRCHRNUL, strchrnul)
130 libc_hidden_builtin_def (STRCHRNUL)
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrchrnul-avx2.S1 #ifndef STRCHRNUL
2 # define STRCHRNUL __strchrnul_avx2 macro
5 #define STRCHR STRCHRNUL
Dstrchrnul-evex.S1 #ifndef STRCHRNUL
2 # define STRCHRNUL __strchrnul_evex macro
5 #define STRCHR STRCHRNUL
Dstrchrnul-sse2.S19 #ifndef STRCHRNUL
20 # define STRCHRNUL __strchrnul_sse2 macro
23 #define STRCHR STRCHRNUL
/glibc-2.36/string/
Dstrchrnul.c30 #ifndef STRCHRNUL
31 # define STRCHRNUL __strchrnul macro
36 STRCHRNUL (const char *s, int c_in) in STRCHRNUL() function
/glibc-2.36/sysdeps/s390/
Dstrchrnul-c.c23 # define STRCHRNUL STRCHRNUL_C macro
24 # define __strchrnul STRCHRNUL
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dstrchrnul-power7.S19 #define STRCHRNUL __strchrnul_power7 macro
Dstrchrnul-power8.S19 #define STRCHRNUL __strchrnul_power8 macro
/glibc-2.36/sysdeps/x86_64/
Dstrchrnul.S19 #define STRCHRNUL __strchrnul macro
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/
Dstrchrnul-ppc32.c21 #define STRCHRNUL __strchrnul_ppc macro
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrchr.S22 # ifndef STRCHRNUL
25 # define FUNC_NAME STRCHRNUL
/glibc-2.36/ChangeLog.old/
DChangeLog.196695 * string/strchrnul.c (STRCHRNUL): Likewise.
DChangeLog.1829238 * string/strchrnul.c (STRCHRNUL): Likewise.
33125 * string/strchrnul.c (STRCHRNUL):