Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dwchar.h178 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcsstr() function
183 return __libcpp_wcsstr(__s1, __s2); in wcsstr()
186 return __libcpp_wcsstr(__s1, __s2); in wcsstr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h172 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcsstr() function
177 return __libcpp_wcsstr(__s1, __s2); in wcsstr()
180 return __libcpp_wcsstr(__s1, __s2); in wcsstr()