Searched refs:wcsncpy (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsncpy.c | 50 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy() function
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 94 FUNCTION(wcsncpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 90 wchar_t* wcsncpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
|
/bionic/tests/ |
D | wchar_test.cpp | 643 EXPECT_EQ(dst, wcsncpy(dst, src, src_len + 1)); in TEST() 646 EXPECT_EQ(dst, wcsncpy(dst, src, 6)); in TEST() 651 EXPECT_EQ(dst, wcsncpy(dst, src, src_len + 4)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1149 wcsncpy
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1180 wcsncpy;
|
/bionic/libc/ |
D | libc.map.txt | 1180 wcsncpy;
|
D | Android.bp | 311 "upstream-freebsd/lib/libc/string/wcsncpy.c",
|