Home
last modified time | relevance | path

Searched refs:__libcpp_wcschr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dwchar.h147 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() function
151 return __libcpp_wcschr(__s, __c); in wcschr()
154 return __libcpp_wcschr(__s, __c); in wcschr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h141 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() function
145 return __libcpp_wcschr(__s, __c); in wcschr()
148 return __libcpp_wcschr(__s, __c); in wcschr()