Home
last modified time | relevance | path

Searched refs:wcsncpy (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsncpy.c50 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy() function
/bionic/tests/headers/posix/
Dwchar_h.c94 FUNCTION(wcsncpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
/bionic/libc/include/
Dwchar.h90 wchar_t* wcsncpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
/bionic/tests/
Dwchar_test.cpp643 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/
Dposix-2013.txt1149 wcsncpy
/bionic/tools/versioner/platforms/
Dlibc.map.txt1180 wcsncpy;
/bionic/libc/
Dlibc.map.txt1180 wcsncpy;
DAndroid.bp311 "upstream-freebsd/lib/libc/string/wcsncpy.c",