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

/freebsd-12-stable/lib/libc/string/
H A Dwcschr.c35 wcschr(const wchar_t *s, wchar_t c) function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dwchar.h138 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
140 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h110 #undef wcschr macro
211 wcschr(wchar_t* __p, wchar_t __c) function

Completed in 74 milliseconds