Home | History | Annotate | Download | only in src

Lines Matching refs:cmdline

1431 static const char* cmdline = "";           // the entire command-line
1455 cmdline = strdup(cmdline_string.c_str()); // another small memory leak
1456 assert(cmdline);
1459 for (const char* c = cmdline; *c; c++)
1464 const char* GetArgv() { return cmdline; }