Searched defs:wmemcpy (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wmemcpy.c | 42 __ssp_real(wmemcpy)(wchar_t * __restrict d, const wchar_t * __restrict s, in __ssp_real() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 80 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() argument
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 70 #define wmemcpy(a,b,i) (wchar_t *)memcpy((a), (b), (i) * sizeof(wchar_t)) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 650 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument
|