Searched refs:cmd_string (Results 1 – 5 of 5) sorted by relevance
120 std::string cmd_string; in DoExecute() local121 command.GetCommandString (cmd_string); in DoExecute()125 s.Printf ("ambiguous command %s", cmd_string.c_str()); in DoExecute()140 cmd_string.c_str()); in DoExecute()149 cmd_string.c_str(), in DoExecute()
99 std::string cmd_string; in DoExecute() local100 command.GetCommandString (cmd_string); in DoExecute()101 result.AppendErrorWithFormat ("'%s' is not a known command.\n", cmd_string.c_str()); in DoExecute()
34 cmd_string=`basename ${procname:-${command}}`37 …ps_pid=`ps ax -o pid= -o command= | grep $cmd_string | grep -e "$flag_string" | grep -v grep | awk…
186 ata_cmd_string(struct ata_cmd *cmd, char *cmd_string, size_t len) in ata_cmd_string() argument189 snprintf(cmd_string, len, "%02x %02x %02x %02x " in ata_cmd_string()196 return(cmd_string); in ata_cmd_string()
105 char * ata_cmd_string(struct ata_cmd *cmd, char *cmd_string, size_t len);