Home
last modified time | relevance | path

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

/base/startup/init/services/init/
Dinit_common_cmds.c615 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdByName() local
617 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetCmdByName()
618 return &commCmds[i]; in GetCmdByName()
638 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetMatchCmd() local
640 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetMatchCmd()
642 return commCmds[i].name; in GetMatchCmd()
659 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdKey() local
661 return commCmds[index].name; in GetCmdKey()
755 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in DoCmdByIndex() local
758 cmdName = commCmds[index].name; in DoCmdByIndex()
[all …]