Home
last modified time | relevance | path

Searched defs:wmemmove (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/lib/libc/string/
H A Dwmemmove.c41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) wmemmove() function
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_string.c74 #define wmemmove(a,b,i) (wchar_t *)memmove((a), (b), (i) * sizeof(wchar_t)) macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp679 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument