Home
last modified time | relevance | path

Searched refs:_wcmdln (Results 1 – 16 of 16) sorted by relevance

/reactos/sdk/lib/crt/misc/
H A Dgetargs.c7 extern wchar_t* _wcmdln;
355 len = wcslen(_wcmdln); in __wgetmainargs()
362 if (i >= len || ((_wcmdln[i] == ' ' || _wcmdln[i] == '\t') && !inQuotes)) in __wgetmainargs()
375 while (_wcmdln[i] == ' ' || _wcmdln[i] == '\t') in __wgetmainargs()
386 if (_wcmdln[i] == '\\') in __wgetmainargs()
388 buffer[bufferIndex++] = _wcmdln[i]; in __wgetmainargs()
395 if (_wcmdln[i] == '\"') in __wgetmainargs()
421 else if (!inQuotes && i > 0 && _wcmdln[i - 1] == '\"' && !escapedQuote) in __wgetmainargs()
436 buffer[bufferIndex++] = _wcmdln[i]; in __wgetmainargs()
H A Dcrt_init.c13 extern wchar_t* _wcmdln; /* pointer to wide character command line */
51 _wcmdln = _wcsdup(GetCommandLineW()); in crt_process_init()
H A Denviron.c19 wchar_t *_wcmdln = NULL; /* pointer to wide character command line */ variable
378 return &_wcmdln; in __p__wcmdln()
/reactos/sdk/lib/ucrt/startup/
H A Dargv_data.cpp28 wchar_t* _wcmdln = nullptr; // The raw command line as a wide string variable
38 wchar_t** __cdecl __p__wcmdln() { return &_wcmdln; } in __p__wcmdln()
64 _wcmdln = GetCommandLineW(); in __acrt_initialize_command_line()
H A Dargv_winmain.cpp26 static wchar_t* get_command_line(wchar_t) throw() { return _wcmdln; } in get_command_line()
H A Dargv_parsing.cpp25 static wchar_t* get_command_line(wchar_t) throw() { return _wcmdln; } in get_command_line()
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.c50 extern wchar_t* _wcmdln; /* pointer to wide character command line */
96 _wcmdln = _wcsdup(GetCommandLineW()); in DllMain()
H A Dmsvcrt40.spec897 @ extern _wcmdln
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.c49 extern wchar_t* _wcmdln; /* pointer to wide character command line */
100 _wcmdln = _wcsdup(GetCommandLineW()); in DllMain()
H A Dmsvcrt20.spec862 @ extern _wcmdln
/reactos/sdk/include/ucrt/
H A Dcorecrt_startup.h99 extern wchar_t* _wcmdln;
102 #define _wcmdln (*__p__wcmdln()) macro
/reactos/sdk/lib/crt/include/internal/mingw-w64/
H A Dinternal.h123 _CRTIMP extern char * _wcmdln;
/reactos/modules/rostests/apitests/crt/
H A Dcrtdata.c537 _CRTIMP extern wchar_t* _wcmdln; in Test__wcmdln()
540 ok_ptr(__p__wcmdln(), &_wcmdln); in Test__wcmdln()
H A Dmsvcrt_crt_apitest.cmake861 # _wcmdln
/reactos/sdk/lib/crt/startup/
H A Dcrtexe.c273 lpszCommandLine = (_TCHAR *) _wcmdln; in __tmainCRTStartup()
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1144 @ extern _wcmdln