Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 1795) sorted by relevance

12345678910>>...72

/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConstraints.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints()" << endl); in LDAPConstraints()
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setAliasDeref()" << endl); in setAliasDeref()
57 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in setAliasDeref()
70 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setMaxTime()" << endl); in setMaxTime()
76 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setSizeLimit()" << endl); in setSizeLimit()
88 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setHopLimit()" << endl); in setHopLimit()
89 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in setHopLimit()
110 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::getAliasDeref()" << endl); in getAliasDeref()
115 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::getMaxTime()" << endl); in getMaxTime()
120 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::getSizeLimit()" << endl); in getSizeLimit()
[all …]
H A DLDAPAttribute.cpp32 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
40 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
51 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
59 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
67 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
78 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::addValue()" << endl); in addValue()
83 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::addValue()" << endl); in addValue()
92 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::setValues()" << endl); in setValues()
103 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::setValues()" << endl); in setValues()
152 DEBUG(LDAP_DEBUG_TRACE, "LDAPAttribute::getName()" << endl); in getName()
[all …]
H A DLDAPRequest.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest()" << endl); in LDAPRequest()
18 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest(&)" << endl); in LDAPRequest()
76 DEBUG(LDAP_DEBUG_TRACE, in followReferral()
92 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getType()" << endl); in getType()
97 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getMsgId()" << endl); in getMsgID()
102 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getHopCount()" << endl); in getHopCount()
107 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getParent()" << endl); in getParent()
112 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::isReferral()" << endl); in isReferral()
117 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::equals()" << endl); in equals()
127 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::isCycle()" << endl); in isCycle()
[all …]
H A DLDAPAsynConnection.cpp31 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPAsynConnection::LDAPAsynConnection()" in LDAPAsynConnection()
33 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAsynConnection()
52 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::init" << endl); in init()
53 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in init()
95 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::bind()" << endl); in bind()
165 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::del()" << endl); in del()
179 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::compare()" << endl); in compare()
194 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::add()" << endl); in add()
208 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::modify()" << endl); in modify()
223 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::rename()" << endl); in rename()
[all …]
H A DLDAPAttributeList.cpp25 DEBUG(LDAP_DEBUG_CONSTRUCT, in LDAPAttributeList()
30 DEBUG(LDAP_DEBUG_CONSTRUCT, in LDAPAttributeList()
37 DEBUG(LDAP_DEBUG_CONSTRUCT, in LDAPAttributeList()
72 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::size()" << endl); in size()
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::empty()" << endl); in empty()
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::end()" << endl); in end()
94 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in getAttributeByName()
103 DEBUG(LDAP_DEBUG_TRACE," found:" << name << endl); in getAttributeByName()
112 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in addAttribute()
130 DEBUG(LDAP_DEBUG_TRACE,"Attribute" << i->getName() in addAttribute()
[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()
149 DEBUG(LDAP_DEBUG_TRACE, " Unknown change request <" in readNextRecord()
174 DEBUG(LDAP_DEBUG_TRACE, "<- LdifReader::readRecord() return: " in readNextRecord()
252 DEBUG(LDAP_DEBUG_ANY, "Invalid LDIF line. No `:` separator" in splitLine()
312 DEBUG(LDAP_DEBUG_TRACE, " url value" << std::endl ); in splitLine()
321 DEBUG(LDAP_DEBUG_TRACE, " string value" << std::endl ); in splitLine()
323 DEBUG(LDAP_DEBUG_TRACE, " Type: <" << type << ">" << std::endl ); in splitLine()
337 DEBUG( LDAP_DEBUG_TRACE, "unsupported scheme: " << scheme in readIncludeLine()
[all …]
H A DLDAPEntry.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry(&)" << endl); in LDAPEntry()
24 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl); in LDAPEntry()
25 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, 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()
56 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in setDN()
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl); in setAttributes()
63 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in setAttributes()
72 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::getDN()" << endl); in getDN()
[all …]
H A DLDAPControl.cpp15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl); in LDAPCtrl()
16 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPCtrl()
30 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl); in LDAPCtrl()
31 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, 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 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()
/netbsd/tests/net/if_pppoe/
H A Dt_pppoe.sh40 DEBUG=${DEBUG:-false}
73 $DEBUG && dump
278 $DEBUG && dump
298 $DEBUG && dump
424 $DEBUG && dump
444 $DEBUG && dump
512 $DEBUG && dump_bus
765 $DEBUG && dump
816 $DEBUG && dump
837 $DEBUG && dump
[all …]
H A Dt_pppoe_unnumbered.sh39 DEBUG=${DEBUG:-false}
69 $DEBUG && rump.ifconfig pppoe0 debug
70 $DEBUG && rump.ifconfig
71 $DEBUG && $HIJACKING pppoectl -d pppoe0
80 $DEBUG && rump.ifconfig pppoe0 debug
81 $DEBUG && rump.ifconfig
82 $DEBUG && $HIJACKING pppoectl -d pppoe0
175 $DEBUG && rump.ifconfig
176 $DEBUG && rump.route -nL show
190 $DEBUG && $HIJACKING pppoectl -d pppoe0
[all …]
/netbsd/tests/net/arp/
H A Dt_arp.sh39 DEBUG=${DEBUG:-false}
628 $DEBUG && dump
634 $DEBUG && dump
640 $DEBUG && dump
647 $DEBUG && dump
653 $DEBUG && dump
659 $DEBUG && dump
665 $DEBUG && dump
671 $DEBUG && dump
677 $DEBUG && dump
[all …]
/netbsd/tests/net/ndp/
H A Dt_ndp.sh37 DEBUG=${DEBUG:-false}
396 $DEBUG && dump
402 $DEBUG && dump
408 $DEBUG && dump
414 $DEBUG && dump
420 $DEBUG && dump
513 $DEBUG && dump
557 $DEBUG && dump
596 $DEBUG && dump
636 $DEBUG && dump
[all …]
H A Dt_dad.sh31 DEBUG=${DEBUG:-false}
70 $DEBUG && rump.ifconfig shmif0
111 $DEBUG && cat ./out
125 $DEBUG && cat ./out
146 $DEBUG && cat ./out
154 $DEBUG && cat ./out
226 $DEBUG && cat ./out
249 $DEBUG && cat ./out
266 $DEBUG && dump
272 $DEBUG && dump
[all …]
/netbsd/tests/net/route/
H A Dt_flags.sh34 DEBUG=${DEBUG:-false}
47 $DEBUG && rump.ifconfig
48 $DEBUG && rump.netstat -rn -f inet
62 $DEBUG && rump.ifconfig
63 $DEBUG && rump.netstat -rn -f inet
85 $DEBUG && rump.ifconfig
86 $DEBUG && rump.netstat -rn -f inet
116 $DEBUG && rump.netstat -rn -f inet
129 $DEBUG && rump.netstat -rn -f inet
136 $DEBUG && rump.netstat -rn -f inet
[all …]
H A Dt_flags6.sh37 DEBUG=${DEBUG:-false}
50 $DEBUG && rump.ifconfig
51 $DEBUG && rump.netstat -rn -f inet6
65 $DEBUG && rump.ifconfig
66 $DEBUG && rump.netstat -rn -f inet6
99 $DEBUG && rump.netstat -rn -f inet6
113 $DEBUG && rump.netstat -rn -f inet6
121 $DEBUG && rump.netstat -rn -f inet6
144 $DEBUG && rump.netstat -rn -f inet6
151 $DEBUG && rump.netstat -rn -f inet6
[all …]
H A Dt_route.sh51 DEBUG=${DEBUG:-false}
109 $DEBUG && dump
149 if $DEBUG; then
175 if $DEBUG; then
391 $DEBUG && dump
398 $DEBUG && dump
438 $DEBUG && dump
488 $DEBUG && dump
538 $DEBUG && dump
658 $DEBUG && dump
[all …]
/netbsd/tests/net/icmp/
H A Dt_icmp_redirect.sh37 DEBUG=${DEBUG:-false}
61 $DEBUG && rump.ifconfig
62 $DEBUG && rump.netstat -rn -f inet
75 $DEBUG && rump.ifconfig
76 $DEBUG && rump.netstat -rn -f inet
98 $DEBUG && rump.ifconfig
99 $DEBUG && rump.netstat -rn -f inet
105 $DEBUG && ulimit -c unlimited
155 $DEBUG && dump
183 $DEBUG && ulimit -c unlimited
[all …]
/netbsd/external/mpl/dhcp/dist/contrib/
H A Ddhclient-tz-exithook.sh74 $DEBUG mv $tmpfile $timefile
76 $DEBUG rm $tmpfile
82 if [ x$DEBUG = x ]; then
83 DEBUG=
125 $DEBUG ln $timefile $tmpfile
138 $DEBUG rm $oldfile
148 $DEBUG mv $timefile $oldfile
156 $DEBUG ln $zoneinfo/$new_tzName $timefile
163 $DEBUG ln -s $zoneinfo/$new_tzName $timefile
168 $DEBUG ln $tmpfile $timefile
[all …]
/netbsd/tests/net/net/
H A Dt_ipaddress.sh31 DEBUG=${DEBUG:-false}
47 $DEBUG && rump.netstat -nr -f inet
55 $DEBUG && rump.netstat -nr -f inet
64 $DEBUG && rump.netstat -nr -f inet
72 $DEBUG && rump.netstat -nr -f inet
94 $DEBUG && rump.netstat -nr -f inet6
145 $DEBUG && rump.netstat -nr -f inet
159 $DEBUG && rump.netstat -nr -f inet
204 $DEBUG && rump.ifconfig shmif0
216 $DEBUG && rump.ifconfig shmif0
[all …]
H A Dt_forwarding.sh42 DEBUG=${DEBUG:-false}
108 if $DEBUG; then
150 if $DEBUG; then
479 $DEBUG && rump.netstat -a
496 $DEBUG && rump.netstat -a
558 $DEBUG && dump
564 $DEBUG && dump
570 $DEBUG && dump
577 $DEBUG && dump
584 $DEBUG && dump
[all …]
H A Dt_ipv6_lifetime.sh31 DEBUG=${DEBUG:-false}
58 $DEBUG && rump.ifconfig -L shmif0
65 $DEBUG && rump.ifconfig -L shmif0
69 $DEBUG && rump.ifconfig -L shmif0
81 $DEBUG && rump.ifconfig -L shmif0
85 $DEBUG && rump.ifconfig -L shmif0
96 $DEBUG && rump.ifconfig -L shmif0
107 $DEBUG && rump.ifconfig -L shmif0
111 $DEBUG && rump.ifconfig -L shmif0
120 $DEBUG && dump
/netbsd/games/monop/
H A Dmisc.c135 #ifdef DEBUG in set_ownlist()
139 #ifdef DEBUG in set_ownlist()
144 #ifdef DEBUG in set_ownlist()
151 #ifdef DEBUG in set_ownlist()
156 #ifdef DEBUG in set_ownlist()
161 #ifdef DEBUG in set_ownlist()
170 #ifdef DEBUG in set_ownlist()
175 #ifdef DEBUG in set_ownlist()
182 #ifdef DEBUG in set_ownlist()
186 #ifdef DEBUG in set_ownlist()
[all …]
/netbsd/sys/arch/atari/stand/ahdilabel/
H A Dwrite.c34 #ifdef DEBUG
72 #ifdef DEBUG in ahdi_writelabel()
85 #ifdef DEBUG in ahdi_writelabel()
91 #ifdef DEBUG in ahdi_writelabel()
101 #ifdef DEBUG in ahdi_writelabel()
108 #ifdef DEBUG in ahdi_writelabel()
114 #ifdef DEBUG in ahdi_writelabel()
129 #ifdef DEBUG in ahdi_writelabel()
156 #ifdef DEBUG in ahdi_writelabel()
174 #ifdef DEBUG in ahdi_writelabel()
[all …]
/netbsd/tests/net/if_wg/
H A Dt_misc.sh125 $DEBUG && dump
197 $DEBUG && cat $outfile
218 $DEBUG && dump
268 $DEBUG && cat $outfile
277 $DEBUG && cat $outfile
306 $DEBUG && dump
350 $DEBUG && cat $outfile
404 $DEBUG && dump
478 $DEBUG && dump
596 $DEBUG && dump
[all …]

12345678910>>...72