/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcscpy.c | 36 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 D | SfxSetup.c | 32 #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 D | w32dlfcn.h | 91 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 D | wchar_filename.h | 215 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 D | wcscpy.c | 3 wchar_t *wcscpy(wchar_t *restrict d, const wchar_t *restrict s) in wcscpy() function
|
H A D | wcscat.c | 5 wcscpy(dest + wcslen(dest), src); in wcscat()
|
H A D | wcpcpy.c | 5 return wcscpy(d, s) + wcslen(s); in wcpcpy()
|
/third_party/icu/icu4c/source/common/ |
H A D | cwchar.h | 41 # define uprv_wcscpy wcscpy
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cwchar.h | 41 # define uprv_wcscpy wcscpy
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cwchar.h | 41 # define uprv_wcscpy wcscpy
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 48 # define tcscpy wcscpy
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_filter.c | 138 wcscpy(this->info.achName, name); in ff_dshow_filter_JoinFilterGraph()
|
/third_party/musl/libc-test/src/functional/ |
H A D | swprintf.c | 126 wcscpy(b, L"xxxxxxxx"); in main()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | win32_init.c | 164 wcscpy(p, wcmdline); in win32_utf8argv()
|
/third_party/openssl/apps/lib/ |
H A D | win32_init.c | 164 wcscpy(p, wcmdline); in win32_utf8argv()
|
/third_party/glfw/src/ |
H A D | win32_monitor.c | 104 wcscpy(monitor->win32.adapterName, adapter->DeviceName); in createMonitor() 113 wcscpy(monitor->win32.displayName, display->DeviceName); in createMonitor()
|
/third_party/node/src/ |
H A D | node_win32_etw_provider-inl.h | 220 wcscpy(symbuf, s); \
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 51 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcscpy;} in f()
|
/third_party/python/Python/ |
H A D | dynload_win.c | 190 wcscpy(p + 1, PY3_DLLNAME);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/libuv/src/win/ |
H A D | process.c | 578 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 D | process.c | 596 wcscpy(pos, temp_buffer); in make_program_args() 798 wcscpy(ptr, required_vars[i].wide_eq); in make_program_env()
|