Lines Matching refs:wcscat
93 wchar_t *wcscat (wchar_t * __restrict s1, 1159 /** The wcscat function appends a copy of the wide string pointed to by Src 1164 @return The wcscat function returns the value of Dest. 1166 wchar_t *wcscat(wchar_t * __restrict Dest, const wchar_t * __restrict Src);