Searched refs:CMDSTR_BUGREPORT (Results 1 – 4 of 4) sorted by relevance
378 } else if (!strncmp(input.c_str(), CMDSTR_BUGREPORT.c_str(), CMDSTR_BUGREPORT.size())) { in String2FormatCommand()381 …if (outCmd->parameters.size() == CMDSTR_BUGREPORT.size() + 1) { // 1 is sizeInputRaw = input.size(… in String2FormatCommand()382 outCmd->parameters = CMDSTR_BUGREPORT + " "; in String2FormatCommand()
104 } else if (!strncmp(command.c_str(), CMDSTR_BUGREPORT.c_str(), CMDSTR_BUGREPORT.size())) { in ExecuteCommand()
74 registerCommand.push_back(CMDSTR_BUGREPORT); in IsRegisterCommand()
97 const string CMDSTR_BUGREPORT = "bugreport"; variable