Home
last modified time | relevance | path

Searched refs:_tcsncpy (Results 1 – 25 of 27) sorted by relevance

12

/reactos/modules/rosapps/applications/sysutils/ctm/
H A Dctm.c210 _tcsncpy(&lpStr[2], lpNumber, 3); in DisplayScreen()
232 _tcsncpy(&lpStr[columnRightPositions[2] - 6], lpPid, 6); in DisplayScreen()
237 _tcsncpy(&lpStr[columnRightPositions[3] - 4], lpCpu, 4); in DisplayScreen()
242 _tcsncpy(&lpStr[columnRightPositions[4] - 9], lpMemUsg, 9); in DisplayScreen()
246 _tcsncpy(&lpStr[columnRightPositions[5] - 12], lpPageFaults, 12); in DisplayScreen()
632 _tcsncpy(&lpHeader[2], lpStr, _tcslen(lpStr)); in _tmain()
637 _tcsncpy(&lpHeader[columnRightPositions[0] + 2], lpStr, _tcslen(lpStr)); in _tmain()
642 _tcsncpy(&lpHeader[columnRightPositions[1] + 2], lpStr, _tcslen(lpStr)); in _tmain()
647 _tcsncpy(&lpHeader[columnRightPositions[2] + 2], lpStr, _tcslen(lpStr)); in _tmain()
652 _tcsncpy(&lpHeader[columnRightPositions[3] + 2], lpStr, _tcslen(lpStr)); in _tmain()
[all …]
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandSACL.cpp205 _tcsncpy(pszError_msg,SACL_CMD COMMAND_NA_ON_ROOT,ERROR_MSG_BUFFER_SIZE-1); in Execute()
225 _tcsncpy(pszError_msg,_T("\nOut of memory.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
243 _tcsncpy(pszError_msg,_T("Key has not SACL.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
249 _tcsncpy(pszError_msg,_T("Invalid SACL.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
298 _tcsncpy(pszError_msg,_T("\nOut of memory.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
327 _tcsncpy(pszError_msg,_T("\nOut of memory.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
334 _tcsncpy(pszError_msg,_T("\nOut of memory.\n"),ERROR_MSG_BUFFER_SIZE-1); in Execute()
H A DCompletion.cpp61 _tcsncpy(m_pszText,pszText,s); in Init()
459 _tcsncpy(pszBuffer,pszBegin,COMPLETION_BUFFER_SIZE-1); in CompletionCallback()
H A DConsole.cpp364 _tcsncpy(m_pchBuffer1,lptstr,m_dwBufferSize); in ReadLine()
729 _tcsncpy(m_pchBuffer2,m_pchBuffer+dwCompletionOffset,dwCompletionStringSize); in ReadLine()
771 _tcsncpy(m_pchBuffer+dwCompletionOffset,pchCompletion,dwCompletionStringSize); in ReadLine()
H A DRegistryKey.cpp342 _tcsncpy(m_pchSubkeyNameBuffer,g_ppszHiveNames[dwIndex],m_dwSubkeyNameBufferSize); in GetNextSubkeyName()
/reactos/sdk/lib/crt/string/
H A Dtcsncpy.h6 #pragma function(_tcsncpy)
9 _TCHAR * _tcsncpy(_TCHAR * dst, const _TCHAR * src, size_t n) in _tcsncpy() function
/reactos/sdk/lib/crt/string/i386/
H A Dtcsncpy.inc5 PUBLIC _tcsncpy
8 FUNC _tcsncpy
H A Dtchar.h15 #define _tcsncpy _wcsncpy macro
40 #define _tcsncpy _strncpy macro
/reactos/sdk/lib/crt/stdio/
H A Dfindgen.c21 _tcsncpy(result->name,FindFileData.cFileName,MAX_PATH); in _tfindfirst()
43 _tcsncpy(result->name,FindFileData.cFileName, MAX_PATH); in _tfindnext()
/reactos/base/shell/cmd/
H A Dren.c177 _tcsncpy(srcPath,srcPattern,_tcslen(srcPattern)-_tcslen(srcFILE)); in cmd_rename()
189 _tcsncpy(dstPath,dstPattern,_tcslen(dstPattern)-_tcslen(dstFILE)); in cmd_rename()
H A Dwhere.c120 _tcsncpy (pszPathEnd, s, (size_t)(f-s)); in SearchForExecutableSingle()
H A Dinternal.c345 _tcsncpy(path, DirPath, n); in MakeFullPath()
H A Dbatch.c146 _tcsncpy(*RawParams, Args, len); in BatchParams()
H A Dmove.c77 _tcsncpy(directory, wholepath, last - wholepath + 1); in GetDirectory()
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Dsafestr.h42 _tcsncpy ( strDest, strSource, count ); in safestrncpy()
/reactos/base/applications/cmdutils/dbgprint/
H A Ddbgprint.c110 _tcsncpy(&buf[offset], argv[i], length); in _tmain()
/reactos/modules/rosapps/applications/cmdutils/vcdcli/
H A Dvcdcli.c386 _tcsncpy(MountParams.Path, NtPathName.Buffer, 255); in _tmain()
448 _tcsncpy(szBuffer, MountParams.Path, MountParams.Length); in _tmain()
/reactos/sdk/include/crt/
H A Dtchar.h25 #define _ftcsncpy _tcsncpy
253 #define _tcsncpy wcsncpy macro
789 #define _tcsncpy _mbsnbcpy
895 _tcsncpy(
1410 #define _tcsncpy strncpy
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dregfs.cpp68 _tcsncpy(w32fd.cFileName, name, name_len); in read_directory()
/reactos/dll/cpl/sysdm/
H A Dgeneral.c362 _tcsncpy(szBuf, lpBuf, 30); in SetProcNameString()
376 _tcsncpy(szBuf, lpBuf, LastSpace); in SetProcNameString()
/reactos/sdk/include/ucrt/
H A Dtchar.h104 #define _ftcsncpy _tcsncpy
392 #define _tcsncpy wcsncpy macro
1272 #define _tcsncpy _mbsnbcpy
1376 _CRT_INSECURE_DEPRECATE(_tcsncpy_s) _ACRTIMP char * __cdecl _tcsncpy(_Out_writes_(_MaxCount) _Post_…
1526 …INLINE_NFUNC_0_2_EX(_Success_(return != 0) char *, __RETURN_POLICY_DST, _tcsncpy, _tcsncpy_s, _Out…
1531 __DEFINE_CPP_OVERLOAD_INLINE_NFUNC_0_2_EX(char *, __RETURN_POLICY_DST, _tcsncpy, _tcsncpy_s, _Out_w…
2034 #define _tcsncpy strncpy
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.cpp423 _tcsncpy(path, hole_path, drv_len); in RecursiveCreateDirectory()
/reactos/base/applications/notepad/
H A Dmain.c516 _tcsncpy(buf, cmdline, MAX_PATH - _tcslen(txt) - 1); in HandleCommandLine()
/reactos/dll/cpl/main/
H A Dmouse.c861 _tcsncpy(g_CursorData[nSel].szCursorPath, szFileName, MAX_PATH); in BrowseCursor()
897 _tcsncpy(g_CursorData[i].szCursorPath, pStart, nLength); in LoadCursorScheme()
/reactos/modules/rostests/tests/regdump/
H A Dregproc.c578 _tcsncpy(lpClassCopy, lpClass, KEY_MAX_LEN); in getRegClass()

12