Searched defs:wcspbrk (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dwcspbrk.c42 wcspbrk(const wchar_t *s, const wchar_t *set) function
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcspbrk.c38 ATF_TC(wcspbrk); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dwchar.h146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
148 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function

Completed in 61 milliseconds