Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/string/
H A Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) wcscpy() function
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_entry.c34 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_entry.c125 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd-src/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