Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 25 of 171) sorted by relevance

1234567

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConstraints.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints()" << endl); in LDAPConstraints()
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints(&)" << endl); in LDAPConstraints()
50 DEBUG(LDAP_DEBUG_DESTROY,"LDAPConstraints::~LDAPConstraints()" << endl); in ~LDAPConstraints()
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setAliasDeref()" << endl); in setAliasDeref()
58 " deref:" << deref << endl); in setAliasDeref()
70 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setMaxTime()" << endl); in setMaxTime()
71 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," time:" << t << endl); in setMaxTime()
76 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setSizeLimit()" << endl); in setSizeLimit()
77 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," size:" << s << endl); in setSizeLimit()
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setReferralChase()" << endl); in setReferralChase()
[all …]
H A DLDAPAsynConnection.cpp32 << endl); in LDAPAsynConnection()
34 " URL:" << url << endl << " port:" << port << endl); in LDAPAsynConnection()
52 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::init" << endl); in init()
54 " hostname:" << hostname << endl in init()
55 << " port:" << port << endl); in init()
95 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::bind()" << endl); in bind()
96 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, " dn:" << dn << endl in bind()
97 << " passwd:" << passwd << endl); in bind()
112 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::saslBind()" << endl); in saslBind()
131 << std::endl); in saslInteractiveBind()
[all …]
H A DLDAPAttribute.cpp26 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute( )" << endl); in LDAPAttribute()
31 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute(&)" << endl); in LDAPAttribute()
33 " attr:" << attr << endl); in LDAPAttribute()
39 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
41 " name:" << name << endl << " value:" << value << endl); in LDAPAttribute()
50 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
52 " name:" << name << endl); in LDAPAttribute()
58 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
60 " name:" << name << endl); in LDAPAttribute()
66 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
[all …]
H A DLDAPRequest.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest()" << endl); in LDAPRequest()
18 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest(&)" << endl); in LDAPRequest()
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRequest::LDAPRequest()" << endl); in LDAPRequest()
47 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::~LDAPRequest()" << endl); in ~LDAPRequest()
53 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::getNextMessage()" << endl); in getNextMessage()
75 DEBUG(LDAP_DEBUG_TRACE,"LDAPBindRequest::followReferral()" << endl); in followReferral()
77 "ReferralChasing not implemented for this operation" << endl); in followReferral()
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConstraints()" << endl); in getConstraints()
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConnection()" << endl); in getConnection()
92 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getType()" << endl); in getType()
[all …]
H A DLDAPAttributeList.cpp26 "LDAPAttributeList::LDAPAttributeList( )" << endl); in LDAPAttributeList()
31 "LDAPAttributeList::LDAPAttributeList(&)" << endl); in LDAPAttributeList()
38 "LDAPAttributeList::LDAPAttributeList()" << endl); in LDAPAttributeList()
68 DEBUG(LDAP_DEBUG_DESTROY,"LDAPAttributeList::~LDAPAttributeList()" << endl); in ~LDAPAttributeList()
72 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::size()" << endl); in size()
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::empty()" << endl); in empty()
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::begin()" << endl); in begin()
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::end()" << endl); in end()
93 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::getAttributeByName()" << endl); in getAttributeByName()
95 " name:" << name << endl); in getAttributeByName()
[all …]
H A DLDAPControl.cpp15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl); in LDAPCtrl()
17 " oid:" << oid << endl << " critical:" << critical << endl); in LDAPCtrl()
30 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl); in LDAPCtrl()
32 " oid:" << oid << endl << " critical:" << critical << endl); in LDAPCtrl()
40 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl); in LDAPCtrl()
48 DEBUG(LDAP_DEBUG_DESTROY,"LDAPCtrl::~LDAPCtrl" << endl); in ~LDAPCtrl()
52 DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::getOID()" << endl); in getOID()
57 DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::isCritical()" << endl); in isCritical()
66 DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::getData()" << endl); in getData()
71 DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::getControlStruct()" << endl); in getControlStruct()
[all …]
H A DLdifReader.cpp26 DEBUG(LDAP_DEBUG_TRACE, "<> LdifReader::LdifReader()" << std::endl); in LdifReader()
35 DEBUG(LDAP_DEBUG_TRACE, "-> LdifReader::readRecord()" << std::endl); in readNextRecord()
52 DEBUG(LDAP_DEBUG_TRACE, " Line: " << line << std::endl ); in readNextRecord()
57 DEBUG(LDAP_DEBUG_TRACE, "skipping empty line or comment" << std::endl ); in readNextRecord()
85 DEBUG(LDAP_DEBUG_TRACE, " Record DN:" << value << std::endl); in readNextRecord()
89 DEBUG(LDAP_DEBUG_TRACE, " Include directive: " << value << std::endl); in readNextRecord()
108 << std::endl); in readNextRecord()
150 << value << ">" << std::endl); in readNextRecord()
175 << recordType << std::endl); in readNextRecord()
223 DEBUG(LDAP_DEBUG_TRACE, "-> LdifReader::getLdifLine()" << std::endl); in getLdifLine()
[all …]
H A DLDAPEntry.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry(&)" << endl); in LDAPEntry()
24 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl); in LDAPEntry()
26 " dn:" << dn << endl); in LDAPEntry()
35 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl); in LDAPEntry()
43 DEBUG(LDAP_DEBUG_DESTROY,"LDAPEntry::~LDAPEntry()" << endl); in ~LDAPEntry()
55 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setDN()" << endl); in setDN()
57 " dn:" << dn << endl); in setDN()
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl); in setAttributes()
64 " attrs:" << *attrs << endl); in setAttributes()
72 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::getDN()" << endl); in getDN()
[all …]
H A DLDAPControlSet.cpp16 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet(&)" << endl); in LDAPControlSet()
21 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet()" << endl); in LDAPControlSet()
31 DEBUG(LDAP_DEBUG_DESTROY,"LDAPControlSet::~LDAPControlSet()" << endl); in ~LDAPControlSet()
35 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::size()" << endl); in size()
40 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::empty()" << endl); in empty()
45 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::begin()" << endl); in begin()
51 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::end()" << endl); in end()
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::add()" << endl); in add()
61 DEBUG(LDAP_DEBUG_TRACE, "LDAPControlSet::toLDAPControlArray()" << endl); in toLDAPControlArray()
77 DEBUG(LDAP_DEBUG_TRACE, "LDAPControlSet::freeLDAPControlArray()" << endl); in freeLDAPControlArray()
H A DLDAPResult.cpp21 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPResult::LDAPResult()" << endl); in LDAPResult()
63 DEBUG(LDAP_DEBUG_DESTROY,"LDAPResult::~LDAPResult()" << endl); in ~LDAPResult()
67 DEBUG(LDAP_DEBUG_TRACE,"LDAPResult::getResultCode()" << endl); in getResultCode()
72 DEBUG(LDAP_DEBUG_TRACE,"LDAPResult::resToString()" << endl); in resToString()
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPResult::getErrMsg()" << endl); in getErrMsg()
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPResult::getMatchedDN()" << endl); in getMatchedDN()
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPResult::getReferralUrl()" << endl); in getReferralUrls()
93 << ldap_err2string(l.m_resCode) << endl in operator <<()
94 << "Matched: " << l.m_matchedDN << endl << "ErrMsg: " << l.m_errMsg; in operator <<()
H A DLDAPModDNRequest.cpp21 "LDAPModDNRequest::LDAPModDNRequest(&)" << endl); in LDAPModDNRequest()
35 "LDAPModDNRequest::LDAPModDNRequest(&)" << endl); in LDAPModDNRequest()
37 " dn:" << dn << endl << " newRDN:" << newRDN << endl in LDAPModDNRequest()
38 << " deleteOld:" << deleteOld << endl in LDAPModDNRequest()
39 << " newParent:" << newParentDN << endl); in LDAPModDNRequest()
47 DEBUG(LDAP_DEBUG_DESTROY, "LDAPModDNRequest::~LDAPModDNRequest()" << endl); in ~LDAPModDNRequest()
51 DEBUG(LDAP_DEBUG_TRACE, "LDAPModDNRequest::sendRequest()" << endl); in sendRequest()
72 DEBUG(LDAP_DEBUG_TRACE, "LDAPModifyRequest::followReferral()" << endl); in followReferral()
H A DLDAPBindRequest.cpp23 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPBindRequest::LDAPBindRequest(&)" << endl); in LDAPBindRequest()
32 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPBindRequest::LDAPBindRequest()" << endl); in LDAPBindRequest()
33 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, " dn:" << dn << endl in LDAPBindRequest()
34 << " passwd:" << passwd << endl); in LDAPBindRequest()
41 DEBUG(LDAP_DEBUG_DESTROY,"LDAPBindRequest::~LDAPBindRequest()" << endl); in ~LDAPBindRequest()
45 DEBUG(LDAP_DEBUG_TRACE,"LDAPBindRequest::sendRequest()" << endl); in sendRequest()
88 DEBUG(LDAP_DEBUG_TRACE,"LDAPSaslBindRequest::sendRequest()" << endl); in sendRequest()
114 DEBUG(LDAP_DEBUG_DESTROY,"LDAPSaslBindRequest::~LDAPSaslBindRequest()" << endl); in ~LDAPSaslBindRequest()
128 << std::endl ); in my_sasl_interact()
146 m_mech << std::endl); in sendRequest()
[all …]
H A DLDAPRebindAuth.cpp15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth()" << endl); in LDAPRebindAuth()
16 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER," dn:" << dn << endl in LDAPRebindAuth()
17 << " pwd:" << pwd << endl); in LDAPRebindAuth()
23 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth(&)" << endl); in LDAPRebindAuth()
29 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRebindAuth::~LDAPRebindAuth()" << endl); in ~LDAPRebindAuth()
33 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getDN()" << endl); in getDN()
38 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getPassword()" << endl); in getPassword()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DstartTls.cpp14 std::cerr << "usage: " << argv[0] << " <ldap-uri> <cacertfile> <cacertdir>" << std::endl; in main()
21 std::cout << "Current global settings:" << std::endl; in main()
22 std::cout << " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE) << std::endl; in main()
23 std::cout << " CaCertDir: " << tls.getStringOption( TlsOptions::CACERTDIR ) << std::endl; in main()
24 std::cout << " Require Cert: " << tls.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl; in main()
25 std::cout << "Applying new settings:" << std::endl; in main()
28 std::cout << " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE ) << std::endl; in main()
29 std::cout << " Require Cert: " << tls.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl; in main()
36 std::cout << "StartTLS successful." << std::endl; in main()
39 std::cerr << e << std::endl; in main()
[all …]
H A DurlTest.cpp14 std::cout << argc << std::endl; in main()
15 std::cout << "urlTest <ldap-URI>" << std::endl; in main()
21 std::cout << "Host: " << url.getHost() << std::endl; in main()
22 std::cout << "Port: " << url.getPort() << std::endl; in main()
23 std::cout << "BaseDN: " << url.getDN() << std::endl; in main()
24 std::cout << "Scope: " << url.getScope() << std::endl; in main()
26 std::cout << "Attrs: " << std::endl; in main()
29 std::cout << " " << *i << std::endl; in main()
31 std::cout << "Filter: " << url.getFilter() << std::endl; in main()
32 std::cout << "Setting new BaseDN" << std::endl; in main()
[all …]
H A Dmain.cpp28 std::cout << "----------------------doing bind...." << std::endl; in main()
31 std::cout << lc->getHost() << std::endl; in main()
34 std::cout << "Compare: " << result << std::endl; in main()
55 std::cout << *(entry) << std::endl; in main()
61 std::cout << *(entry) << std::endl; in main()
65 std::cout << "Caught Referral" << std::endl; in main()
73 std::cout << "-------------- caught Exception ---------"<< std::endl; in main()
74 std::cout << e << std::endl; in main()
/netbsd-src/tests/usr.bin/c++/
H A Dt_static_destructor.sh96 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
97 ~A() {std::cout << "DTOR A:" << i << std::endl;}
101 B(){static A s_a(10);m_a=&s_a;std::cout << "CTOR B" << std::endl;}
102 ~B(){std::cout << "DTOR B:" << (*m_a).i << std::endl;(*m_a).i = 20;}
115 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
116 ~A() {std::cout << "DTOR A:" << i << std::endl;}
120 B(){static A s_a(10);m_a=&s_a;std::cout << "CTOR B" << std::endl;}
121 ~B(){std::cout << "DTOR B:" << (*m_a).i << std::endl;(*m_a).i = 20;}
146 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
147 ~A() {std::cout << "DTOR A:" << i << std::endl;}
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/netbsd-src/common/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp159 std::cerr << "hlcrt::notify_resized " << std::endl in notify_resized()
160 << "1 " << new_size << std::endl in notify_resized()
161 << "2 " << m_load_min << std::endl in notify_resized()
162 << "3 " << m_load_max << std::endl in notify_resized()
163 << "4 " << m_next_shrink_size << std::endl in notify_resized()
164 << "5 " << m_next_grow_size << std::endl; in notify_resized()
180 std::cerr << "hlcrt::notify_externally_resized " << std::endl in notify_externally_resized()
181 << "1 " << new_size << std::endl in notify_externally_resized()
182 << "2 " << m_load_min << std::endl in notify_externally_resized()
183 << "3 " << m_load_max << std::endl in notify_externally_resized()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp159 std::cerr << "hlcrt::notify_resized " << std::endl in notify_resized()
160 << "1 " << new_size << std::endl in notify_resized()
161 << "2 " << m_load_min << std::endl in notify_resized()
162 << "3 " << m_load_max << std::endl in notify_resized()
163 << "4 " << m_next_shrink_size << std::endl in notify_resized()
164 << "5 " << m_next_grow_size << std::endl; in notify_resized()
180 std::cerr << "hlcrt::notify_externally_resized " << std::endl in notify_externally_resized()
181 << "1 " << new_size << std::endl in notify_externally_resized()
182 << "2 " << m_load_min << std::endl in notify_externally_resized()
183 << "3 " << m_load_max << std::endl in notify_externally_resized()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp68 cerr << "target table has no 'ID' column" << endl; in LDAPEntriesHandler()
73 cerr << "target table has no 'DN' column" << endl; in LDAPEntriesHandler()
78 cerr << "target table has no 'OC_MAP_ID' column" << endl; in LDAPEntriesHandler()
83 cerr << "target table has no 'PARENT' column" << endl; in LDAPEntriesHandler()
88 cerr << "target table has no 'KEYVAL' column" << endl; in LDAPEntriesHandler()
93 cerr << "target table has no 'DN_RU' column" << endl; in LDAPEntriesHandler()
185 cerr << endl; in HandleUpdate()
239 cerr << "syntax: " << argv[0] << " <username>" << endl; in main()
255 cerr << "Connecting..." << endl; in main()
284 cerr << "Fixing NULL reversed DNs" << endl; in main()
[all …]

1234567