HomeSort by relevance Sort by last modified time
    Searched refs:wcscat (Results 1 - 20 of 20) sorted by null

  /bionic/libc/arch-x86/generic/string/
wcscat.c 29 #define wcscat wcscat_freebsd macro
30 #include <upstream-freebsd/lib/libc/string/wcscat.c>
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscat.c 26 * citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Concatenation.c 25 /** The wcscat function appends a copy of the wide string pointed to by s2
30 @return The wcscat function returns the value of s1.
32 wchar_t *wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /external/icu/icu4c/source/common/
cwchar.h 42 # define uprv_wcscat wcscat
  /bionic/libc/arch-x86/
static_function_dispatch.S 48 FUNCTION_DELEGATE(wcscat, wcscat_freebsd)
dynamic_function_dispatch.cpp 153 DEFINE_IFUNC_FOR(wcscat) {
  /development/host/windows/usb/api/
AdbWinApi.cpp 70 wcscat(path_to_winusb_dll, L"\\WINUSB.DLL");
  /external/expat/xmlwf/
xmltchar.h 48 # define tcscat wcscat
  /external/python/cpython3/Modules/
getpath.c 187 wcscat(filename, L"c");
844 wcscat(buf, delimiter);
848 wcscat(buf, calculate->zip_path);
849 wcscat(buf, delimiter);
859 wcscat(buf, prefix);
864 wcscat(buf, separator);
875 wcscat(buf, defpath);
880 wcscat(buf, delimiter);
883 wcscat(buf, exec_prefix);
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 197 wcscat(path, WSTRING_PATH_SEPARATOR);
338 wcscat(path, WSTRING_PATH_SEPARATOR);
592 wcscat(cmdLine, cmdLineParams);
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 487 EXPECT_DEATH(wcscat(small_buffer, large_string));
560 EXPECT_DEATH_STRUCT(wcscat(small_split.buf, small_string));
  /bionic/tests/headers/posix/
wchar_h.c 80 FUNCTION(wcscat, wchar_t* (*f)(wchar_t*, const wchar_t*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 93 wchar_t *wcscat (wchar_t * __restrict s1,
    [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 81 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcscat(ws, L"")));
  /bionic/libc/include/
wchar.h 77 wchar_t* wcscat(wchar_t* __dst, const wchar_t* __src);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 79 static_assert((std::is_same<decltype(wcscat(ws, L"")), wchar_t*>::value), "");
  /external/python/cpython3/PC/
getpathp.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]

Completed in 1710 milliseconds