/reactos/dll/win32/inetcomm/ |
H A D | smtptransport.c | 666 char *szCommand; in SMTPTransport_SendMessage() local 713 if (!szCommand) in SMTPTransport_SendMessage() 728 char *szCommand; in SMTPTransport_CommandMAIL() local 739 if (!szCommand) in SMTPTransport_CommandMAIL() 755 char *szCommand; in SMTPTransport_CommandRCPT() local 766 if (!szCommand) in SMTPTransport_CommandRCPT() 783 char *szCommand; in SMTPTransport_CommandEHLO() local 790 if (!szCommand) in SMTPTransport_CommandEHLO() 807 char *szCommand; in SMTPTransport_CommandHELO() local 814 if (!szCommand) in SMTPTransport_CommandHELO() [all …]
|
/reactos/base/setup/welcome/ |
H A D | welcome.c | 87 TCHAR szCommand[512]; member 393 if (szCommand && *szCommand) in AddNewTopicEx() 400 ExpandInstallerPath(szCommand, pTopic->szCommand, ARRAYSIZE(pTopic->szCommand)); in AddNewTopicEx() 407 … ExpandEnvironmentStringsW(szCommand, pTopic->szCommand, ARRAYSIZE(pTopic->szCommand)); in AddNewTopicEx() 409 StringCchCopy(pTopic->szCommand, ARRAYSIZE(pTopic->szCommand), szCommand); in AddNewTopicEx() 415 *pTopic->szCommand = 0; in AddNewTopicEx() 419 if (*pTopic->szCommand) in AddNewTopicEx() 456 StringCchCopy(pTopic->szCommand, ARRAYSIZE(pTopic->szCommand), szAction); in AddNewTopicEx() 488 if (*newTopic.szCommand) in LoadLocalizedResourcesInternal() 603 newTopic.szCommand, ARRAYSIZE(newTopic.szCommand), szIniPath); in LoadLocalizedResourcesFromINI() [all …]
|
/reactos/dll/win32/userenv/ |
H A D | desktop.c | 245 WCHAR szCommand[MAX_PATH]; in AddDesktopItemW() local 296 memcpy(szCommand, lpArguments, dwLength * sizeof(WCHAR)); in AddDesktopItemW() 297 szCommand[dwLength] = 0; in AddDesktopItemW() 303 wcscpy(szCommand, lpArguments); in AddDesktopItemW() 306 DPRINT("szCommand: '%S'\n", szCommand); in AddDesktopItemW() 339 szCommand); in AddDesktopItemW() 666 WCHAR szCommand[MAX_PATH]; in AddItemW() local 723 szCommand[dwLength] = 0; in AddItemW() 729 wcscpy(szCommand, lpArguments); in AddItemW() 732 DPRINT("szCommand: '%S'\n", szCommand); in AddItemW() [all …]
|
/reactos/base/applications/rapps/ |
H A D | unattended.cpp | 63 HandleInstallCommand(CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) in HandleInstallCommand() argument 68 ConResMsgPrintf(StdOut, NULL, IDS_CMD_NEED_PACKAGE_NAME, szCommand); in HandleInstallCommand() 87 HandleSetupCommand(CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) in HandleSetupCommand() argument 92 ConResMsgPrintf(StdOut, NULL, IDS_CMD_NEED_FILE_NAME, szCommand); in HandleSetupCommand() 214 HandleFindCommand(CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) in HandleFindCommand() argument 218 ConResMsgPrintf(StdOut, NULL, IDS_CMD_NEED_PARAMS, szCommand); in HandleFindCommand() 248 HandleInfoCommand(CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) in HandleInfoCommand() argument 252 ConResMsgPrintf(StdOut, NULL, IDS_CMD_NEED_PARAMS, szCommand); in HandleInfoCommand()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnmain.cpp | 492 int tokenizeCommand(char* szCommand, int& argc, char** argv) { in tokenizeCommand() argument 497 if(!szCommand || !*szCommand) return EMPTY_LINE; in tokenizeCommand() 501 char *token_start = szCommand; in tokenizeCommand() 502 for(p = szCommand;; p++) { in tokenizeCommand() 571 char szCommand[80]; in telCommandLine() local 581 cmdhist = cfgets (szCommand, 79, cmdhist); in telCommandLine() 584 strlwr(szCommand); // convert command line to lower in telCommandLine() 586 switch ( tokenizeCommand(szCommand, i, Parms) ) { in telCommandLine()
|
/reactos/base/shell/explorer/ |
H A D | startmnucust.cpp | 23 WCHAR szCommand[MAX_PATH] = L"appwiz.cpl,NewLinkHere "; in OnAddStartMenuItems() local 24 if (SUCCEEDED(StringCchCatW(szCommand, _countof(szCommand), szPath))) in OnAddStartMenuItems() 25 ShellExecuteW(hDlg, L"open", L"rundll32.exe", szCommand, NULL, SW_SHOWNORMAL); in OnAddStartMenuItems()
|
H A D | traywnd.cpp | 445 WCHAR szCommand[256]; in ExecResourceCmd() local 450 szCommand, in ExecResourceCmd() 451 _countof(szCommand))) in ExecResourceCmd() 456 pszParameters = wcschr(szCommand, L'>'); in ExecResourceCmd() 463 ShellExecuteW(m_hWnd, NULL, szCommand, pszParameters, NULL, SW_SHOWNORMAL); in ExecResourceCmd()
|
/reactos/dll/win32/shell32/shelldesktop/ |
H A D | dde.cpp | 129 WCHAR szCommand[MAX_PATH]; in Dde_OnExecute() local 138 StringCchCopyW(szCommand, _countof(szCommand), pszCommand); in Dde_OnExecute() 171 PWSTR cmd = szCommand; in Dde_OnExecute()
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 188 WCHAR szCommand[MAX_PATH]; in CreateShortcutsFromSection() local 203 if (!SetupGetStringFieldW(&Context, 1, szCommand, ARRAYSIZE(szCommand), NULL)) in CreateShortcutsFromSection() 223 CreateShortcut(pszFolder, szName, szCommand, szDescription, iIconNr, szDirectory, szArgs); in CreateShortcutsFromSection()
|