Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/string/
H A Dwmemcpy.c36 wmemcpy(wchar_t *d, const wchar_t *s, size_t n) in wmemcpy() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf226 wmemcpy keyword
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp563 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument