Searched defs:wmemset (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/lib/libc/string/ |
H A D | wmemset.c | 40 wmemset(wchar_t *s, wchar_t c, size_t n) in wmemset() function
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | if_ie_sebuf.c | 226 wmemset(void *vb, int val, size_t l) in wmemset() function
|
H A D | if_ie_vme.c | 230 wmemset(void *vb, int val, size_t l) in wmemset() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 241 wmemset, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 241 wmemset, 89 keyword
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 577 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 D | msan_test.cc | 2127 TEST(MemorySanitizer, wmemset) { in TEST() argument
|