Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcsncpy.c50 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy() function
/aosp12/bionic/tests/
H A Dwchar_test.cpp651 EXPECT_EQ(dst, wcsncpy(dst, src, src_len + 1)); in TEST()
654 EXPECT_EQ(dst, wcsncpy(dst, src, 6)); in TEST()
657 EXPECT_EQ(dst, wcsncpy(dst, L"clobber", 0)); in TEST()
661 EXPECT_EQ(dst, wcsncpy(dst, src, src_len + 4)); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dwchar_h.c94 FUNCTION(wcsncpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
/aosp12/bionic/libc/include/
H A Dwchar.h90 wchar_t* wcsncpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1149 wcsncpy
/aosp12/bionic/libc/
H A Dlibc.map.txt1180 wcsncpy;
H A DAndroid.bp335 "upstream-freebsd/lib/libc/string/wcsncpy.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1180 wcsncpy;