Searched refs:wmemcpy (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | wmempcpy.cpp | 32 return wmemcpy(dst, src, n) + n; in wmempcpy()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wmemcpy.c | 43 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy() function
|
H A D | wcsdup.c | 44 return (wmemcpy(copy, s, len)); in wcsdup()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | wchar_h.c | 117 FUNCTION(wmemcpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/aosp12/bionic/libc/include/ |
H A D | wchar.h | 115 wchar_t* wmemcpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
|
/aosp12/bionic/tests/ |
H A D | wchar_test.cpp | 604 EXPECT_EQ(dst, wmemcpy(dst, src, NUM_WCHARS(sizeof(src)))); in TEST() 1181 TEST(wchar, wmemcpy) { in TEST() argument 1183 ASSERT_EQ(dst, wmemcpy(dst, L"hello", 5)); in TEST()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1180 wmemcpy
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_003.S | 1257 CALL(wmemcpy)
|
H A D | liblinker_reloc_bench_063.S | 11001 CALL(wmemcpy)
|
H A D | liblinker_reloc_bench_087.S | 37055 CALL(wmemcpy)
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1212 wmemcpy;
|
H A D | Android.bp | 344 "upstream-freebsd/lib/libc/string/wmemcpy.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1212 wmemcpy;
|