/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcsncat.c | 26 * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp 32 __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); 40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function
|
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
Concatenation.c | 37 /** The wcsncat function appends not more than n wide characters (a null wide
43 @return The wcsncat function returns the value of s1.
45 wchar_t *wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n)
function
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
clang-fortify-tests.cpp | 487 EXPECT_DEATH(wcsncat(small_buffer, large_string, large_string_size)); 561 wcsncat(small_split.buf, small_string, small_buffer_size));
|
/bionic/tests/headers/posix/ |
wchar_h.c | 92 FUNCTION(wcsncat, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t));
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
wchar.h | 95 wchar_t *wcsncat (wchar_t * __restrict s1,
[all...] |
/external/libedit/src/ |
chartype.h | 104 #define Strncat(d,s,n) wcsncat(d,s,n)
|
/bionic/libc/include/ |
wchar.h | 88 wchar_t* wcsncat(wchar_t* __dst, const wchar_t* __src, size_t __n);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
wchar_h.pass.cpp | 80 static_assert((std::is_same<decltype(wcsncat(ws, L"", s)), wchar_t*>::value), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
wchar_h.pass.cpp | 80 static_assert((std::is_same<decltype(wcsncat(ws, L"", s)), wchar_t*>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tchar.h | 258 #define _tcsncat wcsncat 401 #define _tcsnccat wcsncat 468 #define _wcsncat_l(_Destination,_Source,_Count,_Locale) (wcsncat(_Destination,_Source,_Count))
|
string.h | 130 wchar_t *wcsncat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
|
wchar.h | [all...] |
/external/libcxx/test/std/strings/c.strings/ |
cwchar.pass.cpp | 79 static_assert((std::is_same<decltype(std::wcsncat(ws, L"", s)), wchar_t*>::value), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/ |
cwchar.pass.cpp | 79 static_assert((std::is_same<decltype(std::wcsncat(ws, L"", s)), wchar_t*>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
wchar2.h | 261 size_t __n), wcsncat); 264 __NTH (wcsncat (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 | 261 size_t __n), wcsncat); 264 __NTH (wcsncat (wchar_t *__restrict __dest, __const wchar_t *__restrict __src, function
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
daShell.c | 499 wcsncat(WPath, Path, (PATH_MAX - NAME_MAX)); /* Append the path */
|
/external/python/cpython3/Modules/ |
getpath.c | 774 wcsncat(buf, defpath, len);
|
/external/ImageMagick/MagickCore/ |
nt-base.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wchar.h | 155 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
|