HomeSort by: relevance | last modified time | path
    Searched refs:DEBUG (Results 1 - 25 of 1781) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/ntpd/
declcond.h 11 * The ntpd variant of declcond.h declares "debug" only #ifdef DEBUG,
13 * "debug". The libntp and utilities variant always declares debug,
14 * as it is used in those codebases even without DEBUG defined.
19 #ifdef DEBUG /* uncommented in ntpd/declcond.h */
20 extern int debug;
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRebindAuth.cpp 10 #include "debug.h"
15 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);
LDAPConstraints.cpp 8 #include "debug.h"
17 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)
    [all...]
LDAPControlSet.cpp 7 #include "debug.h"
16 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)
    [all...]
LDAPRequest.cpp 8 #include "debug.h"
14 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)
    [all...]
debug.h 1 /* $NetBSD: debug.h,v 1.4 2025/09/05 21:16:14 christos Exp $ */
26 #define DEBUG(level, arg) \
31 #undef DEBUG
32 #define DEBUG(level,arg)
LDAPEntry.cpp 8 #include "debug.h"
17 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
    [all...]
LDAPMessage.cpp 16 #include "debug.h"
22 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);
LDAPModification.cpp 9 #include "debug.h"
14 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModification::LDAPModification()" << endl);
15 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
22 DEBUG(LDAP_DEBUG_TRACE,"LDAPModification::toLDAPMod()" << endl);
LDAPModList.cpp 9 #include "debug.h"
16 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModList::LDAPModList()" << endl);
20 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModList::LDAPModList(&)" << endl);
25 DEBUG(LDAP_DEBUG_TRACE,"LDAPModList::addModification()" << endl);
30 DEBUG(LDAP_DEBUG_TRACE,"LDAPModList::toLDAPModArray()" << endl);
  /src/sys/arch/hpcsh/conf/
DEBUG 4 # $NetBSD: DEBUG,v 1.8 2023/09/12 22:07:33 andvar Exp $
11 #makeoptions DEBUG="-g" # compile full symbol table
23 options DEBUG # extra kernel debugging support
  /src/sys/arch/alpha/include/
sigdebug.h 4 #ifdef DEBUG
  /src/external/mpl/dhcp/dist/contrib/
dhclient-tz-exithook.sh 74 $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 ln -s $zoneinfo/$new_tzName $timefil
    [all...]
  /src/sys/arch/sparc64/sparc64/
sigdebug.h 36 #ifdef DEBUG
  /src/sys/arch/sun68k/stand/bootxx/
conf.c 11 #ifdef DEBUG
12 int debug; variable
13 #endif /* DEBUG */
  /src/sys/arch/sun68k/stand/bootyy/
conf.c 11 #ifdef DEBUG
12 int debug; variable
13 #endif /* DEBUG */
  /src/external/bsd/ekermit/dist/
debug.h 2 #ifndef DEBUG /* and if DEBUG not already defined */
4 #ifndef DEBUG
5 #define DEBUG
6 #endif /* DEBUG */
8 #endif /* DEBUG */
11 #ifdef DEBUG /* Debugging included... */
25 . Makes it disappear entirely if DEBUG not defined.
28 /* In kermit.c we debug only through a function pointer */
29 #define debug(a,b,c,d) macro
34 #define debug macro
39 #define debug macro
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
common.h 33 #define DEBUG 1
37 #ifdef DEBUG
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
common.h 33 #define DEBUG 1
37 #ifdef DEBUG
  /src/bin/sh/
show.h 36 #ifdef DEBUG
  /src/sys/external/bsd/gnu-efi/dist/apps/
FreePages.c 75 #ifdef DEBUG
76 #undef DEBUG
78 #define DEBUG 0
88 #if DEBUG
104 #if DEBUG
108 #if DEBUG
112 #if DEBUG
  /src/tests/net/inpcb/
t_broadcast_bind.sh 31 DEBUG=${DEBUG:-false}
65 \$DEBUG && dump
  /src/tests/net/tcp/
t_tcp_shutdown.sh 31 DEBUG=${DEBUG:-false}
69 \$DEBUG && dump
  /src/sys/arch/sun68k/stand/libsa/
promboot.c 12 #ifdef DEBUG
13 int debug = 0; variable
14 #endif /* DEBUG */
31 #ifdef DEBUG
66 #ifdef DEBUG
67 debug++;
68 #endif /* DEBUG */
74 #ifdef DEBUG
75 if (debug) {
76 printf("Debug level %d - enter c to continue...", debug)
    [all...]
  /src/sys/arch/sun68k/stand/tapeboot/
conf.c 17 #ifdef DEBUG
18 int debug; variable
19 #endif /* DEBUG */

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>