Searched refs:wcpncpy (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcpncpy.c | 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy() function
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 76 FUNCTION(wcpncpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 73 wchar_t* wcpncpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
|
/bionic/tests/ |
D | wchar_test.cpp | 613 EXPECT_EQ(dst + src_len, wcpncpy(dst, src, src_len + 1)); in TEST() 616 EXPECT_EQ(dst + 6, wcpncpy(dst, src, 6)); in TEST() 621 EXPECT_EQ(dst + src_len, wcpncpy(dst, src, src_len + 4)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1131 wcpncpy
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1160 wcpncpy;
|
/bionic/libc/ |
D | libc.map.txt | 1160 wcpncpy;
|
D | Android.bp | 231 "upstream-freebsd/lib/libc/string/wcpncpy.c",
|