Searched refs:lpCmdLine (Results 1 - 7 of 7) sorted by relevance

/external/skia/tools/viewer/sk_app/win/
H A Dmain_win.cpp34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, argument
37 // convert from lpCmdLine to argc, argv.
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c22 CMDLINE lpCmdLine, int nShowCmd)
21 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, CMDLINE lpCmdLine, int nShowCmd) argument
/external/skia/src/views/win/
H A Dskia_win.cpp59 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, argument
62 // convert from lpCmdLine to argc, argv.
70 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c232 lpCmdLine, int nCmdShow)
257 lpCmdLine = lpCmdLine;
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
H A DPVRShellOS.cpp753 @input lpCmdLine command line from OS
758 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) argument
772 i = _tcslen(lpCmdLine) + 1;
778 pszCmdLine[i] = (char)lpCmdLine[i];
/external/swiftshader/tests/OGLSimpleCube/
H A DOGLSimpleCube.cpp180 int __stdcall WinMain(__in HINSTANCE hCurrentInst, __in_opt HINSTANCE hPreviousInst, __in_opt LPSTR lpCmdLine, __in int nShowCmd) argument
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp116 @Input lpCmdLine command line from OS
121 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) argument

Completed in 800 milliseconds