Searched defs:wcscat (Results 1 – 3 of 3) sorted by relevance
3 wchar_t *wcscat(wchar_t *restrict dest, const wchar_t *restrict src) in wcscat() function
271 wchar_t * wcscat(wchar_t * __restrict__ __dst, const wchar_t * __restrict__ __src) in wcscat() function
1940 #define wcscat wcscat_instead_use_StringCbCatW_or_StringCchCatW; macro