Home
last modified time | relevance | path

Searched refs:wcsncpy (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcsncpy.c41 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 Dwmemmove.c32 wcsncpy(tmp, src, count); in wmemmove_0100()
50 wcsncpy(tmp, src, count); in wmemmove_0200()
/third_party/musl/libc-test/src/regression/
H A Dwcsncpy-read-overflow.c10 wcsncpy(dst, src, 1); in main()
12 t_error("wcsncpy copied more than N\n"); in main()
/third_party/musl/src/string/
H A Dwcpncpy.c5 return wcsncpy(d, s, n) + wcsnlen(s, n); in wcpncpy()
H A Dwcsncpy.c3 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 Dprocess.c194 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 Dfs-event.c79 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 Dfs.c2408 wcsncpy((WCHAR*)&path_buf[path_buf_len], JUNCTION_PREFIX, in fs__create_junction()
/third_party/node/deps/uv/src/win/
H A Dprocess.c204 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 Dfs-event.c79 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 Dfs.c2427 wcsncpy((WCHAR*)&path_buf[path_buf_len], JUNCTION_PREFIX, in fs__create_junction()
/third_party/python/Python/
H A Dpathconfig.c454 wcsncpy(path0copy, path0, MAXPATHLEN); in _PyPathConfig_ComputeSysPath0()
456 wcsncpy(q+1, link, MAXPATHLEN); in _PyPathConfig_ComputeSysPath0()
H A Dfileutils.c1953 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 Dd3d12_dxgi_screen.cpp187 wcsncpy(screen->description, adapter_desc.Description, ARRAY_SIZE(screen->description)); in d3d12_init_dxgi_screen()
/third_party/musl/libc-test/src/api/
H A Dwchar.c57 {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 Dwchar.h53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/include/
H A Dwchar.h53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/python/Programs/
H A D_testembed.c312 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 DSkFontHost_win.cpp1596 ::wcsncpy(lf->lfFaceName, wideFamilyName, LF_FACESIZE - 1); in logfont_for_name()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp267 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
14055 using ::wcsncpy;
[all...]

Completed in 53 milliseconds