Searched defs:wcsstr (Results 1 – 4 of 4) sorted by relevance
41 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr() function
182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function185 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr() function
176 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function179 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr() function
260 #define wcsstr(s, find) __qualsel((s), \ macro