Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/string/
Dwmemmove.c36 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove() function
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp592 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument