Home
last modified time | relevance | path

Searched refs:wmemcpy (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwmemcpy.c29 wchar_t src[] = L"This is a c test for wmemcpy"; in wmemcpy_0100()
31 wmemcpy(dest, src, n); in wmemcpy_0100()
39 * @tc.desc : Test wmemcpy when 'n' is equal to the number characters in src string
47 wmemcpy(dest, src, n); in wmemcpy_0200()
55 * @tc.desc : Test wmemcpy when 'n' is equal to 0
63 wmemcpy(dest, src, n); in wmemcpy_0300()
/third_party/lzma/CPP/Common/
H A DMyString.cpp1006 wmemcpy(newBuf, _chars, _len + 1); in ReAlloc()
1070 wmemcpy(_chars, s, num); in UString()
1080 wmemcpy(_chars, s._chars, num); in UString()
1089 wmemcpy(chars, s, len); in UString()
1098 wmemcpy(chars, s1, num1); in UString()
1099 wmemcpy(chars + num1, s2, num2 + 1); in UString()
1135 wmemcpy(_chars, s, len + 1); in UString()
1162 wmemcpy(_chars, s._chars, s._len + 1); in UString()
1192 wmemcpy(_chars, s, len + 1); in operator =()
1209 wmemcpy(_char in operator =()
[all...]
/third_party/musl/src/locale/
H A Dwcsxfrm.c10 wmemcpy(dest, src, l+1); in __wcsxfrm_l()
12 wmemcpy(dest, src, n-1); in __wcsxfrm_l()
/third_party/musl/src/string/
H A Dwmemcpy.c3 wchar_t *wmemcpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n) in wmemcpy() function
H A Dwcsdup.c9 return wmemcpy(d, s, l+1); in wcsdup()
/third_party/musl/src/time/
H A Dwcsftime.c56 wmemcpy(s+l, t, k); in __wcsftime_l()
/third_party/musl/libc-test/src/api/
H A Dwchar.c75 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wmemcpy;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/include/
H A Dwchar.h80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/lzma/CPP/Windows/
H A DRegistry.cpp369 wmemcpy(buffer + pos, s, size); in SetValue_Strings()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp132 wmemcpy(p, (const wchar_t *)name, name.Len()); in GetPrefixesPath()
138 wmemcpy(p, (const wchar_t *)s, s.Len()); in GetPrefixesPath()
/third_party/libuv/src/win/
H A Dprocess.c782 wmemcpy(ptr, *ptr_copy, len); in make_program_env()
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp236 wmemcpy(dstAligned, srcAligned, nbytes); in Bm_function_Wmemcpy()
/third_party/node/deps/uv/src/win/
H A Dprocess.c811 wmemcpy(ptr, *ptr_copy, len); in make_program_env()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp538 wmemcpy(s, (const wchar_t *)(const void *)p, size); in GetPath()
/third_party/libuv/test/
H A Dtest-spawn.c1300 wmemcpy(str, from_env[i], name_len); in TEST_IMPL()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp407 extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
14068 using ::wmemcpy;
16524 return wmemcpy(__s1, __s2, __n);
[all...]

Completed in 41 milliseconds