Lines Matching refs:endl
55 std::cerr << "can't open " << input_file << ": " << strerror(errno) << std::endl; in parse_declarations_one_file()
63 std::cerr << "yylex parsing failed: returned " << ret << std::endl; in parse_declarations_one_file()
97 ofs << "Usage: " << prog << " [OPTIONS] file1 file2..." << std::endl; in usage()
100 ofs << "Root directory for generated output (relative to cwd)." << std::endl; in usage()
103 ofs << "Generate namespaces relative to this path per file." << std::endl; in usage()
106 ofs << "Change root namespace (default = bluetooth)." << std::endl; in usage()
109 ofs << "Root path to the source directory. Find input files relative to this." << std::endl; in usage()
161 std::cout << "out dir: " << out_dir << std::endl; in main()
165 std::cout << "parsing: " << input_files.front() << std::endl; in main()
167 std::cerr << "Cannot parse " << input_files.front() << " correctly" << std::endl; in main()
170 std::cout << "generating c++" << std::endl; in main()
179 std::cerr << "Didn't generate cpp headers for " << input_files.front() << std::endl; in main()