Lines Matching refs:Printf
31 s->Printf("'%s' is not a known command.\n", command_str.c_str()); in GenerateAdditionalHelpAvenuesMessage()
32 s->Printf("Try '%shelp' to see a current list of commands.\n", in GenerateAdditionalHelpAvenuesMessage()
35 s->Printf("Try '%sapropos %s' for a list of related commands.\n", in GenerateAdditionalHelpAvenuesMessage()
39 s->Printf("Try '%stype lookup %s' for information on types, methods, " in GenerateAdditionalHelpAvenuesMessage()
127 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
130 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
132 s.Printf("\n"); in DoExecute()
146 result.GetOutputStream().Printf( in DoExecute()
160 result.GetOutputStream().Printf("\n'%s' is an abbreviation for %s\n", in DoExecute()
165 output_strm.Printf("Help requested with ambiguous command name, possible " in DoExecute()
169 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()