Home
last modified time | relevance | path

Searched refs:cmdCnt (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/services/init/
H A Dinit_common_cmds.c630 int cmdCnt = 0; in GetCmdByName() local
631 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdByName()
632 for (int i = 0; i < cmdCnt; ++i) { in GetCmdByName()
653 int cmdCnt = 0; in GetMatchCmd() local
654 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetMatchCmd()
655 for (int i = 0; i < cmdCnt; ++i) { in GetMatchCmd()
665 *index = cmdCnt + i; in GetMatchCmd()
674 int cmdCnt = 0; in GetCmdTableByIndex() local
675 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdTableByIndex()
677 if (index < cmdCnt) { in GetCmdTableByIndex()
706 int cmdCnt = cJSON_GetArraySize(root); GetCmdLinesFromJson() local
[all...]

Completed in 2 milliseconds