Searched refs:deCommandLine_parse (Results 1 – 4 of 4) sorted by relevance
39 deCommandLine* deCommandLine_parse (const char* commandLine) in deCommandLine_parse() function148 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine); in testParse()
37 deCommandLine* deCommandLine_parse (const char* cmdLine);
111 deCommandLine* cmdLine = deCommandLine_parse(commandLine); in execProcess()
767 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str()); in parse()