Home
last modified time | relevance | path

Searched defs:wmemset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libc/string/
H A Dwmemset.c40 wmemset(wchar_t *s, wchar_t c, size_t n) in wmemset() function
/netbsd-src/sys/arch/sun3/dev/
H A Dif_ie_sebuf.c226 wmemset(void *vb, int val, size_t l) in wmemset() function
H A Dif_ie_vme.c230 wmemset(void *vb, int val, size_t l) in wmemset() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf241 wmemset, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf241 wmemset, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc577 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2127 TEST(MemorySanitizer, wmemset) { in TEST() argument