Home
last modified time | relevance | path

Searched defs:wcscpy (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/string/
H A Dwcscpy.c41 __ssp_real(wcscpy)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() argument
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c34 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp152 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.c125 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1680 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() argument