Home
last modified time | relevance | path

Searched refs:ProcessCommandLine (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/utils/rosperf/
H A Drosperf.c716 ProcessCommandLine(PPERF_INFO PerfInfo, unsigned *TestCount, PTEST *Tests) in ProcessCommandLine() function
878 if (! ProcessCommandLine(&PerfInfo, &TestCount, &Tests)) in wWinMain()
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/
H A Dvfdcmd.c144 static int ProcessCommandLine(int argc, const char **args);
224 return ProcessCommandLine(argc - 1, argv + 1); in main()
466 ProcessCommandLine(argc, (const char **)args); in InteractiveConsole()
478 int ProcessCommandLine(int argc, const char **args) in ProcessCommandLine() function