Searched refs:wmemset (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wmemset.c | 32 wmemset(des, ch, count); in wmemset_0100() 42 * @tc.desc : Test wmemset when count is 0 51 wmemset(des, ch, count); in wmemset_0200() 61 * @tc.desc : Test wmemset when count is equal to the number characters in dest string 70 wmemset(des, ch, count); in wmemset_0300()
|
H A D | wcsncpy.c | 38 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0100() 55 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0200() 72 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0300()
|
/third_party/musl/src/string/ |
H A D | wmemset.c | 3 wchar_t *wmemset(wchar_t *d, wchar_t c, size_t n) in wmemset() function
|
H A D | wcsncpy.c | 7 wmemset(d, 0, n); in wcsncpy()
|
/third_party/musl/Benchmark/musl/ |
H A D | util.cpp | 75 wmemset(bufAligned, fillByte, nbytes); in GetAlignedPtrFilled()
|
H A D | libc_string.cpp | 219 wmemset(bufAligned, L'n', nbytes); in Bm_function_Wmemset()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 77 {wchar_t*(*p)(wchar_t*,wchar_t,size_t) = wmemset;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 416 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) throw (); 14070 using ::wmemset; 16532 return wmemset(__s, __a, __n); [all...] |
Completed in 40 milliseconds