HomeSort by relevance Sort by last modified time
    Searched refs:ParseCommandLine (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 57 static int ParseCommandLine(char *cmdline, char **argv)
345 argc = ParseCommandLine(cmdline, NULL);
350 ParseCommandLine(cmdline, argv);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 80 static int ParseCommandLine(char *cmdline, char **argv)
574 /* Rather than rewrite ParseCommandLine method, let's replace */
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
  /external/chromium/net/tools/hresolv/
hresolv.cc 322 bool ParseCommandLine(CommandLine* command_line, CommandLineOptions* options) {
422 if (!ParseCommandLine(command_line, &options)) {

Completed in 26 milliseconds