/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncpy.c | 41 if (dest != wcsncpy(dest, src, SIZEOF_WCHAR(src))) { in wcsncpy_0100() 42 t_error("%s failed: wcsncpy. src = %ls, dest = %ls\n", __func__, src, dest); in wcsncpy_0100() 58 if (dest != wcsncpy(dest, src, 0)) { in wcsncpy_0200() 59 t_error("%s failed: wcsncpy. src = %ls, dest = %ls\n", __func__, src, dest); in wcsncpy_0200() 75 if (dest != wcsncpy(dest, src, SIZEOF_WCHAR(src) + SIZEOF_WCHAR(src) - 1)) { in wcsncpy_0300() 76 t_error("%s failed: wcsncpy. src = %ls, dest = %ls\n", __func__, src, dest); in wcsncpy_0300() 101 wcsncpy(NULL, src, SIZEOF_WCHAR(src)); in wcsncpy_0400()
|
H A D | wmemmove.c | 32 wcsncpy(tmp, src, count); in wmemmove_0100() 50 wcsncpy(tmp, src, count); in wmemmove_0200()
|
/third_party/musl/libc-test/src/regression/ |
H A D | wcsncpy-read-overflow.c | 10 wcsncpy(dst, src, 1); in main() 12 t_error("wcsncpy copied more than N\n"); in main()
|
/third_party/musl/src/string/ |
H A D | wcpncpy.c | 5 return wcsncpy(d, s, n) + wcsnlen(s, n); in wcpncpy()
|
H A D | wcsncpy.c | 3 wchar_t *wcsncpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n) in wcsncpy() function
|
/third_party/libuv/src/win/ |
H A D | process.c | 194 wcsncpy(result_pos, cwd, cwd_len); in search_path_join_test() 204 wcsncpy(result_pos, dir, dir_len); in search_path_join_test() 214 wcsncpy(result_pos, name, name_len); in search_path_join_test() 225 wcsncpy(result_pos, ext, ext_len); in search_path_join_test() 464 wcsncpy(target, source, len); in quote_cmd_arg() 475 wcsncpy(target, source, len); in quote_cmd_arg()
|
H A D | fs-event.c | 79 wcsncpy(*relpath, filename + dirlen + 1, relpathlen); in uv__relative_path() 124 wcsncpy(*dir, filename, i + 1); in uv__split_path() 132 wcsncpy(*file, filename + i + 1, len - i - 1); in uv__split_path()
|
H A D | fs.c | 2408 wcsncpy((WCHAR*)&path_buf[path_buf_len], JUNCTION_PREFIX, in fs__create_junction()
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 204 wcsncpy(result_pos, cwd, cwd_len); in search_path_join_test() 214 wcsncpy(result_pos, dir, dir_len); in search_path_join_test() 224 wcsncpy(result_pos, name, name_len); in search_path_join_test() 235 wcsncpy(result_pos, ext, ext_len); in search_path_join_test() 470 wcsncpy(target, source, len); in quote_cmd_arg() 481 wcsncpy(target, source, len); in quote_cmd_arg()
|
H A D | fs-event.c | 79 wcsncpy(*relpath, filename + dirlen + 1, relpathlen); in uv__relative_path() 124 wcsncpy(*dir, filename, i + 1); in uv__split_path() 132 wcsncpy(*file, filename + i + 1, len - i - 1); in uv__split_path()
|
H A D | fs.c | 2427 wcsncpy((WCHAR*)&path_buf[path_buf_len], JUNCTION_PREFIX, in fs__create_junction()
|
/third_party/python/Python/ |
H A D | pathconfig.c | 454 wcsncpy(path0copy, path0, MAXPATHLEN); in _PyPathConfig_ComputeSysPath0() 456 wcsncpy(q+1, link, MAXPATHLEN); in _PyPathConfig_ComputeSysPath0()
|
H A D | fileutils.c | 1953 wcsncpy(buf, wbuf, buflen); in _Py_wreadlink() 1996 wcsncpy(resolved_path, wresolved_path, resolved_path_len); in _Py_wrealpath() 2347 wcsncpy(buf, wname, buflen); in _Py_wgetcwd()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_dxgi_screen.cpp | 187 wcsncpy(screen->description, adapter_desc.Description, ARRAY_SIZE(screen->description)); in d3d12_init_dxgi_screen()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 57 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncpy;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/python/Programs/ |
H A D | _testembed.c | 312 wcsncpy(dynamic_once_warnoption, static_warnoption, warnoption_len+1); in test_pre_initialization_sys_options() 313 wcsncpy(dynamic_xoption, static_xoption, xoption_len+1); in test_pre_initialization_sys_options()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 1596 ::wcsncpy(lf->lfFaceName, wideFamilyName, LF_FACESIZE - 1); in logfont_for_name()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 267 extern wchar_t *wcsncpy (wchar_t *__restrict __dest, 14055 using ::wcsncpy; [all...] |