Searched refs:wcsspn (Results 1 – 25 of 59) sorted by relevance
123
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_wcsspn.c | 5 #define TST_FUNCTION wcsspn 16 TST_DO_TEST (wcsspn) in tst_wcsspn() 18 TST_HEAD_LOCALE (wcsspn, S_WCSSPN); in tst_wcsspn() 19 TST_DO_REC (wcsspn) in tst_wcsspn() 21 TST_GET_ERRET (wcsspn); in tst_wcsspn() 22 ws1 = TST_INPUT (wcsspn).ws1; in tst_wcsspn() 23 ws2 = TST_INPUT (wcsspn).ws2; /* external value: size WCSSIZE */ in tst_wcsspn() 24 ret = wcsspn (ws1, ws2); in tst_wcsspn()
|
/glibc-2.36/sysdeps/s390/ |
D | wcsspn.c | 22 # define wcsspn __redirect_wcsspn macro 24 # undef wcsspn 34 s390_libc_ifunc_expr (__redirect_wcsspn, wcsspn,
|
D | Makefile | 111 wcsspn wcsspn-vx wcsspn-c \
|
D | wcsspn-vx.S | 273 strong_alias (WCSSPN_Z13, wcsspn)
|
/glibc-2.36/wcsmbs/ |
D | wcsspn.c | 21 # define wcsspn WCSSPN macro 27 wcsspn (const wchar_t *wcs, const wchar_t *accept) in wcsspn() function 46 libc_hidden_def (wcsspn)
|
D | Makefile | 29 wcsncmp wcsncpy wcspbrk wcsrchr wcsspn wcstok wcsstr wmemchr \ 48 wcpcpy wcsncpy wcpncpy wcscat wcsncat wcschrnul wcsspn wcspbrk \
|
D | wcstok.c | 41 wcs += wcsspn (wcs, delim); in wcstok()
|
D | Versions | 16 wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
|
D | wchar.h | 192 extern size_t wcsspn (const wchar_t *__wcs, const wchar_t *__accept)
|
/glibc-2.36/sysdeps/s390/multiarch/ |
D | ifunc-impl-list.c | 597 IFUNC_IMPL (i, name, wcsspn, in __libc_ifunc_impl_list() 599 IFUNC_IMPL_ADD (array, i, wcsspn, in __libc_ifunc_impl_list() 603 IFUNC_IMPL_ADD (array, i, wcsspn, 1, WCSSPN_C) in __libc_ifunc_impl_list()
|
/glibc-2.36/string/ |
D | test-strspn.c | 38 # define STRSPN wcsspn
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 115 # define STRSPN wcsspn
|
D | Makefile | 188 wcsspn \
|
/glibc-2.36/include/ |
D | wchar.h | 132 libc_hidden_proto (wcsspn)
|
/glibc-2.36/conform/data/ |
D | wchar.h-data | 111 function size_t wcsspn (const wchar_t*, const wchar_t*)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 2075 GLIBC_2.35 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 2102 GLIBC_2.36 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 2112 GLIBC_2.33 wcsspn F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1870 GLIBC_2.2.6 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 2103 GLIBC_2.32 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 2176 GLIBC_2.27 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2165 GLIBC_2.17 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2170 GLIBC_2.16 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 2193 GLIBC_2.29 wcsspn F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 1894 GLIBC_2.2.5 wcsspn F
|
123