Home
last modified time | relevance | path

Searched refs:internal_wcscpy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h74 wchar_t *internal_wcscpy(wchar_t *dst, const wchar_t *src);
H A Dsanitizer_libc.cpp202 wchar_t *internal_wcscpy(wchar_t *dst, const wchar_t *src) { in internal_wcscpy() function