Home
last modified time | relevance | path

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

12345678910>>...80

/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()
57 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, 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 DLDAPAttribute.cpp26 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute( )" << endl); in LDAPAttribute()
31 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute(&)" << endl); in LDAPAttribute()
32 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
39 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
40 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
50 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
51 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, in LDAPAttribute()
58 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute()" << endl); in LDAPAttribute()
59 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER, 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()
76 DEBUG(LDAP_DEBUG_TRACE, 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 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()
96 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, " dn:" << dn << endl in bind()
112 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::saslBind()" << endl); in saslBind()
130 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::saslInteractiveBind" in saslInteractiveBind()
148 DEBUG(LDAP_DEBUG_TRACE, "LDAPAsynConnection::search()" << endl); in search()
149 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, " base:" << base << endl in search()
[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()
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()
94 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER, in getAttributeByName()
[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()
107 DEBUG(LDAP_DEBUG_TRACE, " Record doesn't start with a DN" in readNextRecord()
149 DEBUG(LDAP_DEBUG_TRACE, " Unknown change request <" in readNextRecord()
174 DEBUG(LDAP_DEBUG_TRACE, "<- LdifReader::readRecord() return: " 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()
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-src/tests/net/if_pppoe/
H A Dt_pppoe.sh40 DEBUG=${DEBUG:-false}
73 $DEBUG && dump
91 $DEBUG && rump.ifconfig pppoe0 debug
92 $DEBUG && rump.ifconfig
93 $DEBUG && $HIJACKING pppoectl -d pppoe0
102 $DEBUG && rump.ifconfig pppoe0 debug
103 $DEBUG && rump.ifconfig
104 $DEBUG && $HIJACKING pppoectl -d pppoe0
194 $DEBUG && rump.ifconfig
224 $DEBUG && $HIJACKING pppoectl -d pppoe0
[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-src/tests/net/arp/
H A Dt_arp.sh39 DEBUG=${DEBUG:-false}
51 $DEBUG && rump.ifconfig shmif0
52 $DEBUG && rump.arp -n -a
53 $DEBUG && rump.netstat -nr -f inet
77 $DEBUG && rump.ifconfig shmif0
78 $DEBUG && rump.arp -n -a
79 $DEBUG && rump.netstat -nr -f inet
115 $DEBUG && rump.arp -n -a
124 $DEBUG
[all...]
/netbsd-src/tests/net/ndp/
H A Dt_ndp.sh37 DEBUG=${DEBUG:-false}
88 $DEBUG && rump.ifconfig shmif0
89 $DEBUG && rump.ndp -n -a
94 $DEBUG && ulimit -c unlimited
104 $DEBUG && rump.ifconfig shmif0
105 $DEBUG && rump.ndp -n -a
145 $DEBUG && rump.ndp -n -a
154 $DEBUG && rump.ndp -n -a
181 $DEBUG && rump.ndp -n -a
183 $DEBUG && rump.ndp -n -a
[all …]
H A Dt_dad.sh31 DEBUG=${DEBUG:-false}
70 $DEBUG && rump.ifconfig shmif0
96 $DEBUG && rump.ifconfig shmif0
99 $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
[all …]
/netbsd-src/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}
78 $DEBUG && rump.netstat -nr -f inet
86 $DEBUG && rump.netstat -nr -f inet
98 $DEBUG && rump.netstat -nr -f inet
109 $DEBUG && dump
149 if $DEBUG; then
175 if $DEBUG; then
225 $DEBUG && rump.netstat -nr -f inet
226 $DEBUG && rump.arp -n -a
241 $DEBUG && cat ./expect ./output
[all …]
/netbsd-src/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
135 $DEBUG && rump.netstat -rn -f inet
147 $DEBUG && rump.netstat -rn -f inet
[all …]
/netbsd-src/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-src/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
102 $DEBUG && rump.netstat -nr -f inet6
111 $DEBUG && rump.netstat -nr -f inet6
119 $DEBUG && rump.netstat -nr -f inet6
145 $DEBUG && rump.netstat -nr -f inet
[all …]
H A Dt_forwarding.sh42 DEBUG=${DEBUG:-false}
108 if $DEBUG; then
150 if $DEBUG; then
325 $DEBUG && rump.ifconfig -v shmif0
328 $DEBUG && rump.ifconfig -v shmif0
331 $DEBUG && rump.ifconfig -v shmif0
334 $DEBUG && rump.ifconfig -v shmif0
340 $DEBUG && rump.ifconfig -v shmif0
345 $DEBUG && rump.ifconfig -v shmif0
353 $DEBUG && rump.ifconfig -v shmif0
[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-src/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-src/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-src/tests/net/if_wg/
H A Dt_misc.sh58 $DEBUG && atf_check -s exit:0 -o ignore \
63 $DEBUG && atf_check -s exit:0 -o ignore \
88 $DEBUG && echo handshake1=$latest_handshake
111 $DEBUG && echo handshake2=$latest_handshake
129 $DEBUG && dump
200 $DEBUG && cat $outfile
217 $DEBUG && dump
267 $DEBUG && cat $outfile
274 $DEBUG && cat $outfile
280 $DEBUG
[all...]

12345678910>>...80