/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wmemcpy.c | 29 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 D | MyString.cpp | 1006 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 D | wcsxfrm.c | 10 wmemcpy(dest, src, l+1); in __wcsxfrm_l() 12 wmemcpy(dest, src, n-1); in __wcsxfrm_l()
|
/third_party/musl/src/string/ |
H A D | wmemcpy.c | 3 wchar_t *wmemcpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n) in wmemcpy() function
|
H A D | wcsdup.c | 9 return wmemcpy(d, s, l+1); in wcsdup()
|
/third_party/musl/src/time/ |
H A D | wcsftime.c | 56 wmemcpy(s+l, t, k); in __wcsftime_l()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 75 {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 D | wchar.h | 80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 80 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/lzma/CPP/Windows/ |
H A D | Registry.cpp | 369 wmemcpy(buffer + pos, s, size);
in SetValue_Strings()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 132 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 D | process.c | 782 wmemcpy(ptr, *ptr_copy, len); in make_program_env()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 236 wmemcpy(dstAligned, srcAligned, nbytes); in Bm_function_Wmemcpy()
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 811 wmemcpy(ptr, *ptr_copy, len); in make_program_env()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 538 wmemcpy(s, (const wchar_t *)(const void *)p, size);
in GetPath()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 1300 wmemcpy(str, from_env[i], name_len); in TEST_IMPL()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 407 extern wchar_t *wmemcpy (wchar_t *__restrict __s1, 14068 using ::wmemcpy; 16524 return wmemcpy(__s1, __s2, __n); [all...] |