Home
last modified time | relevance | path

Searched refs:__strchrnul (Results 1 – 18 of 18) sorted by relevance

/sysdeps/s390/
A Dstrchrnul.c26 extern __typeof (__strchrnul) STRCHRNUL_C attribute_hidden;
30 extern __typeof (__strchrnul) STRCHRNUL_Z13 attribute_hidden;
33 s390_libc_ifunc_expr (__strchrnul, __strchrnul,
38 weak_alias (__strchrnul, strchrnul)
A Dstrchrnul-c.c24 # define __strchrnul STRCHRNUL macro
A Dstrchrnul-vx.S97 strong_alias (STRCHRNUL_Z13, __strchrnul)
98 weak_alias (__strchrnul, strchrnul)
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrchrnul.c24 extern __typeof (__strchrnul) __strchrnul_ppc attribute_hidden;
25 extern __typeof (__strchrnul) __strchrnul_power7 attribute_hidden;
26 extern __typeof (__strchrnul) __strchrnul_power8 attribute_hidden;
30 libc_ifunc (__strchrnul,
38 weak_alias (__strchrnul, strchrnul)
/sysdeps/powerpc/powerpc32/power4/multiarch/
A Dstrchrnul.c24 extern __typeof (__strchrnul) __strchrnul_ppc attribute_hidden;
25 extern __typeof (__strchrnul) __strchrnul_power7 attribute_hidden;
29 libc_ifunc (__strchrnul,
34 weak_alias (__strchrnul, strchrnul)
/sysdeps/x86_64/multiarch/
A Dstrchrnul.c23 # define __strchrnul __redirect___strchrnul macro
25 # undef __strchrnul
31 libc_ifunc_redirected (__redirect_strchrnul, __strchrnul,
33 weak_alias (__strchrnul, strchrnul)
A Dstrchrnul-sse2.S20 # define __strchrnul __strchrnul_sse2 macro
23 # define weak_alias(__strchrnul, strchrnul) argument
/sysdeps/powerpc/powerpc64/power8/
A Dstrchrnul.S22 weak_alias (__strchrnul,strchrnul)
23 libc_hidden_builtin_def (__strchrnul)
A Dstrchr.S23 # define FUNC_NAME __strchrnul
/sysdeps/x86_64/
A Dstrchrnul.S23 #define strchr __strchrnul
27 weak_alias (__strchrnul, strchrnul)
/sysdeps/powerpc/powerpc32/power7/
A Dstrchrnul.S23 ENTRY (__strchrnul)
124 END (__strchrnul)
125 weak_alias (__strchrnul,strchrnul)
126 libc_hidden_builtin_def (__strchrnul)
/sysdeps/aarch64/
A Dstrchrnul.S56 ENTRY (__strchrnul)
96 END(__strchrnul)
97 weak_alias (__strchrnul, strchrnul)
/sysdeps/i386/
A Dstrchrnul.S30 ENTRY (__strchrnul)
274 END (__strchrnul)
276 weak_alias (__strchrnul, strchrnul)
A Dstring-inlines.c153 return __strchrnul (s, c); in __old_strchrnul_g()
/sysdeps/m68k/
A Dstrchrnul.S25 ENTRY(__strchrnul)
264 END(__strchrnul)
266 weak_alias (__strchrnul, strchrnul)
/sysdeps/posix/
A Dlibc_fatal.c81 next = __strchrnul (next + 1, '%'); in __libc_message()
/sysdeps/powerpc/powerpc64/power7/
A Dstrchrnul.S22 # define STRCHRNUL __strchrnul
/sysdeps/mach/hurd/
A Dspawni.c729 p = __strchrnul (path, ':'); in __spawni()

Completed in 18 milliseconds