Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp799 const char *commandString = spinel_command_to_cstr(aEntry.mCommand); in OutputResult() local
802 …snprintf(buffer, sizeof(buffer), "%.*s %.*s", kMaxCommandStringLength, commandString, kMaxKeyStrin… in OutputResult()
/openthread-latest/src/cli/
Dcli.cpp6754 char commandString[kMaxDebugCommandSize]; in Process() local
6762 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()