Searched refs:ProcessCommandLine (Results 1 – 2 of 2) sorted by relevance
716 ProcessCommandLine(PPERF_INFO PerfInfo, unsigned *TestCount, PTEST *Tests) in ProcessCommandLine() function878 if (! ProcessCommandLine(&PerfInfo, &TestCount, &Tests)) in wWinMain()
144 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