Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 54) sorted by relevance

123

/sysdeps/powerpc/powerpc64/multiarch/
A Dstrstr.c21 # define strstr __redirect_strstr macro
26 extern __typeof (strstr) __strstr_ppc attribute_hidden;
27 extern __typeof (strstr) __strstr_power7 attribute_hidden;
28 # undef strstr
32 libc_ifunc_redirected (__redirect_strstr, strstr,
A Dstrstr-ppc64.c27 extern __typeof (strstr) __strstr_ppc attribute_hidden;
A DMakefile28 strncpy-power8 strstr-power7 strstr-ppc64 \
A Difunc-impl-list.c468 IFUNC_IMPL (i, name, strstr, in __libc_ifunc_impl_list()
469 IFUNC_IMPL_ADD (array, i, strstr, in __libc_ifunc_impl_list()
472 IFUNC_IMPL_ADD (array, i, strstr, 1, in __libc_ifunc_impl_list()
/sysdeps/x86_64/multiarch/
A Dstrstr.c22 #undef strstr
23 #define strstr __redirect_strstr macro
25 #undef strstr
49 #undef strstr
50 strong_alias (__libc_strstr, strstr)
A DMakefile35 strchr-sse2-no-bsf memcmp-ssse3 strstr-sse2-unaligned \
A Difunc-impl-list.c613 IFUNC_IMPL (i, name, strstr, in __libc_ifunc_impl_list()
614 IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2_unaligned) in __libc_ifunc_impl_list()
615 IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2)) in __libc_ifunc_impl_list()
/sysdeps/s390/
A Dstrstr.c22 # define strstr __redirect_strstr macro
25 # undef strstr
39 s390_libc_ifunc_expr (__redirect_strstr, strstr,
A Dstrstr-arch13.S49 # error The arch13 variant of strstr needs the z13 variant of strstr!
173 strong_alias (STRSTR_ARCH13, strstr)
A DMakefile73 strstr strstr-arch13 strstr-vx strstr-c \
/sysdeps/powerpc/powerpc64/power7/
A Dstrstr-ppc64.c25 extern __typeof (strstr) __strstr_ppc attribute_hidden;
A DMakefile12 sysdep_routines += strstr-ppc64
A Dstrstr.S29 # define STRSTR strstr
535 libc_hidden_builtin_def (strstr)
/sysdeps/x86/
A Dtst-cet-legacy-4.c38 if (!strstr (err, "rebuild shared object with IBT support enabled")) in do_test()
A Dtst-cet-legacy-5.c52 if (strstr (err, "rebuild shared object with SHSTK support enabled") in do_test_1()
A Dtst-cet-legacy-6.c52 if (strstr (err, "rebuild shared object with SHSTK support enabled") in do_test_1()
A Dtst-isa-level-1.c40 if (strstr (err, "CPU ISA level is lower than required") == NULL) in do_test_1()
A Dtst-cpu-features-cpuinfo.c64 char *str = strstr (cpu_flags, search_name); in check_proc()
74 str = strstr (cpu_flags, buffer); in check_proc()
/sysdeps/unix/sysv/linux/
A Dmalloc-hugepages.c97 const char *s = strstr (buf, "Hugepagesize:"); in malloc_default_hugepage_size()
/sysdeps/s390/multiarch/
A Difunc-impl-list.c189 IFUNC_IMPL (i, name, strstr, in __libc_ifunc_impl_list()
191 IFUNC_IMPL_ADD (array, i, strstr, in __libc_ifunc_impl_list()
195 IFUNC_IMPL_ADD (array, i, strstr, in __libc_ifunc_impl_list()
199 IFUNC_IMPL_ADD (array, i, strstr, 1, STRSTR_C) in __libc_ifunc_impl_list()
/sysdeps/i386/
A Dstring-inlines.c202 return strstr (s, accept); in __old_strstr_g()
/sysdeps/unix/sysv/linux/arc/
A Dlibc.abilist1901 GLIBC_2.32 strstr F
/sysdeps/mach/hurd/i386/
A Dlibc.abilist1682 GLIBC_2.2.6 strstr F
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dlibc.abilist1907 GLIBC_2.33 strstr F
/sysdeps/unix/sysv/linux/csky/
A Dlibc.abilist1959 GLIBC_2.29 strstr F

Completed in 21 milliseconds

123