Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/string/
HDwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy() function
/freebsd-13-stable/contrib/libarchive/libarchive/test/
HDtest_entry.c34 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/nsan/
HDnsan_interceptors.cpp152 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_entry.c125 static wchar_t * wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp1680 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() argument