Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_usbdk.h33 wcsncpy_s(ID->DeviceID, DeviceID, MAX_DEVICE_ID_LEN); in UsbDkFillIDStruct()
34 wcsncpy_s(ID->InstanceID, InstanceID, MAX_DEVICE_ID_LEN); in UsbDkFillIDStruct()
Dwindows_usbdk.c40 #define wcsncpy_s wcsncpy macro
/external/python/cpython3/PC/
Dlauncher.c230 wcsncpy_s(ip->version, MAX_VERSION_SIZE, ip_version, in locate_pythons_for_key()
556 wcsncpy_s(p, MAX_PATH - (p - wrapped_script_path) + 1, SCRIPT_SUFFIX, _TRUNCATE); in locate_wrapped_script()
829 wcsncpy_s(cp->key, MAX_PATH, name, _TRUNCATE); in update_command()
830 wcsncpy_s(cp->value, MSGSIZE, cmdline, _TRUNCATE); in update_command()
1337 wcsncpy_s(version_text, size, L"0.1", _TRUNCATE); /* fallback */ in get_version_info()
1398 wcsncpy_s(p, MAX_PATH - plen, L"\\py.ini", _TRUNCATE); in process()
1440 wcsncpy_s(p, MAX_PATH - (p - launcher_ini_path), L"\\py.ini", in process()
Dgetpathp.c169 if (wcsncpy_s(dest, MAXPATHLEN+1, src, i) || in change_ext()
/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h126 wcsncpy_s(destination, destination_size, source, count); in safe_wcsncpy()
/external/python/cpython2/PC/VS8.0/
Dkill_python.c65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len); in main()
/external/python/cpython2/PC/VS9.0/
Dkill_python.c65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len); in main()
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp174 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
/external/skqp/src/ports/
DSkRemotableFontMgr_win_dw.cpp174 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_bbs.sym202 FILE 2776 f:\dd\vctools\crt_bld\self_x86\crt\src\wcsncpy_s.c
2000 FUNC 103c c 0 wcsncpy_s
2001 FUNC 11d8 10 0 wcsncpy_s
2002 FUNC 12fc b 0 wcsncpy_s
2003 FUNC 1ae0 e 0 wcsncpy_s
2004 FUNC 1b4c f 0 wcsncpy_s
2005 FUNC 1e0c 5 0 wcsncpy_s
2006 FUNC 21e4 10 0 wcsncpy_s
2007 FUNC 228c 4 0 wcsncpy_s
2008 FUNC 22b0 c 0 wcsncpy_s
[all …]
Domap_stretched.sym201 FILE 2776 f:\dd\vctools\crt_bld\self_x86\crt\src\wcsncpy_s.c
1514 FUNC 3d4c 12b 0 wcsncpy_s
1515 FUNC 3e81 9 0 wcsncpy_s
Ddump_syms_regtest.sym201 FILE 2776 f:\dd\vctools\crt_bld\self_x86\crt\src\wcsncpy_s.c
1459 FUNC 35fd cd 0 wcsncpy_s
Domap_stretched_filled.sym201 FILE 2776 f:\dd\vctools\crt_bld\self_x86\crt\src\wcsncpy_s.c
1459 FUNC 3d4c 13e 0 wcsncpy_s
Domap_reorder_funcs.sym201 FILE 2776 f:\dd\vctools\crt_bld\self_x86\crt\src\wcsncpy_s.c
1459 FUNC 241c cd 0 wcsncpy_s
Ddump_syms_regtest64.sym231 FILE 6540 f:\dd\vctools\crt\crtw32\string\wcsncpy_s.c
1916 FUNC 50e8 cc 0 wcsncpy_s
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4739 wcsncpy_s(pszBuffer, bufferLen, varName.pwszVal, _TRUNCATE); in _GetDeviceName()
4744 wcsncpy_s(pszBuffer, bufferLen, szDefault, _TRUNCATE); in _GetDeviceName()
4777 wcsncpy_s(pszBuffer, bufferLen, pwszID, _TRUNCATE); in _GetDeviceID()
4782 wcsncpy_s(pszBuffer, bufferLen, szDefault, _TRUNCATE); in _GetDeviceID()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c854 wcsncpy_s(&buf[len], bufsize - len + 1, subbuf, n); in _io__WindowsConsoleIO_readall_impl()