Home
last modified time | relevance | path

Searched refs:wcsncpy_s (Results 1 - 10 of 10) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwcsncpy_s.c11 * Description: wcsncpy_s function
27 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in SecDoCpyLimitW()
40 SECUREC_ERROR_BUFFER_OVERLAP("wcsncpy_s"); in SecDoCpyLimitW()
47 * The wcsncpy_s function copies not more than n successive wide characters
75 errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in wcsncpy_s() function
78 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in wcsncpy_s()
82 SECUREC_ERROR_INVALID_PARAMTER("wcsncpy_s"); in wcsncpy_s()
96 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in wcsncpy_s()
/third_party/python/PC/
H A Dlauncher2.c781 if (wcsncpy_s(filename, MAXLEN, command, lastDot)) { in searchPath()
879 wcsncpy_s(commandBuffer, MAXLEN, command, commandLength); in _findCommand()
925 wcsncpy_s(script, MAXLEN, search->scriptFile, search->scriptFileLength) || in _useShebangAsExecutable()
968 wcsncpy_s(scriptFile, search->scriptFileLength + 1, in checkShebang()
1215 wcsncpy_s(buffer, n, src, n - 1); in copyWstr()
1418 if (wcsncpy_s(fragmentBuffer, MAXLEN, fragment, fragmentLength)) { in _combineWithInstallDir()
2360 wcsncpy_s(executable, 256, search->executable, search->executableLength); in calculateCommandLine()
2395 exitCode = wcsncpy_s(&buffer[end], bufferLength - end, in calculateCommandLine()
H A Dlauncher.c283 wcsncpy_s(ip->version, MAX_VERSION_SIZE, ip_version, in _locate_pythons_for_key()
711 wcsncpy_s(p, MAX_PATH - (p - wrapped_script_path) + 1, SCRIPT_SUFFIX, _TRUNCATE); in locate_wrapped_script()
986 wcsncpy_s(cp->key, MAX_PATH, name, _TRUNCATE); in update_command()
987 wcsncpy_s(cp->value, MSGSIZE, cmdline, _TRUNCATE); in update_command()
1518 wcsncpy_s(version_text, size, L"0.1", _TRUNCATE); /* fallback */ in get_version_info()
/third_party/bounds_checking_function/include/
H A Dsecurec.h440 * Description: The wcsncpy_s function copies not more than n successive wide characters (not including the
448 SECUREC_API errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count);
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h413 wcsncpy_s (dirp->patt, n+1, dirname, n); in _wopendir()
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
/third_party/python/Modules/_io/
H A Dwinconsoleio.c826 wcsncpy_s(&buf[len], bufsize - len + 1, subbuf, n); in _io__WindowsConsoleIO_readall_impl()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c626 wcsncpy_s(filename_info.value_name, MAX_PATH, value_name, value_name_size); in windows_read_manifest_from_d3d_adapters()
/third_party/python/Modules/
H A Dposixmodule.c1870 wcsncpy_s((LPWSTR)filename, n + 1, pszFile, n); in attributes_from_dir()
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp4230 wcsncpy_s(desc.Description, 128, wide_name.c_str(), wide_name.size()); in add_dxgi_adapter()

Completed in 34 milliseconds