Home
last modified time | relevance | path

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

/kernel/liteos_m/components/shell/src/base/
Dshmsg.c145 STATIC VOID ParseAndExecCmdline(CmdParsed *cmdParsed, const CHAR *cmdline, UINT32 len) in ParseAndExecCmdline() function
202 ParseAndExecCmdline(&cmdParsed, output, outputlen); in ExecCmdline()
/kernel/liteos_a/apps/shell/src/
Dshmsg.c446 static void ParseAndExecCmdline(CmdParsed *cmdParsed, const char *cmdline, unsigned int len) in ParseAndExecCmdline() function
578 ParseAndExecCmdline(&cmdParsed, output, outputlen); in ExecCmdline()