Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c631 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdByName() local
633 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetCmdByName()
634 return &commCmds[i]; in GetCmdByName()
654 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetMatchCmd() local
656 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetMatchCmd()
658 return commCmds[i].name; in GetMatchCmd()
675 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdTableByIndex() local
678 cmdTable = &commCmds[index]; in GetCmdTableByIndex()