Searched refs:cout (Results 51 - 75 of 102) sorted by relevance

12345

/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_read.cpp27 std::cout << "example_database_read [-i <path to data files>]"
30 std::cout << "Note: Any path specified to the -h parameter must end"
115 std::cout << "Looking for " << itemName << std::endl;
211 std::cout << " " << my_vendor.street << "\n"
H A DMyDb.cpp50 std::cout << "Database " << dbFileName_
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_rebuildci.c25 cip->cout = NULL;
59 if ((cip->cout = fdopen(cip->ctrlSocketW, "w")) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrtotxt.tex34 cout << "Hello, text!" << endl;
38 cout << "Hello, console!" << endl;
60 The constructor starts redirecting output sent to {\it ostr} or {\it cout} for
67 \docparam{ostr}{The C++ stream to redirect, {\it cout} is used if it is NULL}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp39 using std::cout;
283 cout << "error closing environment: " << dbe.what() << endl;
289 cout << "QUOTESERVER";
291 cout << "(read-only)";
292 cout << "> " << flush;
409 cout << "\tSymbol\tPrice" << endl
418 cout << "\t" << keybuf << "\t" << databuf << endl;
420 cout << endl << flush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dmain.cpp644 std::cout << "Usage: " << argv[0] << " [OPTIONS] FILE" << std::endl;
651 std::cout << "pcap_open_offline(" << argv[optind] << "): " << errbuf
698 std::cout << "NTCreateX \"" << i->ntcreate_req.file_name << "\" "
710 std::cout << "ReadX " << i->read_req.fid << " "
721 std::cout << "WriteX " << i->write_req.fid << " "
729 std::cout << "Close " << i->close_req.fid << " "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbench2.cpp244 cout << "<TABLE border=1><COLGROUP><COL align=left><COL align=right><COL align=right>" << endl;
245 cout << "<THEAD><TR><TH>Operation<TH>Milliseconds/Operation" << (g_hertz ? "<TH>Megacycles/Operation" : "") << endl;
247 cout << "\n<TBODY style=\"background: yellow\">";
253 cout << "\n<TBODY style=\"background: white\">";
259 cout << "\n<TBODY style=\"background: yellow\">";
269 cout << "\n<TBODY style=\"background: white\">";
277 cout << "\n<TBODY style=\"background: yellow\">";
287 cout << "\n<TBODY style=\"background: white\">";
307 cout << "<TBODY style=\"background: yellow\">" << endl;
326 cout << "</TABL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp259 std::cout << "Invalid " << type << "-link, " + err << ":\n"
280 std::cout << "ERROR! Failed to open " << path << " for writing!" << std::endl;
287 std::cout << "Link successfully queued." << std::endl;
455 std::cout << "Unknown or invalid link-type:\n\t" << arg << std::endl;
470 std::cout << getVersion()
487 std::cout << getVersion() << std::endl;
506 std::cout << my_collection.GetEd2kLink(e) << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dscriptbinder.cpp208 cout << "DBG:: cs address is " << (int)cs << endl;
209 cout << "DBG:: str address is " << (int)(&str) << endl;
210 cout << "DBG:: dataObj points to " << (int)dataObj << endl;
211 cout << "DBG:: pInfo->m_Ofs value is " << (int)pInfo->m_Ofs << endl;
212 cout << "DBG:: d+pInfo->m_Ofs is " << (int)((char*)dataObj + pInfo->m_Ofs) << endl;
213 cout << "DBG:: pInfo->m_Name is " << pInfo->m_Name << endl;
214 cout << "DBG:: pInfo->m_Type is " << pInfo->m_Type << endl;
215 cout << "DBG:: end of dump. " << endl;
217 cout << "DBG:: cs value is " << endl << cs << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp172 std::cout << "I'm all done." << std::endl;
244 std::cout << thread_num << " : Found "
248 std::cout << thread_num << " : committing txn : " << i
257 std::cout << "Error on txn commit: "
269 std::cout << "############### Writer " << thread_num
H A DTxnGuideInMemory.cpp154 std::cout << "I'm all done." << std::endl;
226 std::cout << thread_num << " : Found "
230 std::cout << thread_num << " : committing txn : " << i
239 std::cout << "Error on txn commit: "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dopenbsd_hw.c186 char *cout=NULL;
200 cout=OPENSSL_malloc(cinl);
201 cryp.dst=cout;
214 if(cout)
216 memcpy(out,cout,inl);
217 OPENSSL_free(cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dopenbsd_hw.c182 char *cout = NULL;
194 cout = OPENSSL_malloc(cinl);
195 cryp.dst = cout;
207 if (cout) {
208 memcpy(out, cout, inl);
209 OPENSSL_free(cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dopenbsd_hw.c182 char *cout = NULL;
194 cout = OPENSSL_malloc(cinl);
195 cryp.dst = cout;
207 if (cout) {
208 memcpy(out, cout, inl);
209 OPENSSL_free(cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-po-143 cout << dcgettext ("hello", "Hello world!", LC_MESSAGES) << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dlogging.cpp23 soap->user = (void*)&cout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dlogging.cpp23 soap->user = (void*)&cout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_enc.c541 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, argument
554 return pf->prim_i2c(pval, cout, putype, it);
610 cout ? &cout : NULL);
618 return i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval, cout ? &cout : NULL);
643 if (cout) {
644 strtmp->data = cout;
656 if (cout && len)
657 memcpy(cout, con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_enc.c565 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, argument
577 return pf->prim_i2c(pval, cout, putype, it);
636 cout ? &cout : NULL);
647 cout ? &cout : NULL);
673 if (cout)
675 strtmp->data = cout;
687 if (cout && len)
688 memcpy(cout, con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_enc.c541 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, argument
554 return pf->prim_i2c(pval, cout, putype, it);
610 cout ? &cout : NULL);
618 return i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval, cout ? &cout : NULL);
643 if (cout) {
644 strtmp->data = cout;
656 if (cout && len)
657 memcpy(cout, con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp.c95 FILE *cin, *cout; variable
174 cout = fdopen(s, "w");
175 if (cin == NULL || cout == NULL) {
179 if (cout)
180 (void) fclose(cout);
189 if (cout)
190 (void) fclose(cout);
312 if (cout == NULL) {
319 vfprintf(cout, fmt, ap);
321 fprintf(cout, "\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.h49 using std::cout;
80 // cout << MakePrintableString(wxString::From8BitData(static_cast<const char *>(buf), size));
83 cout << wxString::Format(wxT("%02X "), static_cast<const unsigned char *>(buf)[i]);

Completed in 296 milliseconds

12345