Home
last modified time | relevance | path

Searched defs:wcsncpy (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/string/
H A Dwcsncpy.c43 __ssp_real(wcsncpy)(wchar_t * __restrict dst, const wchar_t * __restrict src, in __ssp_real() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1689 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument