Searched defs:wcsstr (Results 1 – 2 of 2) sorted by relevance
41 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr() function
170 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} wcsstr() function 172 wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} wcsstr() function