Searched defs:wcscpy (Results 1 – 5 of 5) sorted by relevance
41 __ssp_real(wcscpy)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() argument
34 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
152 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument
125 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
1680 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() argument