Searched refs:tmpCommandLen (Results 1 – 1 of 1) sorted by relevance
336 uint8_t tmpCommandLen; in ProcessCommand() local349 tmpCommandLen = StrLen(tmpCommandString); in ProcessCommand()351 if ((cmd[tmpCommandLen] == ' ') || (cmd[tmpCommandLen] == 0x00)) in ProcessCommand()353 if (StrCompare(tmpCommandString, argv[0], tmpCommandLen) == 0) in ProcessCommand()
Completed in 3 milliseconds