• Home
  • Raw
  • Download

Lines Matching refs:CHAR

50 CHAR *ShellGetInputBuf(ShellCB *shellCB)  in ShellGetInputBuf()
68 STATIC VOID ShellSaveHistoryCmd(const CHAR *string, ShellCB *shellCB) in ShellSaveHistoryCmd()
115 STATIC INT32 ShellCmdLineCheckUDRL(const CHAR ch, ShellCB *shellCB) in ShellCmdLineCheckUDRL()
152 LITE_OS_SEC_TEXT_MINOR VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB) in ShellCmdLineParse()
154 const CHAR ch = c; in ShellCmdLineParse()
206 LITE_OS_SEC_TEXT_MINOR UINT32 ShellMsgTypeGet(CmdParsed *cmdParsed, const CHAR *cmdType) in ShellMsgTypeGet()
220 (strncmp((CHAR *)(curCmdItem->cmd->cmdKey), cmdType, len) == 0)) { in ShellMsgTypeGet()
222 (VOID)memcpy_s((CHAR *)(cmdParsed->cmdKeyword), CMD_KEY_LEN, cmdType, minLen); in ShellMsgTypeGet()
231 STATIC UINT32 ShellMsgNameGetAndExec(CmdParsed *cmdParsed, const CHAR *output, UINT32 len) in ShellMsgNameGetAndExec()
235 const CHAR *tmpStr = NULL; in ShellMsgNameGetAndExec()
237 CHAR *msgName = (CHAR *)LOS_MemAlloc(m_aucSysMem0, len + 1); in ShellMsgNameGetAndExec()
267 (VOID)OsCmdExec(cmdParsed, (CHAR *)output); in ShellMsgNameGetAndExec()
275 CHAR *output = NULL; in ShellMsgParse()
279 CHAR *buf = (CHAR *)msg; in ShellMsgParse()
280 CHAR *newMsg = NULL; in ShellMsgParse()
281 CHAR *cmd = "exec"; in ShellMsgParse()
292 newMsg = (CHAR *)LOS_MemAlloc(m_aucSysMem0, newLen); in ShellMsgParse()
299 (VOID)memcpy_s(newMsg + cmdLen + 1, newLen - cmdLen - 1, (CHAR *)msg + 1, len); in ShellMsgParse()
303 output = (CHAR *)LOS_MemAlloc(m_aucSysMem0, len + 1); in ShellMsgParse()
309 ret = OsCmdKeyShift((CHAR *)msg, output, len + 1); in ShellMsgParse()
331 CHAR ch; in ShellEntry()
364 CHAR *buf = NULL; in ShellCmdProcess()
411 CHAR *name = NULL; in ShellTaskInit()
437 CHAR *name = NULL; in ShellEntryInit()