Home
last modified time | relevance | path

Searched refs:cout (Results 201 – 225 of 241) sorted by relevance

12345678910

/netbsd/external/bsd/lutok/dist/
H A Dstate_test.cpp75 std::cout << "Symbol " << symbol << (ok ? " found\n" : " not found\n"); in is_available()
90 std::cout << "Checking loaded modules" << in check_modules()
/netbsd/external/bsd/atf/dist/tools/
H A Datf-run.cpp573 tools::test_program::atf_tps_writer w(std::cout); in main()
/netbsd/external/bsd/elftosb/dist/common/
H A Doptions.cpp98 static ostream cout(stdout);
/netbsd/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DFileTimeType.rst205 cout << last_write_time(p).time_since_epoch().count() << endl;
437 with ``cout`` or ``to_string``.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DGwpAsan.rst211 8: std::cout << sv;
H A DCodingStandards.rst1409 std::cout << std::endl;
1410 std::cout << '\n' << std::flush;
H A DYamlIO.rst185 cout << "name=" << person.name;
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset397 * cout << "b('a') is " << b << endl;
402 * cout << "index 3 in the string is " << str[3] << " but\n"
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset397 * cout << "b('a') is " << b << endl;
402 * cout << "index 3 in the string is " << str[3] << " but\n"
/netbsd/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_lexer.cpp742 yyout = & std::cout;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-19983 * bits/fstream.tcc: Add fstream ctor for cin/cout/etc.
763 src/stdstreams.cc: cout, cin, etc. definitions
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbitset727 * cout << "b('a') is " << b << endl;
732 * cout << "index 3 in the string is " << str[3] << " but\n"
H A Dostream104 * functions in constructs like "std::cout << std::endl". For more
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbitset727 * cout << "b('a') is " << b << endl;
732 * cout << "index 3 in the string is " << str[3] << " but\n"
H A Dostream104 * functions in constructs like "std::cout << std::endl". For more
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstd-gnu11.m4717 std::for_each(array.begin(), array.end(), [](int v1){ std::cout << v1; });
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dstd-gnu11.m4717 std::for_each(array.begin(), array.end(), [](int v1){ std::cout << v1; });
/netbsd/external/apache2/llvm/dist/libcxx/
H A DCMakeLists.txt265 option(LIBCXX_ENABLE_STDOUT "Build libc++ with support for stdout/std::cout." ON)
/netbsd/external/bsd/flex/dist/src/
H A Dflex.skl1242 yyout.rdbuf(std::cout.rdbuf());
1431 yyout(arg_yyout ? arg_yyout->rdbuf() : std::cout.rdbuf())
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3201 using std::cout; vs. using std::cin;
3202 using std::cin; using std::cout;
/netbsd/external/gpl2/gettext/dist/gettext-tools/tests/
H A DChangeLog.072 * lang-c++: Include "autosprintf.h". Do output to cout, not stdout.
/netbsd/external/gpl3/gcc/dist/gcc/
H A DONEWS501 This means that code like 'string s; cout << s;' now works.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A DONEWS501 This means that code like 'string s; cout << s;' now works.
/netbsd/external/lgpl3/gmp/dist/
H A Dacinclude.m41475 mode, since that mode puts cout in the global namespace, not "std". */
1476 void someoutput (void) { std::cout << 123; }
/netbsd/external/bsd/flex/dist/doc/
H A Dflex.info-12956 'cout', respectively. 'yyFlexLexer' does not take ownership of its
3062 {number} cout << "number " << YYText() << '\n';
3066 {name} cout << "name " << YYText() << '\n';
3068 {string} cout << "string " << YYText() << '\n';

12345678910