Home
last modified time | relevance | path

Searched refs:pszArg (Results 1 – 5 of 5) sorted by relevance

/reactos/base/applications/runas/
H A Drunas.c80 LPCWSTR pszArg; in wmain() local
111 pszArg = argv[i]; in wmain()
112 if (*pszArg == L'-' || *pszArg == L'/') in wmain()
114 pszArg++; in wmain()
115 if (wcscmp(pszArg, L"?") == 0) in wmain()
139 pszArg += 5; in wmain()
140 ptr = wcschr(pszArg, L'@'); in wmain()
152 wcsncpy(pszUserName, pszArg, (ptr - pszArg)); in wmain()
167 ptr = wcschr(pszArg, L'\\'); in wmain()
189 wcsncpy(pszDomain, pszArg, (ptr - pszArg)); in wmain()
[all …]
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandNewKey.cpp52 TCHAR *pszNewKey = NULL, *pszArg; in Execute() local
58 while((pszArg = rArguments.GetNextArgument()) != NULL) in Execute()
60 if ((_tcsicmp(pszArg,_T("/?")) == 0) in Execute()
61 ||(_tcsicmp(pszArg,_T("-?")) == 0)) in Execute()
65 else if ((_tcsicmp(pszArg,_T("/v")) == 0) in Execute()
66 ||(_tcsicmp(pszArg,_T("-v")) == 0)) in Execute()
75 rConsole.Write(pszArg); in Execute()
81 pszNewKey = pszArg; in Execute()
/reactos/dll/shellext/sendmail/
H A Dsendmail.cpp106 LPCWSTR pszArg OPTIONAL, in CreateShellLink()
137 if (pszArg) in CreateShellLink()
138 hr = psl->SetArguments(pszArg); in CreateShellLink()
H A Dprecomp.hpp36 LPCWSTR pszArg OPTIONAL,
/reactos/dll/win32/syssetup/
H A Dinstall.c75 LPCWSTR pszArg, in CreateShellLink() argument
90 if (pszArg) in CreateShellLink()
91 hr = IShellLinkW_SetArguments(psl, pszArg); in CreateShellLink()