/freebsd/tools/tools/track/ |
H A D | track.sh | 35 endl="\r\n" 38 endl="\r\n" 41 endl="\r" 47 printf "%s%*s${endl}" "${line}" $((${COLUMNS:-80} - ${#line} - 1)) " "
|
/freebsd/tools/tools/mctest/ |
H A D | mctest.cc | 77 cerr << message << endl; in usage() 197 cout << "Missed " << number - n << " packets." << endl; in sink() 201 packets[i].tv_usec << endl; in sink() 212 cout << "maximum gap (usecs): " << maxgap << endl; in sink() 213 cout << "minimum gap (usecs): " << mingap << endl; in sink() 276 cout << "Packet Reflection Complete" << endl; in server() 279 cout << "Missed " << args->number - n << " packets." << endl; in server() 408 cout << "Results from client #" << client << endl; in source() 409 cout << "in usecs" << endl; in source() 420 cout << "comparing " << long(deltas.size()) << " deltas" << endl; in source() [all …]
|
/freebsd/libexec/atf/atf-pytest-wrapper/ |
H A D | atf_pytest_wrapper.cpp | 53 std::cerr << std::endl; in PrintVector() 57 std::cerr << binary_name << ": ERROR: " << msg << "." << std::endl; in Usage() 58 std::cerr << binary_name << ": See atf-test-program(1) for usage details." << std::endl; in Usage() 205 std::cout << std::endl << std::endl; in ReportError() 207 "not_found__" << std::endl; in ReportError() 210 std::strerror(errno) << std::endl; in ReportError()
|
/freebsd/contrib/libucl/examples/ |
H A D | ucl_cpp.cc | 15 std::cout << obj.dump(UCL_EMIT_CONFIG) << std::endl; in main() 18 std::cout << o.dump(UCL_EMIT_CONFIG) << std::endl; in main() 22 std::cerr << "Error: " << err << std::endl; in main()
|
/freebsd/lib/libdevdctl/ |
H A D | exception.cc | 49 using std::endl; 111 logstream << m_parsedBuffer << '\'' << endl; in ParseException() 116 logstream << markedBuffer << '\'' << endl; in ParseException()
|
H A D | event.cc | 70 using std::endl; 223 result << endl; in ToString()
|
/freebsd/usr.bin/users/ |
H A D | users.cc | 51 cerr << "usage: users" << endl; in main() 69 cout << *last << endl; in main()
|
/freebsd/contrib/capsicum-test/ |
H A D | capsicum-test-main.cc | 38 std::cerr << tmpdir << std::endl; in SetUp() 129 std::cerr << "-u needs argument" << std::endl; in main() 137 std::cerr << "Failed to get entry for " << argv[ii] << ", errno=" << errno << std::endl; in main()
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_summary.cc | 152 std::cout << "idx: " << kv.first << " name: " << name << " rate: " << rate << std::endl; in pmc_summary_handler() 156 std::cout << val.second << ": " << val.first << std::endl; in pmc_summary_handler() 164 std::cout << name << ":" << std::endl; in pmc_summary_handler() 168 std::cout << "\t" << largest.second << ": " << largest.first*rate << std::endl; in pmc_summary_handler()
|
/freebsd/contrib/ntp/util/ |
H A D | sht.c | 85 cout <<"CreateFileMapping with psec!=0 failed"<<endl; in getShmTime() 93 cout <<"CreateFileMapping "<<buf<<":"<<mbuf<<endl; in getShmTime() 103 cout <<"MapViewOfFile "<<buf<<":"<<mbuf<<endl; in getShmTime()
|
/freebsd/contrib/opencsd/decoder/source/pkt_printers/ |
H A D | raw_frame_printer.cpp | 79 oss << std::endl; in TraceRawFrameIn() 94 oss << std::endl; in createDataString()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd_exception.cc | 56 using std::endl; 130 output << m_log << endl; in Log()
|
/freebsd/contrib/libcbor/test/ |
H A D | cpp_linkage_test.cpp | 11 int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; } in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_functional.cpp | 169 auto Func = []() { std::cout << "Hello, world!" << std::endl; }; in TEST() 176 auto Func = []() { std::cout << "Hello, again!" << std::endl; }; in TEST()
|
/freebsd/contrib/kyua/admin/ |
H A D | check-style-cpp.awk | 74 /std::endl/ {
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 252 << "from different generators." << std::endl; in Equals() 348 << "from different generators." << std::endl; in Equals() 587 << file << " line " << line << "" << std::endl; in RegisterTests() 591 << file << " line " << line << std::endl; in RegisterTests() 883 << "from different generators." << std::endl; in GTEST_DISABLE_MSC_WARNINGS_POP_() 994 << "from different generators." << std::endl; in Equals()
|
/freebsd/contrib/opencsd/decoder/include/pkt_printers/ |
H A D | gen_elem_printer.h | 72 oss << elemStr << std::endl; in TraceElemIn()
|
H A D | pkt_printer_t.h | 120 m_oss << ";\t" << pktstr << std::endl; in PacketDataIn()
|
/freebsd/sbin/md5/ |
H A D | md5.c | 73 static int endl = '\n'; variable 569 endl = '\0'; in main() 775 endl); in MDOutput() 802 printf("%c", endl); in MDOutput()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-test-part.cc | 61 << result.message() << std::endl; in operator <<()
|
H A D | gtest-port.cc | 1037 GetStream() << ::std::endl in GTestLog() 1044 GetStream() << ::std::endl; in ~GTestLog()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ostream.cppm |
|
/freebsd/tools/tools/mcgrab/ |
H A D | mcgrab.cc | 75 cerr << message << endl; in usage()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-message-test.cc | 159 (Message() << "Line 1." << std::endl in TEST()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 9473 os << "\n\nwhere options are:" << std::endl; in writeToStream() 9489 os << row << std::endl; in writeToStream() 10318 …rr() << "\n** Call to sysctl failed - unable to determine if debugger is active **\n" << std::endl; in isDebuggerActive() 11101 …atch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::endl; in listTests() 11105 Catch::cout() << Column( description ).indent(4) << std::endl; in listTests() 11112 Catch::cout() << pluralise( matchedTestCases.size(), "test case" ) << '\n' << std::endl; in listTests() 11114 … Catch::cout() << pluralise( matchedTestCases.size(), "matching test case" ) << '\n' << std::endl; in listTests() 11130 Catch::cout() << std::endl; in listTestsNamesOnly() 11187 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags() 11209 Catch::cout() << std::endl; in listReporters() [all …]
|