HomeSort by relevance Sort by last modified time
    Searched refs:wcscpy (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/arch-x86/generic/string/
wcscpy.c 29 #define wcscpy wcscpy_freebsd macro
30 #include <upstream-freebsd/lib/libc/string/wcscpy.c>
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscpy.c 26 * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp
32 __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcsxfrm.c 55 wcscpy(s1, s2);
  /external/icu/icu4c/source/common/
cwchar.h 41 # define uprv_wcscpy wcscpy
  /bionic/libc/arch-x86/
static_function_dispatch.S 52 FUNCTION_DELEGATE(wcscpy, wcscpy_freebsd)
dynamic_function_dispatch.cpp 160 DEFINE_IFUNC_FOR(wcscpy) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Copying.c 25 /** The wcscpy function copies the wide string pointed to by s2 (including the
28 @return The wcscpy function returns the value of s1.
30 wchar_t *wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /external/expat/xmlwf/
xmltchar.h 47 # define tcscpy wcscpy
  /development/host/windows/usb/api/
adb_api_private_defines.h 82 wcscpy(info->device_name, device_name().c_str());
adb_interface.cpp 52 wcscpy(reinterpret_cast<wchar_t*>(buffer), interface_name().c_str());
adb_legacy_interface.cpp 155 wcscpy(reinterpret_cast<wchar_t*>(buffer), serial_number);
  /external/python/cpython3/Modules/
getpath.c 269 wcscpy(path, p);
274 wcscpy(path, p);
295 wcscpy(path, buffer);
437 wcscpy(prefix, separator);
552 wcscpy(exec_prefix, separator);
747 wcscpy(tmpbuffer, calculate->argv0_path);
770 wcscpy(calculate->argv0_path, tmpbuffer);
843 wcscpy(buf, core_config->module_search_path_env);
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 183 wcscpy(path + len, L"*");
194 wcscpy(path + len, fd.cFileName);
319 wcscpy(path + pathLen, L"7z");
350 wcscpy(workCurDir, path);
591 wcscpy(cmdLine, path);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 392 wcscpy (StringIdentifier->StringName, StringName);
555 wcscpy (Str->Str, String);
683 wcscpy (Lang->LanguageName, LanguageName);
690 wcscpy (Lang->PrintableLanguageName, PrintableLanguageName);
700 wcscpy (Lang->SecondaryLanguageList, SecondaryLanguageList);
    [all...]
StrGather.c 851 wcscpy (LangCode, Lang);
863 wcscpy (LangCode, LanguageConvertTable[Index].RFC3066);
886 wcscpy (TempLangCodeList, SecondaryLangList);
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 485 EXPECT_DEATH(wcscpy(small_buffer, large_string));
558 EXPECT_DEATH_STRUCT(wcscpy(small_split.buf, small_string));
  /bionic/tests/headers/posix/
wchar_h.c 85 FUNCTION(wcscpy, wchar_t* (*f)(wchar_t*, const wchar_t*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 84 wchar_t *wcscpy (wchar_t * __restrict s1,
    [all...]
  /external/ImageMagick/MagickCore/
utility-private.h 92 wcscpy(wideChar,shortPath+4);
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 79 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcscpy(ws, L"")));
  /external/python/cpython3/PC/
getpathp.c 909 wcscpy(buf, calculate->argv0_path);
1057 wcscpy(py3path, _Py_path_config.dll_path);
1062 wcscpy(s, L"\\python3.dll");
    [all...]
  /bionic/libc/include/
wchar.h 81 wchar_t* wcscpy(wchar_t* __dst, const wchar_t* __src);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 77 static_assert((std::is_same<decltype(wcscpy(ws, L"")), wchar_t*>::value), "");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 915 wcscpy (StringIdentifier->StringName, StringName);
1002 wcscpy (TempLangName, LanguageName);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 565 wcscpy(s_Text, pszFormat);
574 wcscpy(m_pwzPreviousString, s_Text);
    [all...]

Completed in 922 milliseconds

1 2