/glibc-2.36/localedata/tests-mbwc/ |
D | tst_wcschr.c | 5 #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/ |
D | wcschr.c | 22 # 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)
|
D | Makefile | 129 wcschr-avx2 \ 130 wcschr-avx2-rtm \ 131 wcschr-evex \ 132 wcschr-sse2 \
|
D | ifunc-impl-list.c | 750 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/ |
D | wcschr.c | 22 # define wcschr __redirect_wcschr macro 25 # undef wcschr 28 # define SYMBOL_NAME wcschr 32 weak_alias (__wcschr, wcschr);
|
D | Makefile | 38 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c wcschr-sse2 \ 39 wcschr-c wcsrchr-sse2 wcsrchr-c wcscpy-ssse3 wcscpy-c
|
D | ifunc-impl-list.c | 253 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()
|
D | wcschr-c.c | 19 extern __typeof (wcschr) __wcschr_ia32;
|
/glibc-2.36/sysdeps/s390/ |
D | wcschr.c | 22 # define wcschr __redirect_wcschr macro 25 # undef wcschr 42 weak_alias (__wcschr, wcschr)
|
D | Makefile | 108 wcschr wcschr-vx wcschr-c \
|
D | wcschr-vx.S | 107 weak_alias (__wcschr, wcschr)
|
/glibc-2.36/sysdeps/x86_64/ |
D | wcschr.S | 28 weak_alias (__wcschr, wcschr) 29 libc_hidden_weak (wcschr)
|
/glibc-2.36/wcsmbs/ |
D | wcschr.c | 48 weak_alias (__wcschr, wcschr) 49 libc_hidden_weak (wcschr)
|
D | Makefile | 28 routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ 47 strop-tests := wcscmp wcsncmp wmemcmp wcslen wcschr wcsrchr wcscpy wcsnlen \
|
D | wcscspn.c | 32 if (wcschr (reject, *wcs++) == NULL) in wcscspn()
|
D | wcspbrk.c | 29 if (wcschr (accept, *wcs) == NULL) in wcspbrk()
|
D | wcsatcliff.c | 9 #define STRCHR wcschr
|
D | Versions | 14 wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
|
D | wchar.h | 160 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/ |
D | tst-widetext.c | 252 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/ |
D | ld-time.c | 459 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/ |
D | ifunc-impl-list.c | 561 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/ |
D | Makefile | 68 CFLAGS-wcschr.c += -DUNROLL_NTIMES=8
|
/glibc-2.36/string/ |
D | test-strspn.c | 43 # define STRCHR wcschr
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 106 # define STRCHR wcschr
|