Searched refs:wcsncpy_s (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/ |
D | SDL_xaudio2_winrthelpers.cpp | 66 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() 86 … wcsncpy_s(details->DisplayName, ARRAYSIZE(details->DisplayName), d->Name->Data(), _TRUNCATE); in IXAudio2_GetDeviceDetails()
|
/third_party/bounds_checking_function/ |
D | README.md | 18 - wcsncpy_s
|
D | README.en.md | 21 - wcsncpy_s
|
D | libsec_src.gni | 53 "//third_party/bounds_checking_function/src/wcsncpy_s.c",
|
/third_party/bounds_checking_function/src/ |
D | wcsncpy_s.c | 75 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/ |
D | launcher.c | 283 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()
|
D | getpathp.c | 187 if (wcsncpy_s(dest, MAXPATHLEN+1, src, i)) { in change_ext()
|
/third_party/bounds_checking_function/include/ |
D | securec.h | 433 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/ |
D | SkRemotableFontMgr_win_dw.cpp | 177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
|
/third_party/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 413 wcsncpy_s (dirp->patt, n+1, dirname, n); in _wopendir()
|
/third_party/python/Modules/_io/ |
D | winconsoleio.c | 828 wcsncpy_s(&buf[len], bufsize - len + 1, subbuf, n); in _io__WindowsConsoleIO_readall_impl()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_dragdrop_win.cc | 84 wcsncpy_s(descriptor->fgd[0].cFileName, MAX_PATH, file_name.c_str(), in GetStorageForFileDescriptor()
|
/third_party/python/Modules/ |
D | posixmodule.c | 1859 wcsncpy_s((LPWSTR)filename, n + 1, pszFile, n); in attributes_from_dir()
|