Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dwmempcpy.c25 wmempcpy (wchar_t *dest, const wchar_t *src, size_t n) in wmempcpy() function
H A Dfnmatch.c61 # define wmempcpy __wmempcpy macro
/netbsd-src/lib/libc/string/
H A Dwmempcpy.c36 wmempcpy(wchar_t *__restrict dst, const wchar_t *__restrict src, size_t len) in wmempcpy() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc565 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument