Searched refs:endl (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/tools/tools/track/
H A Dtrack.sh35 endl="\r\n"
38 endl="\r\n"
41 endl="\r"
47 printf "%s%*s${endl}" "${line}" $((${COLUMNS:-80} - ${#line} - 1)) " "
/freebsd-current/contrib/libcbor/test/
H A Dcpp_linkage_test.cpp11 int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; } member in class:std
/freebsd-current/contrib/libucl/examples/
H A Ducl_cpp.cc15 std::cout << obj.dump(UCL_EMIT_CONFIG) << std::endl; member in class:std
18 std::cout << o.dump(UCL_EMIT_CONFIG) << std::endl; member in class:std
22 std::cerr << "Error: " << err << std::endl; member in class:std
/freebsd-current/contrib/kyua/admin/
H A Dcheck-style-cpp.awk74 /std::endl/ {
75 warn("Use \\n instead of std::endl");
/freebsd-current/usr.bin/users/
H A Dusers.cc51 cerr << "usage: users" << endl; local
69 cout << *last << endl; local
/freebsd-current/contrib/opencsd/decoder/source/pkt_printers/
H A Draw_frame_printer.cpp79 oss << std::endl; member in class:std
94 oss << std::endl; member in class:std
/freebsd-current/lib/libdevdctl/
H A Dexception.cc49 using std::endl;
111 logstream << m_parsedBuffer << '\'' << endl; local
116 logstream << markedBuffer << '\'' << endl; local
H A Devent.cc70 using std::endl;
223 result << endl; local
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dostream.inc19 using std::endl;
/freebsd-current/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp53 std::cerr << std::endl; member in class:Handler::std
57 std::cerr << binary_name << ": ERROR: " << msg << "." << std::endl; member in class:Handler::std
58 std::cerr << binary_name << ": See atf-test-program(1) for usage details." << std::endl; member in class:Handler::std
205 std::cout << std::endl << std::endl; member in class:Handler::std
207 "not_found__" << std::endl; member in class:Handler::std
210 std::strerror(errno) << std::endl; member in class:Handler::std
/freebsd-current/contrib/opencsd/decoder/include/pkt_printers/
H A Dgen_elem_printer.h72 oss << elemStr << std::endl; member in class:std
H A Dpkt_printer_t.h120 m_oss << ";\t" << pktstr << std::endl; member in class:std
/freebsd-current/tools/tools/mctest/
H A Dmctest.cc77 cerr << message << endl; local
197 cout << "Missed " << number - n << " packets." << endl;
201 packets[i].tv_usec << endl;
212 cout << "maximum gap (usecs): " << maxgap << endl; local
213 cout << "minimum gap (usecs): " << mingap << endl; local
276 cout << "Packet Reflection Complete" << endl; local
279 cout << "Missed " << args->number - n << " packets." << endl;
408 cout << "Results from client #" << client << endl; local
409 cout << "in usecs" << endl; local
418 // cout << " usecs: " << result.tv_usec << endl;
421 cout << "number represents usecs of round-trip time" << endl; local
[all...]
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc56 using std::endl;
130 output << m_log << endl; local
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test-main.cc38 std::cerr << tmpdir << std::endl; member in class:SetupEnvironment::std
129 std::cerr << "-u needs argument" << std::endl; member in class:std
137 std::cerr << "Failed to get entry for " << argv[ii] << ", errno=" << errno << std::endl; member in class:std
H A Dcapability-fd.cc403 EXPECT_OK(result) << std::endl \
405 << std::endl \
409 << std::endl \
/freebsd-current/contrib/ntp/util/
H A Dsht.c85 cout <<"CreateFileMapping with psec!=0 failed"<<endl;
93 cout <<"CreateFileMapping "<<buf<<":"<<mbuf<<endl;
103 cout <<"MapViewOfFile "<<buf<<":"<<mbuf<<endl;
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc61 << result.message() << std::endl;
H A Dgtest-port.cc1011 GetStream() << ::std::endl
1018 GetStream() << ::std::endl;
/freebsd-current/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc152 std::cout << "idx: " << kv.first << " name: " << name << " rate: " << rate << std::endl;
156 std::cout << val.second << ": " << val.first << std::endl;
164 std::cout << name << ":" << std::endl; member in class:std
168 std::cout << "\t" << largest.second << ": " << largest.first*rate << std::endl;
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-message-test.cc154 // Tests that basic IO manipulators (endl, ends, and flush) can be
159 (Message() << "Line 1." << std::endl
/freebsd-current/tools/tools/mcgrab/
H A Dmcgrab.cc75 cerr << message << endl; local
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h251 << "from different generators." << std::endl;
347 << "from different generators." << std::endl;
587 << "' is invalid, in " << file << " line " << line << std::endl; member in class:testing::internal::ParameterizedTestSuiteInfo::std
591 << file << " line " << line << std::endl; member in class:testing::internal::ParameterizedTestSuiteInfo::std
879 << "from different generators." << std::endl;
990 << "from different generators." << std::endl;
/freebsd-current/sbin/md5/
H A Dmd5.c73 static int endl = '\n'; variable
569 endl = '\0';
775 endl);
802 printf("%c", endl);
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp9473 os << "\n\nwhere options are:" << std::endl;
9489 os << row << std::endl;
10318 Catch::cerr() << "\n** Call to sysctl failed - unable to determine if debugger is active **\n" << std::endl;
11101 Catch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::endl;
11105 Catch::cout() << Column( description ).indent(4) << std::endl;
11112 Catch::cout() << pluralise( matchedTestCases.size(), "test case" ) << '\n' << std::endl;
11114 Catch::cout() << pluralise( matchedTestCases.size(), "matching test case" ) << '\n' << std::endl;
11130 Catch::cout() << std::endl;
11187 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl;
11209 Catch::cout() << std::endl;
[all...]

Completed in 201 milliseconds

12