Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dwchar.h168 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcsrchr() function
172 return __libcpp_wcsrchr(__s, __c); in wcsrchr()
175 return __libcpp_wcsrchr(__s, __c); in wcsrchr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h162 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcsrchr() function
166 return __libcpp_wcsrchr(__s, __c); in wcsrchr()
169 return __libcpp_wcsrchr(__s, __c); in wcsrchr()