Home
last modified time | relevance | path

Searched refs:wcscpy (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcscpy.c36 wchar_t wcs[] = L"wcscpy test"; in wcscpy_0100()
38 wcscpy(des, wcs); in wcscpy_0100()
40 t_error("%s wcscpy failed", __func__); in wcscpy_0100()
52 wchar_t des[] = L"wcscpy test"; in wcscpy_0200()
53 wcscpy(des, wcs); in wcscpy_0200()
68 wchar_t wcs[] = L"wcscpy test"; in wcscpy_0300()
69 wcscpy(NULL, wcs); in wcscpy_0300()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c32 #define wcscpy lstrcpyW macro
199 wcscpy(path + len, L"*"); in RemoveDirWithSubItems()
210 wcscpy(path + len, fd.cFileName); in RemoveDirWithSubItems()
335 wcscpy(path + pathLen, L"7z"); in main()
366 wcscpy(workCurDir, path); in main()
607 wcscpy(cmdLine, path); in main()
/third_party/ffmpeg/compat/
H A Dw32dlfcn.h91 wcscpy(path + pathlen + 1, name_w); in win32_dlopen()
113 wcscpy(path + pathlen + 1, name_w); in win32_dlopen()
/third_party/ffmpeg/libavutil/
H A Dwchar_filename.h215 wcscpy(temp_w, unc_prefix); in add_extended_prefix()
224 wcscpy(temp_w, extended_path_prefix); in add_extended_prefix()
/third_party/musl/src/string/
H A Dwcscpy.c3 wchar_t *wcscpy(wchar_t *restrict d, const wchar_t *restrict s) in wcscpy() function
H A Dwcscat.c5 wcscpy(dest + wcslen(dest), src); in wcscat()
H A Dwcpcpy.c5 return wcscpy(d, s) + wcslen(s); in wcpcpy()
/third_party/icu/icu4c/source/common/
H A Dcwchar.h41 # define uprv_wcscpy wcscpy
/third_party/node/deps/icu-small/source/common/
H A Dcwchar.h41 # define uprv_wcscpy wcscpy
/third_party/skia/third_party/externals/icu/source/common/
H A Dcwchar.h41 # define uprv_wcscpy wcscpy
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h48 # define tcscpy wcscpy
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c138 wcscpy(this->info.achName, name); in ff_dshow_filter_JoinFilterGraph()
/third_party/musl/libc-test/src/functional/
H A Dswprintf.c126 wcscpy(b, L"xxxxxxxx"); in main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dwin32_init.c164 wcscpy(p, wcmdline); in win32_utf8argv()
/third_party/openssl/apps/lib/
H A Dwin32_init.c164 wcscpy(p, wcmdline); in win32_utf8argv()
/third_party/glfw/src/
H A Dwin32_monitor.c104 wcscpy(monitor->win32.adapterName, adapter->DeviceName); in createMonitor()
113 wcscpy(monitor->win32.displayName, display->DeviceName); in createMonitor()
/third_party/node/src/
H A Dnode_win32_etw_provider-inl.h220 wcscpy(symbuf, s); \
/third_party/musl/libc-test/src/api/
H A Dwchar.c51 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcscpy;} in f()
/third_party/python/Python/
H A Ddynload_win.c190 wcscpy(p + 1, PY3_DLLNAME);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/include/
H A Dwchar.h52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/libuv/src/win/
H A Dprocess.c578 wcscpy(pos, temp_buffer); in make_program_args()
769 wcscpy(ptr, required_vars[i].wide_eq); in make_program_env()
/third_party/node/deps/uv/src/win/
H A Dprocess.c596 wcscpy(pos, temp_buffer); in make_program_args()
798 wcscpy(ptr, required_vars[i].wide_eq); in make_program_env()

Completed in 17 milliseconds

12