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

1 2

  /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
  /external/valgrind/memcheck/tests/
wcs.c 2 // implementations in glibc. wcslen, wcscpy, wcscmp, wcsrchr, wcschr.
18 c = wcscpy (b, a);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stralign.h 37 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
39 #define ua_wcscpy wcscpy
130 if(WSTR_ALIGNED(String)) return wcscpy((PWSTR)Destination,(PCWSTR)Source);
141 return wcscpy((PWSTR)Destination,(PCWSTR)Source);
  /external/python/cpython3/Modules/
getpath.c 232 wcscpy(path, p);
236 wcscpy(path, p);
254 wcscpy(path, buffer);
643 wcscpy(tmpbuffer, argv0_path);
660 wcscpy(argv0_path, tmpbuffer);
746 wcscpy(buf, rtpypath);
802 wcscpy(prefix, separator);
812 wcscpy(exec_prefix, separator);
840 wcscpy(module_search_path, path);
main.c 415 wcscpy(command, _PyOS_optarg);
559 wcscpy(buf, wp);
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 181 wcscpy(path + len, L"*");
192 wcscpy(path + len, fd.cFileName);
316 wcscpy(path + pathLen, L"7z");
347 wcscpy(workCurDir, path);
577 wcscpy(cmdLine, path);
  /external/python/cpython3/PC/
getpathp.c 837 wcscpy(buf, argv0_path);
895 wcscpy(module_search_path, path);
948 wcscpy(py3path, dllpath);
952 wcscpy(s, L"\\python3.dll");
958 wcscpy(py3path, Py_GetPrefix());
  /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 484 EXPECT_DEATH(wcscpy(small_buffer, large_string));
557 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 79 wcscpy(wideChar,shortPath+4);
  /external/libedit/src/
chartype.h 102 #define Strcpy(d,s) wcscpy(d,s)
  /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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]

Completed in 1249 milliseconds

1 2