Searched refs:commandString (Results 1 – 2 of 2) sorted by relevance
799 const char *commandString = spinel_command_to_cstr(aEntry.mCommand); in OutputResult() local802 …snprintf(buffer, sizeof(buffer), "%.*s %.*s", kMaxCommandStringLength, commandString, kMaxKeyStrin… in OutputResult()
6754 char commandString[kMaxDebugCommandSize]; in Process() local6762 strncpy(commandString, debugCommand, sizeof(commandString) - 1); in Process()6763 commandString[sizeof(commandString) - 1] = '\0'; in Process()6765 OutputLine("$ %s", commandString); in Process()6766 ProcessLine(commandString); in Process()