Lines Matching refs:endl
62 err() << "lshal: List and debug HALs." << std::endl << std::endl in usage()
63 << "commands:" << std::endl; in usage()
71 if (!first) err() << std::endl; in usage()
76 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage()
77 << "` is the default." << std::endl << std::endl; in usage()
81 if (!first) err() << std::endl; in usage()
115 err << msg << std::endl; in emitDebugInfo()
124 err << msg << std::endl; in emitDebugInfo()
133 err << msg << std::endl; in emitDebugInfo()
148 err << msg << std::endl; in emitDebugInfo()
164 err << msg << std::endl; in emitDebugInfo()
189 err() << arg.argv[0] << ": unrecognized option `" << arg.argv[optind] << "'" << std::endl; in parseArgs()