Searched refs:wcscat (Results 1 – 5 of 5) sorted by relevance
65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);163 using ::wcscat;
271 using _STLP_VENDOR_CSTD::wcscat;
76 static_assert((std::is_same<decltype(wcscat(ws, L"")), wchar_t*>::value), ""); in main()
76 static_assert((std::is_same<decltype(std::wcscat(ws, L"")), wchar_t*>::value), ""); in main()
65 wchar_t *wcscat(wchar_t *s1, const wchar_t *s2) { in wcscat() function