Lines Matching refs:endl
59 err() << "lshal: List and debug HALs." << std::endl << std::endl in usage()
60 << "commands:" << std::endl; in usage()
68 if (!first) err() << std::endl; in usage()
73 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage()
74 << "` is the default." << std::endl << std::endl; in usage()
78 if (!first) err() << std::endl; in usage()
112 err << msg << std::endl; in emitDebugInfo()
121 err << msg << std::endl; in emitDebugInfo()
130 err << msg << std::endl; in emitDebugInfo()
142 err << msg << std::endl; in emitDebugInfo()
158 err << msg << std::endl; in emitDebugInfo()
183 err() << arg.argv[0] << ": unrecognized option `" << arg.argv[optind] << "'" << std::endl; in parseArgs()