Home
last modified time | relevance | path

Searched refs:__argc (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/crt/misc/
H A Dgetargs.c16 #undef __argc
21 int __argc = 0; variable
63 __wargv[__argc] = NULL; in wadd()
128 __argv[__argc] = NULL; in aadd()
202 *argc = __argc; in __getmainargs()
206 __argc = 0; in __getmainargs()
298 *argc = __argc; in __getmainargs()
349 *argc = __argc; in __wgetmainargs()
353 __argc = 0; in __wgetmainargs()
445 *argc = __argc; in __wgetmainargs()
[all …]
/reactos/sdk/lib/ucrt/startup/
H A Dargv_data.cpp22 int __argc = 0; // The number of arguments in __argv or __wargv variable
32 int* __cdecl __p___argc() { return &__argc; } in __p___argc()
H A Dargv_parsing.cpp372 __argc = static_cast<int>(argument_count - 1); in common_configure_argv()
383 __argc = [&]() in common_configure_argv()
/reactos/modules/rostests/apitests/crt/
H A Dcrtdata.c49 void* p = &__argc; in Test___argc()
52 #undef __argc in Test___argc()
53 ok_ptr(&__argc, p); in Test___argc()
H A Dmsvcrt_crt_apitest.cmake56 # __argc
/reactos/sdk/include/crt/
H A Dstdlib.h159 #define __argc (*__p___argc()) macro
166 _CRTIMP extern int __argc;
/reactos/sdk/include/ucrt/
H A Dstdlib.h1149 extern int __argc;
1153 #define __argc (*__p___argc()) // Pointer to number of command line arguments macro
/reactos/base/applications/clipbrd/
H A Dclipbrd.c743 if (__argc >= 2) in wWinMain()
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dmainwnd.c565 for (i = 1; i < __argc; ++i) in MainWndProc()
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec25 @ extern __argc_dll __argc
/reactos/base/applications/mspaint/
H A Dmain.cpp1354 if (__argc < 2 || !DoLoadImageFile(mainWindow, __targv[1], TRUE)) in wWinMain()
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec512 @ extern __argc
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec464 @ extern __argc
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec261 @ extern __argc