Home
last modified time | relevance | path

Searched refs:wmemset (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwmemset.c32 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 Dwcsncpy.c38 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 Dwmemset.c3 wchar_t *wmemset(wchar_t *d, wchar_t c, size_t n) in wmemset() function
H A Dwcsncpy.c7 wmemset(d, 0, n); in wcsncpy()
/third_party/musl/Benchmark/musl/
H A Dutil.cpp75 wmemset(bufAligned, fillByte, nbytes); in GetAlignedPtrFilled()
H A Dlibc_string.cpp219 wmemset(bufAligned, L'n', nbytes); in Bm_function_Wmemset()
/third_party/musl/libc-test/src/api/
H A Dwchar.c77 {wchar_t*(*p)(wchar_t*,wchar_t,size_t) = wmemset;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
/third_party/musl/include/
H A Dwchar.h82 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp416 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