Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/string/
H A Dwmemmove.c41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf240 wmemmove, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf240 wmemmove, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc585 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument