Searched refs:cout (Results 76 - 100 of 102) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-properties-140 cout << dcgettext ("hello", "Hello world!", LC_MESSAGES) << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestLogc.cpp75 // cout << "logc.get: " << count;
76 // show_dbt(cout, dbt);
77 // cout << "\n";
94 cout << "TestLogc done.\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp20 using std::cout;
199 cout << (long)accounts << " Accounts, "
303 cout << "Populated accounts: "
332 cout << "Populated branches: "
360 cout << "Populated tellers: "
637 cout << "Transaction A=" << (long)account
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/varparam/
H A Dvarparam.cpp83 { std::cout << "Server has echoed:" << std::endl;
85 r.param[i]->print(std::cout);
86 std::cout << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/varparam/
H A Dvarparam.cpp83 { std::cout << "Server has echoed:" << std::endl;
85 r.param[i]->print(std::cout);
86 std::cout << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DdigiFep1.h17 u16 cout; member in struct:global_data
H A Depca.c661 ctail = readw(&ch->mailbox->cout);
1614 cmdTail = readw(&ch->mailbox->cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftp.c91 CloseFile(&cip->cout);
182 cip->cout = NULL;
490 cip->cout = NULL;
518 if ((cip->cout = fdopen(sock2fd, "w")) == NULL) {
536 setlinebuf(cip->cout);
539 (void) SETVBUF(cip->cout, NULL, _IOLBF, (size_t) BUFSIZ);
648 CloseFile(&cip->cout);
1301 if (cip->cout != NULL)
1302 (void) fflush(cip->cout);
H A Dncftp.h394 FILE *cout; /* Do not use or modify. */ member in struct:FTPConnectionInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp253 cout << wxT("Static cursor changed to: ");
257 cout << wxT("Forward Only");
260 cout << wxT("Static");
263 cout << wxT("Keyset Driven");
266 cout << wxT("Dynamic");
269 cout << endl << endl;
292 cout << wxT("Cursor Type set to STATIC") << endl << endl;
1412 cout << wxT("Creating Table ") << tableName << wxT("...") << endl;
1426 cout << i + 1 << wxT(": ") << colDefs[i].ColName << wxT("; ");
1430 cout << pD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp27 std::cout << "example_database_load [-b <path to data files>]"
30 std::cout << "Note: If -b -h is specified, then the path must end"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp364 cout << GetLastErrorMsg() << endl;
816 cout << "ReadPacket: packet have invalid flags " << flags << endl;
833 cout << "ReadPacket: failed zlib init" << endl;
844 cout << "ReadPacket: error in packet read" << endl;
855 cout << "ReadPacket: failed zlib free" << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxtstrm.tex196 You can also simulate the C++ cout class:
200 wxTextOutputStream cout( output );
202 cout << "This is a text line" << endl;
203 cout << 1234;
204 cout << 1.23456;
H A Dtlog.tex73 statements or cout/cerr C++ streams for writing out some (debug or otherwise)
80 You can also redirect the {\it wxLogXXX} calls to {\it cout} by just writing:
83 wxLog *logger=new wxLogStream(&cout);
88 Finally, there is also a possibility to redirect the output sent to {\it cout}
H A Dtext.tex158 Another commonly requested need is to redirect {\bf std::cout} to the text
167 std::streambuf *sbOld = std::cout.rdbuf();
168 std::cout.rdbuf(control);
170 // use cout as usual, the output appears in the text control
173 std::cout.rdbuf(sbOld);
188 // all output to cout goes into the text control until the exit from current
H A Dtexpr.tex198 cout << "Id is " << id << ", name is " << name << "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp308 wxSTD cout << "Tex2RTF: input or output file is missing.\n"; local
1155 wxSTD cout << msg_string.mb_str() << "\n";
1156 wxSTD cout.flush();
1165 wxSTD cout << msg_string.mb_str() << "\n";
1166 wxSTD cout.flush();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Ddocripper.cpp348 wxSTD cout << "Processing file " << sourceFile << "..." << wxSTD endl;
354 wxSTD cout << "Cannot open file " << sourceFile << ", skipped..." << wxSTD endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dcmds.c73 extern FILE *cout;
1744 if (cout) {
1745 (void) fclose(cout);
1747 cout = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A DMakefile.in73 $(CC) $(CFLAGS) $(LDFLAGS) -o cout cinset.c test.$(OBJEXT)
79 ./cout -v < $(srcdir)/c.gperf | LC_ALL=C tr -d '\r' > c.out
332 $(RM) *.$(OBJEXT) core *inset.c output.* *.out aout$(EXEEXT) cout$(EXEEXT) lu2out$(EXEEXT) lu8out$(EXEEXT) m3out$(EXEEXT) pout$(EXEEXT) preout$(EXEEXT) smtp.c smtp$(EXEEXT) tmp-* valitest*
H A DMakefile73 $(CC) $(CFLAGS) $(LDFLAGS) -o cout cinset.c test.$(OBJEXT)
79 ./cout -v < $(srcdir)/c.gperf | LC_ALL=C tr -d '\r' > c.out
332 $(RM) *.$(OBJEXT) core *inset.c output.* *.out aout$(EXEEXT) cout$(EXEEXT) lu2out$(EXEEXT) lu8out$(EXEEXT) m3out$(EXEEXT) pout$(EXEEXT) preout$(EXEEXT) smtp.c smtp$(EXEEXT) tmp-* valitest*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h572 : m_ostr(wxSTD cout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dasiohiper.cpp352 std::cout << std::endl << "Couldn't open socket [" << ec << "][" << ec.message() << "]";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dtextctrl.cpp921 wxString str( _T("Outputed to cout, appears in wxTextCtrl!") );
922 wxSTD cout << str << wxSTD endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipsalgt.cpp1276 pSink = new FileSink(cout);
1282 cout << "file: " << filename << endl;

Completed in 321 milliseconds

12345