Searched defs:wcsstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dwcsstr.c49 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dwchar.h160 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} function
162 wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} function

Completed in 102 milliseconds