Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h75 wchar_t *internal_wcsncpy(wchar_t *dst, const wchar_t *src, uptr maxlen);
H A Dsanitizer_libc.cpp229 wchar_t *internal_wcsncpy(wchar_t *dst, const wchar_t *src, uptr n) { in internal_wcsncpy() function