Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpncpy.c33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy() function
/bionic/tests/headers/posix/
Dwchar_h.c76 FUNCTION(wcpncpy, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
/bionic/libc/include/
Dwchar.h73 wchar_t* wcpncpy(wchar_t* __dst, const wchar_t* __src, size_t __n);
/bionic/tests/
Dwchar_test.cpp613 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/
Dposix-2013.txt1131 wcpncpy
/bionic/tools/versioner/platforms/
Dlibc.map.txt1160 wcpncpy;
/bionic/libc/
Dlibc.map.txt1160 wcpncpy;
DAndroid.bp231 "upstream-freebsd/lib/libc/string/wcpncpy.c",