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