Symbol: DEBUG
lib/libcurses/tic.h
144
#define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
lib/libcurses/tic.h
146
#define DEBUG(n, a) /*nothing*/
libexec/login_ldap/aldap.c
33
#define DEBUG
sbin/pfctl/pfctl_optimize.c
46
# define DEBUG(str, v...) \
sbin/pfctl/pfctl_optimize.c
49
# define DEBUG(str, v...) ((void)0)
sbin/pfctl/pfctl_osfp.c
43
# define DEBUG(fp, str, v...) \
sbin/pfctl/pfctl_osfp.c
47
# define DEBUG(fp, str, v...) ((void)0)
sys/dev/ic/siop_common.c
51
#undef DEBUG
sys/dev/pci/drm/amd/amdgpu/atom.c
103
#define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
sys/dev/pci/drm/amd/amdgpu/atom.c
106
#define DEBUG(...) do { } while (0)
sys/dev/pci/drm/radeon/atom.c
103
#undef DEBUG
sys/dev/pci/drm/radeon/atom.c
106
#define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
sys/dev/pci/drm/radeon/atom.c
109
#define DEBUG(...) do { } while (0)
sys/stand/efi/include/efidebug.h
35
#define DEBUG(a) DbgPrint a
sys/stand/efi/include/efidebug.h
40
#define DEBUG(a)
usr.bin/awk/awk.h
50
#define DEBUG
usr.bin/awk/b.c
28
#define DEBUG
usr.bin/awk/lib.c
26
#define DEBUG
usr.bin/awk/main.c
28
#define DEBUG
usr.bin/awk/parse.c
26
#define DEBUG
usr.bin/awk/run.c
26
#define DEBUG
usr.bin/awk/tran.c
26
#define DEBUG
usr.bin/ldap/aldap.c
33
#define DEBUG
usr.bin/make/defines.h
97
#define DEBUG(module) (debug & CONCAT(DEBUG_,module))
usr.sbin/nsd/util.h
294
#define DEBUG(facility, level, args) /* empty */
usr.sbin/nsd/util.h
296
#define DEBUG(facility, level, args) \
usr.sbin/rmt/rmt.c
63
#define DEBUG(f) if (debug) fprintf(debug, f)
usr.sbin/tcpdump/pfctl_osfp.c
43
# define DEBUG(fp, str, v...) \
usr.sbin/tcpdump/pfctl_osfp.c
47
# define DEBUG(fp, str, v...) ((void)0)
usr.sbin/ypldap/aldap.c
33
#define DEBUG