Lines Matching refs:strCmd

3097 	string strCmd;  in handle_command()  local
3098 strCmd = argv[1]; in handle_command()
3108 transform(strCmd.begin(), strCmd.end(), strCmd.begin(), (int(*)(int))toupper); in handle_command()
3109 s = (char*)strCmd.c_str(); in handle_command()
3113 if((strcmp(strCmd.c_str(), "-H") == 0) || (strcmp(strCmd.c_str(), "--HELP")) == 0){ in handle_command()
3116 } else if((strcmp(strCmd.c_str(), "-V") == 0) || (strcmp(strCmd.c_str(), "--VERSION") == 0)) { in handle_command()
3119 } else if (strcmp(strCmd.c_str(), "PACK") == 0) {//pack boot loader in handle_command()
3122 } else if (strcmp(strCmd.c_str(), "UNPACK") == 0) {//unpack boot loader in handle_command()
3126 } else if (strcmp(strCmd.c_str(), "TAGSPL") == 0) {//tag u-boot spl in handle_command()
3138 if(strcmp(strCmd.c_str(), "LD") == 0) { in handle_command()
3166 if(strcmp(strCmd.c_str(), "RD") == 0) { in handle_command()
3186 } else if(strcmp(strCmd.c_str(), "CS") == 0) { in handle_command()
3199 } else if(strcmp(strCmd.c_str(), "TD") == 0) { in handle_command()
3201 } else if (strcmp(strCmd.c_str(), "RID") == 0) {//Read Flash ID in handle_command()
3203 } else if (strcmp(strCmd.c_str(), "RFI") == 0){//Read Flash Info in handle_command()
3205 } else if (strcmp(strCmd.c_str(), "RCI") == 0) {//Read Chip Info in handle_command()
3207 } else if (strcmp(strCmd.c_str(), "RCB") == 0) {//Read Capability in handle_command()
3209 } else if(strcmp(strCmd.c_str(), "DB") == 0) { in handle_command()
3222 } else if(strcmp(strCmd.c_str(), "GPT") == 0) { in handle_command()
3229 } else if(strcmp(strCmd.c_str(), "PRM") == 0) { in handle_command()
3236 } else if(strcmp(strCmd.c_str(), "UL") == 0) { in handle_command()
3243 } else if(strcmp(strCmd.c_str(), "EF") == 0) { in handle_command()
3248 } else if(strcmp(strCmd.c_str(), "WL") == 0) { in handle_command()
3270 } else if(strcmp(strCmd.c_str(), "WLX") == 0) { in handle_command()
3320 } else if (strcmp(strCmd.c_str(), "RL") == 0) {//Read LBA in handle_command()
3338 } else if(strcmp(strCmd.c_str(), "PPT") == 0) { in handle_command()