Searched refs:DEBUG (Results 1 - 25 of 1776) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Ddeclcond.h11 * The ntpd variant of declcond.h declares "debug" only #ifdef DEBUG,
14 * as it is used in those codebases even without DEBUG defined.
19 #ifdef DEBUG /* uncommented in ntpd/declcond.h */
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRebindAuth.cpp15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth()" << endl);
16 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER," dn:" << dn << endl
23 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth(&)" << endl);
29 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRebindAuth::~LDAPRebindAuth()" << endl);
33 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getDN()" << endl);
38 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getPassword()" << endl);
H A DLDAPConstraints.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints()" << endl);
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints(&)" << endl);
50 DEBUG(LDAP_DEBUG_DESTROY,"LDAPConstraints::~LDAPConstraints()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setAliasDeref()" << endl);
57 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
70 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setMaxTime()" << endl);
71 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," time:" << t << endl);
76 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setSizeLimit()" << endl);
77 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," size:" << s << endl);
82 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPControlSet.cpp16 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet(&)" << endl);
21 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet()" << endl);
31 DEBUG(LDAP_DEBUG_DESTROY,"LDAPControlSet::~LDAPControlSet()" << endl);
35 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::size()" << endl);
40 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::empty()" << endl);
45 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::begin()" << endl);
51 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::end()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::add()" << endl);
61 DEBUG(LDAP_DEBUG_TRACE, "LDAPControlSet::toLDAPControlArray()" << endl);
77 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPRequest.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest()" << endl);
18 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest(&)" << endl);
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRequest::LDAPRequest()" << endl);
47 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::~LDAPRequest()" << endl);
53 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::getNextMessage()" << endl);
75 DEBUG(LDAP_DEBUG_TRACE,"LDAPBindRequest::followReferral()" << endl);
76 DEBUG(LDAP_DEBUG_TRACE,
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConstraints()" << endl);
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConnection()" << endl);
92 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A Ddebug.h26 #define DEBUG(level, arg) \ macro
31 #undef DEBUG macro
32 #define DEBUG(level,arg) macro
H A DLDAPEntry.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry(&)" << endl);
24 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl);
25 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
35 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl);
43 DEBUG(LDAP_DEBUG_DESTROY,"LDAPEntry::~LDAPEntry()" << endl);
55 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setDN()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl);
63 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
72 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPMessage.cpp22 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPMsg::LDAPMsg()" << endl);
28 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPMsg::LDAPMsg()" << endl);
35 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::create()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::getMessageType()" << endl);
61 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::getMsgID()" << endl);
H A DLDAPModification.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModification::LDAPModification()" << endl);
15 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
22 DEBUG(LDAP_DEBUG_TRACE,"LDAPModification::toLDAPMod()" << endl);
H A DLDAPSaslBindResult.cpp19 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPSaslBindResult::LDAPSaslBindResult()"
29 DEBUG(LDAP_DEBUG_TRACE, " creds present" << std::endl);
33 DEBUG(LDAP_DEBUG_TRACE, " no creds present" << std::endl);
39 DEBUG(LDAP_DEBUG_DESTROY,"LDAPSaslBindResult::~LDAPSaslBindResult()" << endl);
H A DLDAPUrlList.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList()" << endl);
19 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList(&)" << endl);
25 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList()" << endl);
34 DEBUG(LDAP_DEBUG_DESTROY," LDAPUrlList::~LDAPUrlList()" << endl);
/netbsd-current/sys/arch/alpha/include/
H A Dsigdebug.h4 #ifdef DEBUG
/netbsd-current/external/mpl/dhcp/dist/contrib/
H A Ddhclient-tz-exithook.sh74 $DEBUG mv $tmpfile $timefile
76 $DEBUG rm $tmpfile
81 #set DEBUG to "echo" to see what would happen.
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 l
[all...]
/netbsd-current/external/bsd/ekermit/dist/
H A Ddebug.h2 #ifndef DEBUG /* and if DEBUG not already defined */
4 #ifndef DEBUG
5 #define DEBUG macro
6 #endif /* DEBUG */
8 #endif /* DEBUG */
11 #ifdef DEBUG /* Debugging included... */
25 . Makes it disappear entirely if DEBUG not defined.
40 #endif /* DEBUG */
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dsigdebug.h36 #ifdef DEBUG
/netbsd-current/sys/arch/sun68k/stand/bootxx/
H A Dconf.c11 #ifdef DEBUG
13 #endif /* DEBUG */
/netbsd-current/sys/arch/sun68k/stand/bootyy/
H A Dconf.c11 #ifdef DEBUG
13 #endif /* DEBUG */
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dcommon.h33 #define DEBUG 1
37 #ifdef DEBUG
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dcommon.h33 #define DEBUG 1
37 #ifdef DEBUG
/netbsd-current/bin/sh/
H A Dshow.h36 #ifdef DEBUG
/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A DFreePages.c75 #ifdef DEBUG
76 #undef DEBUG macro
78 #define DEBUG 0 macro
88 #if DEBUG
104 #if DEBUG
108 #if DEBUG
112 #if DEBUG
/netbsd-current/tests/net/tcp/
H A Dt_tcp_shutdown.sh31 DEBUG=${DEBUG:-false}
69 \$DEBUG && dump
/netbsd-current/tests/net/inpcb/
H A Dt_broadcast_bind.sh31 DEBUG=${DEBUG:-false}
65 \$DEBUG && dump
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dpromboot.c12 #ifdef DEBUG
14 #endif /* DEBUG */
31 #ifdef DEBUG
66 #ifdef DEBUG
68 #endif /* DEBUG */
74 #ifdef DEBUG
80 #endif /* DEBUG */
/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Dconf.c17 #ifdef DEBUG
19 #endif /* DEBUG */

Completed in 338 milliseconds

1234567891011>>