Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dwcscat.c41 __ssp_real(wcscat)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp171 INTERCEPTOR(wchar_t *, wcscat, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument