Home
last modified time | relevance | path

Searched refs:wcschr (Results 1 – 25 of 80) sorted by relevance

1234

/glibc-2.36/localedata/tests-mbwc/
Dtst_wcschr.c5 #define TST_FUNCTION wcschr
16 TST_DO_TEST (wcschr) in tst_wcschr()
18 TST_HEAD_LOCALE (wcschr, S_WCSCHR); in tst_wcschr()
19 TST_DO_REC (wcschr) in tst_wcschr()
21 TST_GET_ERRET (wcschr); in tst_wcschr()
22 ws = TST_INPUT (wcschr).ws; /* external value: size WCSSIZE */ in tst_wcschr()
23 wc = TST_INPUT (wcschr).wc; in tst_wcschr()
24 ret = wcschr (ws, wc); in tst_wcschr()
/glibc-2.36/sysdeps/x86_64/multiarch/
Dwcschr.c22 # define wcschr __redirect_wcschr macro
25 # undef wcschr
28 # define SYMBOL_NAME wcschr
32 weak_alias (__wcschr, wcschr);
36 __hidden_ver1 (wcschr, __GI_wcschr, __redirect_wcschr)
DMakefile129 wcschr-avx2 \
130 wcschr-avx2-rtm \
131 wcschr-evex \
132 wcschr-sse2 \
Difunc-impl-list.c750 IFUNC_IMPL (i, name, wcschr, in __libc_ifunc_impl_list()
751 X86_IFUNC_IMPL_ADD_V4 (array, i, wcschr, in __libc_ifunc_impl_list()
756 X86_IFUNC_IMPL_ADD_V3 (array, i, wcschr, in __libc_ifunc_impl_list()
760 X86_IFUNC_IMPL_ADD_V3 (array, i, wcschr, in __libc_ifunc_impl_list()
767 X86_IFUNC_IMPL_ADD_V2 (array, i, wcschr, in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dwcschr.c22 # define wcschr __redirect_wcschr macro
25 # undef wcschr
28 # define SYMBOL_NAME wcschr
32 weak_alias (__wcschr, wcschr);
DMakefile38 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c wcschr-sse2 \
39 wcschr-c wcsrchr-sse2 wcsrchr-c wcscpy-ssse3 wcscpy-c
Difunc-impl-list.c253 IFUNC_IMPL (i, name, wcschr, in __libc_ifunc_impl_list()
254 IFUNC_IMPL_ADD (array, i, wcschr, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list()
256 IFUNC_IMPL_ADD (array, i, wcschr, 1, __wcschr_ia32)) in __libc_ifunc_impl_list()
Dwcschr-c.c19 extern __typeof (wcschr) __wcschr_ia32;
/glibc-2.36/sysdeps/s390/
Dwcschr.c22 # define wcschr __redirect_wcschr macro
25 # undef wcschr
42 weak_alias (__wcschr, wcschr)
DMakefile108 wcschr wcschr-vx wcschr-c \
Dwcschr-vx.S107 weak_alias (__wcschr, wcschr)
/glibc-2.36/sysdeps/x86_64/
Dwcschr.S28 weak_alias (__wcschr, wcschr)
29 libc_hidden_weak (wcschr)
/glibc-2.36/wcsmbs/
Dwcschr.c48 weak_alias (__wcschr, wcschr)
49 libc_hidden_weak (wcschr)
DMakefile28 routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \
47 strop-tests := wcscmp wcsncmp wmemcmp wcslen wcschr wcsrchr wcscpy wcsnlen \
Dwcscspn.c32 if (wcschr (reject, *wcs++) == NULL) in wcscspn()
Dwcspbrk.c29 if (wcschr (accept, *wcs) == NULL) in wcspbrk()
Dwcsatcliff.c9 #define STRCHR wcschr
DVersions14 wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
Dwchar.h160 extern "C++" wchar_t *wcschr (wchar_t *__wcs, wchar_t __wc)
162 extern "C++" const wchar_t *wcschr (const wchar_t *__wcs, wchar_t __wc)
165 extern wchar_t *wcschr (const wchar_t *__wcs, wchar_t __wc)
/glibc-2.36/libio/
Dtst-widetext.c252 wchar_t *wendp = wcschr (wcp, L'\n'); in do_test()
268 wcp = wcschr (wcp, L'\0'); in do_test()
298 wcp = wcschr (wcp, L'\0'); in do_test()
/glibc-2.36/locale/programs/
Dld-time.c459 wstr = wcschr ((wchar_t *) time->wera[idx], L':');/* end direction */ in time_finish()
460 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end offset */ in time_finish()
461 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end start */ in time_finish()
462 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end end */ in time_finish()
466 wstr = wcschr (wstr + 1, L':'); /* end name */ in time_finish()
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c561 IFUNC_IMPL (i, name, wcschr, in __libc_ifunc_impl_list()
563 IFUNC_IMPL_ADD (array, i, wcschr, in __libc_ifunc_impl_list()
567 IFUNC_IMPL_ADD (array, i, wcschr, 1, WCSCHR_C) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/powerpc/
DMakefile68 CFLAGS-wcschr.c += -DUNROLL_NTIMES=8
/glibc-2.36/string/
Dtest-strspn.c43 # define STRCHR wcschr
/glibc-2.36/benchtests/
Dbench-string.h106 # define STRCHR wcschr

1234