/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcpncpy.c | 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
|
/external/bison/lib/ |
wchar.in.h | 646 _GL_FUNCDECL_SYS (wcpncpy, wchar_t *, 649 _GL_CXXALIAS_SYS (wcpncpy, wchar_t *, 651 _GL_CXXALIASWARN (wcpncpy); 653 # undef wcpncpy 655 _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - " 656 "use gnulib module wcpncpy for portability"); [all...] |
/external/bison/darwin-lib/ |
wchar.h | 965 # undef wcpncpy macro [all...] |
/external/bison/linux-lib/ |
wchar.h | 965 # undef wcpncpy macro [all...] |
/bionic/libc/include/ |
wchar.h | 115 extern wchar_t* wcpncpy (wchar_t*, const wchar_t *, size_t);
|
/ndk/sources/android/support/include/ |
wchar.h | 198 wchar_t *wcpncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
|
/prebuilts/ndk/current/sources/android/support/include/ |
wchar.h | 198 wchar_t *wcpncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
|
/ndk/sources/android/support/src/ |
wchar_support.c | 28 wchar_t *wcpncpy(wchar_t *dst, const wchar_t *src, size_t n) { function
|
/bionic/tests/ |
wchar_test.cpp | 492 EXPECT_EQ(dst + src_len, wcpncpy(dst, src, src_len + 1)); 495 EXPECT_EQ(dst + 6, wcpncpy(dst, src, 6)); 500 EXPECT_EQ(dst + src_len, wcpncpy(dst, src, src_len + 4));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
wchar2.h | 214 size_t __n), wcpncpy); 219 __warnattr ("wcpncpy called with length bigger than size of destination " 223 __NTH (wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
wchar2.h | 214 size_t __n), wcpncpy); 219 __warnattr ("wcpncpy called with length bigger than size of destination " 223 __NTH (wcpncpy (wchar_t *__restrict __dest, __const wchar_t *__restrict __src, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
wchar2.h | 214 size_t __n), wcpncpy); 219 __warnattr ("wcpncpy called with length bigger than size of destination " 223 __NTH (wcpncpy (wchar_t *__restrict __dest, __const wchar_t *__restrict __src, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 568 extern wchar_t *wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wchar.h | 568 extern wchar_t *wcpncpy (wchar_t *__restrict __dest,
|
/bionic/libc/ |
Android.mk | 288 upstream-freebsd/lib/libc/string/wcpncpy.c \ [all...] |
/external/bison/ |
configure | [all...] |