Searched refs:wcsncpy_s (Results 1 – 11 of 11) sorted by relevance
/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 | 448 SECUREC_API errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count…
|
/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/python/Modules/ |
D | posixmodule.c | 1859 wcsncpy_s((LPWSTR)filename, n + 1, pszFile, n); in attributes_from_dir()
|