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