Home
last modified time | relevance | path

Searched refs:wcsncpy_s (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2_winrthelpers.cpp66 wcsncpy_s(details->DeviceID, ARRAYSIZE(details->DeviceID), L"default", _TRUNCATE); in IXAudio2_GetDeviceDetails()
67 wcsncpy_s(details->DisplayName, ARRAYSIZE(details->DisplayName), L"default", _TRUNCATE); in IXAudio2_GetDeviceDetails()
85 wcsncpy_s(details->DeviceID, ARRAYSIZE(details->DeviceID), d->Id->Data(), _TRUNCATE); in IXAudio2_GetDeviceDetails()
86wcsncpy_s(details->DisplayName, ARRAYSIZE(details->DisplayName), d->Name->Data(), _TRUNCATE); in IXAudio2_GetDeviceDetails()
/third_party/bounds_checking_function/
DREADME.md18 - wcsncpy_s
DREADME.en.md21 - wcsncpy_s
Dlibsec_src.gni53 "//third_party/bounds_checking_function/src/wcsncpy_s.c",
/third_party/bounds_checking_function/src/
Dwcsncpy_s.c75 errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in wcsncpy_s() function
/third_party/python/PC/
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()
1515 wcsncpy_s(version_text, size, L"0.1", _TRUNCATE); /* fallback */ in get_version_info()
Dgetpathp.c187 if (wcsncpy_s(dest, MAXPATHLEN+1, src, i)) { in change_ext()
/third_party/bounds_checking_function/include/
Dsecurec.h433 SECUREC_API errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count…
/third_party/flutter/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h413 wcsncpy_s (dirp->patt, n+1, dirname, n); in _wopendir()
/third_party/python/Modules/_io/
Dwinconsoleio.c828 wcsncpy_s(&buf[len], bufsize - len + 1, subbuf, n); in _io__WindowsConsoleIO_readall_impl()
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc84 wcsncpy_s(descriptor->fgd[0].cFileName, MAX_PATH, file_name.c_str(), in GetStorageForFileDescriptor()
/third_party/python/Modules/
Dposixmodule.c1859 wcsncpy_s((LPWSTR)filename, n + 1, pszFile, n); in attributes_from_dir()