lib/libc/resolv/res_findzonecut.c
90
#define DPRINTF(x) do {\
lib/libc/resolv/res_update.c
84
#define DPRINTF(x) do {\
lib/libcuse/cuse_lib.c
51
#define DPRINTF(...) do { \
lib/libcuse/cuse_lib.c
56
#define DPRINTF(...) do { } while (0)
lib/libproc/_libproc.h
82
#define DPRINTF(...) warn(__VA_ARGS__)
lib/libproc/_libproc.h
85
#define DPRINTF(...) do { } while (0)
lib/librtld_db/rtld_db.c
54
#define DPRINTF(...) do { \
lib/libusb/libusb10.h
53
#define DPRINTF(ctx, dbg, format, ...) \
lib/virtual_oss/bt/avdtp.c
46
#define DPRINTF(...) printf("backend_bt: " __VA_ARGS__)
lib/virtual_oss/bt/bt.c
49
#define DPRINTF(...) printf("backend_bt: " __VA_ARGS__)
sbin/rcorder/rcorder.c
60
# define DPRINTF(args) if (debug) { fflush(stdout); fprintf args; }
sbin/rcorder/rcorder.c
62
# define DPRINTF(args)
stand/common/bcache.c
44
# define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/common/bcache.c
46
# define DPRINTF(fmt, args...) ((void)0)
stand/common/disk.c
39
# define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/common/disk.c
41
# define DPRINTF(fmt, args...) ((void)0)
stand/common/interp_forth.c
38
#define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/common/interp_forth.c
40
#define DPRINTF(fmt, args...) ((void)0)
stand/common/part.c
43
#define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args)
stand/common/part.c
45
#define DPRINTF(fmt, args...) ((void)0)
stand/efi/boot1/boot_module.h
37
#define DPRINTF(fmt, args...) printf(fmt, ##args)
stand/efi/boot1/boot_module.h
40
#define DPRINTF(fmt, ...) {}
stand/i386/libi386/biosdisk.c
81
#define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args)
stand/i386/libi386/biosdisk.c
83
#define DPRINTF(fmt, args...) ((void)0)
stand/powerpc/ofw/cas.c
33
#define DPRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
stand/powerpc/ofw/cas.c
35
#define DPRINTF(fmt, ...) do { ; } while (0)
sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
53
#define DPRINTF(fmt, ...) do { \
sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
58
#define DPRINTF(fmt, ...)
sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
64
#define DPRINTF(fmt, ...) do { \
sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
69
#define DPRINTF(fmt, ...)
sys/arm/broadcom/bcm2835/bcm2836_mp.c
50
#define DPRINTF(fmt, ...) do { \
sys/arm/broadcom/bcm2835/bcm2836_mp.c
55
#define DPRINTF(fmt, ...)
sys/arm/ti/am335x/am3359_cppi41.c
51
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/am335x/am3359_cppi41.c
53
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/clock_common.c
48
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/clock_common.c
50
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_clk_clkctrl.c
40
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_clk_clkctrl.c
42
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_clkctrl.c
54
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_clkctrl.c
56
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_divider_clock.c
46
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_divider_clock.c
48
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_dpll_clock.c
47
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_dpll_clock.c
49
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_gate_clock.c
48
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_gate_clock.c
50
#define DPRINTF(dev, msg...)
sys/arm/ti/clk/ti_mux_clock.c
48
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/clk/ti_mux_clock.c
50
#define DPRINTF(dev, msg...)
sys/arm/ti/ti_mbox.c
56
#define DPRINTF(fmt, ...) do { \
sys/arm/ti/ti_mbox.c
61
#define DPRINTF(fmt, ...)
sys/arm/ti/ti_prcm.c
60
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/ti_prcm.c
62
#define DPRINTF(dev, msg...)
sys/arm/ti/ti_prm.c
44
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/ti_prm.c
46
#define DPRINTF(dev, msg...)
sys/arm/ti/ti_pruss.c
65
#define DPRINTF(fmt, ...) do { \
sys/arm/ti/ti_pruss.c
70
#define DPRINTF(fmt, ...)
sys/arm/ti/ti_scm_syscon.c
55
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/ti_scm_syscon.c
57
#define DPRINTF(dev, msg...)
sys/arm/ti/ti_sysc.c
56
#define DPRINTF(dev, msg...) device_printf(dev, msg)
sys/arm/ti/ti_sysc.c
58
#define DPRINTF(dev, msg...)
sys/arm/ti/ti_wdt.c
53
#define DPRINTF(fmt, ...) do { \
sys/arm/ti/ti_wdt.c
58
#define DPRINTF(fmt, ...)
sys/cam/ctl/ctl_backend_block.c
112
#define DPRINTF(fmt, args...) \
sys/cam/ctl/ctl_backend_block.c
115
#define DPRINTF(fmt, args...) do {} while(0)
sys/crypto/ccp/ccp.h
181
#define DPRINTF(dev, ...) do { \
sys/dev/ath/if_ath_debug.h
116
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/ath/if_ath_debug.h
97
#define DPRINTF(sc, m, ...) do { \
sys/dev/bwi/if_bwivar.h
103
#define DPRINTF(sc, dbg, fmt, ...) \
sys/dev/bwi/if_bwivar.h
117
#define DPRINTF(sc, dbg, fmt, ...) ((void)0)
sys/dev/bwn/if_bwn_debug.h
60
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/bwn/if_bwn_debug.h
65
#define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0)
sys/dev/cardbus/cardbus.c
68
#define DPRINTF(a) if (cardbus_debug) printf a
sys/dev/cardbus/cardbus_cis.c
59
#define DPRINTF(a) if (cardbus_cis_debug) printf a
sys/dev/cpuctl/cpuctl.c
65
# define DPRINTF(format,...) printf(format, __VA_ARGS__);
sys/dev/cpuctl/cpuctl.c
67
# define DPRINTF(...)
sys/dev/cpufreq/cpufreq_dt.c
50
#define DPRINTF(dev, msg...) device_printf(dev, "cpufreq_dt: " msg);
sys/dev/cpufreq/cpufreq_dt.c
52
#define DPRINTF(dev, msg...)
sys/dev/e1000/em_txrx.c
36
#define DPRINTF device_printf
sys/dev/e1000/em_txrx.c
38
#define DPRINTF(...)
sys/dev/e1000/igb_txrx.c
35
#define DPRINTF device_printf
sys/dev/e1000/igb_txrx.c
37
#define DPRINTF(...)
sys/dev/etherswitch/arswitch/arswitchvar.h
169
#define DPRINTF(sc, dbg, args...) \
sys/dev/etherswitch/arswitch/arswitchvar.h
180
#define DPRINTF(dev, dbg, args...)
sys/dev/etherswitch/e6000sw/e6060sw.c
144
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/e6000sw/e6060sw.c
146
#define DPRINTF(dev, args...)
sys/dev/etherswitch/infineon/adm6996fc.c
116
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/infineon/adm6996fc.c
118
#define DPRINTF(dev, args...)
sys/dev/etherswitch/ip17x/ip17x_var.h
90
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/ip17x/ip17x_var.h
92
#define DPRINTF(dev, args...)
sys/dev/etherswitch/micrel/ksz8995ma.c
167
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/micrel/ksz8995ma.c
169
#define DPRINTF(dev, args...)
sys/dev/etherswitch/mtkswitch/mtkswitchvar.h
146
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/mtkswitch/mtkswitchvar.h
154
#define DPRINTF(dev, args...)
sys/dev/etherswitch/rtl8366/rtl8366rb.c
117
#define DPRINTF(dev, args...)
sys/dev/etherswitch/rtl8366/rtl8366rb.c
97
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/ukswitch/ukswitch.c
91
#define DPRINTF(dev, args...) device_printf(dev, args)
sys/dev/etherswitch/ukswitch/ukswitch.c
93
#define DPRINTF(dev, args...)
sys/dev/exca/exca.c
82
#define DPRINTF(fmt, args...) printf(fmt, ## args)
sys/dev/exca/exca.c
85
#define DPRINTF(fmt, args...)
sys/dev/hid/hid.h
214
#define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
sys/dev/hid/hid.h
216
#define DPRINTF(...) do { } while (0)
sys/dev/hid/hidmap.c
58
#define DPRINTF(hm, ...) DPRINTFN(hm, 1, __VA_ARGS__)
sys/dev/hid/hidmap.c
60
#define DPRINTF(...) do { } while (0)
sys/dev/iavf/iavf_debug.h
54
#define DPRINTF(...) _DBG_PRINTF(__VA_ARGS__)
sys/dev/iavf/iavf_debug.h
79
#define DPRINTF(...)
sys/dev/igc/igc_txrx.c
37
#define DPRINTF device_printf
sys/dev/igc/igc_txrx.c
39
#define DPRINTF(...)
sys/dev/iicbus/controller/cadence/cdnc_i2c.c
63
#define DPRINTF(...) do { printf(__VA_ARGS__); } while (0)
sys/dev/iicbus/controller/cadence/cdnc_i2c.c
65
#define DPRINTF(...) do { } while (0)
sys/dev/iicbus/iichid.c
76
#define DPRINTF(sc, ...) DPRINTFN(sc, 1, __VA_ARGS__)
sys/dev/iicbus/iichid.c
79
#define DPRINTF(...) do {} while (0)
sys/dev/ipmi/ipmi_opal.c
61
#define DPRINTF(fmt, ...) printf("ipmi: " fmt "\n", ## __VA_ARGS__)
sys/dev/ipmi/ipmi_opal.c
63
#define DPRINTF(fmt, ...) ((void)0)
sys/dev/ipw/if_ipw.c
84
#define DPRINTF(x) do { if (ipw_debug > 0) printf x; } while (0)
sys/dev/ipw/if_ipw.c
89
#define DPRINTF(x)
sys/dev/iwi/if_iwi.c
104
#define DPRINTF(x)
sys/dev/iwi/if_iwi.c
91
#define DPRINTF(x) do { if (iwi_debug > 0) printf x; } while (0)
sys/dev/iwn/if_iwn_debug.h
121
#define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0)
sys/dev/iwn/if_iwn_debug.h
52
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/iwx/if_iwx.c
593
#define DPRINTF(x) do { if (sc->sc_debug == IWX_DEBUG_ANY) { printf x; } } while (0)
sys/dev/iwx/if_iwx.c
595
#define DPRINTF(x) do { ; } while (0)
sys/dev/ixl/ixl_debug.h
50
#define DPRINTF(...) _DBG_PRINTF(__VA_ARGS__)
sys/dev/ixl/ixl_debug.h
75
#define DPRINTF(...)
sys/dev/malo/if_malo.c
102
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/malo/if_malo.c
107
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/mwl/if_mwl.c
235
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/mwl/if_mwl.c
248
#define DPRINTF(sc, m, fmt, ...) do { (void )sc; } while (0)
sys/dev/nfe/if_nfe.c
134
#define DPRINTF(sc, ...) do { \
sys/dev/nfe/if_nfe.c
143
#define DPRINTF(sc, ...)
sys/dev/pccbb/pccbb.c
109
#define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
sys/dev/pccbb/pccbb_pci.c
109
#define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
sys/dev/qcom_clk/qcom_clk_apssdiv.c
50
#define DPRINTF(dev, msg...) device_printf(dev, "cpufreq_dt: " msg);
sys/dev/qcom_clk/qcom_clk_apssdiv.c
52
#define DPRINTF(dev, msg...)
sys/dev/qcom_clk/qcom_clk_branch2.c
50
#define DPRINTF(dev, msg...) device_printf(dev, msg);
sys/dev/qcom_clk/qcom_clk_branch2.c
52
#define DPRINTF(dev, msg...)
sys/dev/qcom_clk/qcom_clk_fepll.c
44
#define DPRINTF(dev, msg...) device_printf(dev, "cpufreq_dt: " msg);
sys/dev/qcom_clk/qcom_clk_fepll.c
46
#define DPRINTF(dev, msg...)
sys/dev/qcom_clk/qcom_clk_rcg2.c
46
#define DPRINTF(dev, msg...) device_printf(dev, msg);
sys/dev/qcom_clk/qcom_clk_rcg2.c
48
#define DPRINTF(dev, msg...)
sys/dev/qcom_clk/qcom_clk_ro_div.c
44
#define DPRINTF(dev, msg...) device_printf(dev, "cpufreq_dt: " msg);
sys/dev/qcom_clk/qcom_clk_ro_div.c
46
#define DPRINTF(dev, msg...)
sys/dev/ral/rt2560.c
72
#define DPRINTF(sc, fmt, ...) do { \
sys/dev/ral/rt2560.c
81
#define DPRINTF(sc, fmt, ...)
sys/dev/ral/rt2661.c
69
#define DPRINTF(sc, fmt, ...) do { \
sys/dev/ral/rt2661.c
78
#define DPRINTF(sc, fmt, ...)
sys/dev/ral/rt2860.c
70
#define DPRINTF(x) do { if (sc->sc_debug > 0) printf x; } while (0)
sys/dev/ral/rt2860.c
73
#define DPRINTF(x)
sys/dev/safe/safe.c
161
#define DPRINTF(_x) if (safe_debug) printf _x
sys/dev/safe/safe.c
163
#define DPRINTF(_x)
sys/dev/sdio/sdiob.c
93
#define DPRINTF(...) printf(__VA_ARGS__)
sys/dev/sdio/sdiob.c
96
#define DPRINTF(...)
sys/dev/sound/macio/aoa.h
32
#define DPRINTF(x) /* nothing */
sys/dev/sound/macio/aoa.h
34
#define DPRINTF(x) printf x
sys/dev/syscons/syscons.h
87
#define DPRINTF(l, p) if (SC_DEBUG_LEVEL >= (l)) printf p
sys/dev/usb/net/if_umb.c
106
#define DPRINTF(x...) \
sys/dev/usb/net/if_umb.c
123
#define DPRINTF(x...) do { } while (0)
sys/dev/usb/storage/umass.c
145
#define DPRINTF(sc, m, fmt, ...) \
sys/dev/usb/storage/umass.c
176
#define DPRINTF(...) do { } while (0)
sys/dev/usb/usb_debug.h
45
#define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
sys/dev/usb/usb_debug.h
48
#define DPRINTF(...) do { } while (0)
sys/dev/usb/video/udl.c
57
#undef DPRINTF
sys/dev/usb/wlan/if_uath.c
149
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_uath.c
154
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_upgt.c
93
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_upgt.c
98
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_urtw.c
85
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_urtw.c
90
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_zyd.c
94
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/usb/wlan/if_zyd.c
99
#define DPRINTF(sc, m, fmt, ...) do { \
sys/dev/videomode/pickmode.c
37
#define DPRINTF printf
sys/dev/videomode/pickmode.c
39
#define DPRINTF while (0) printf
sys/dev/vt/vt.h
78
#define DPRINTF(_l, ...) if (vt_debug > (_l)) printf( __VA_ARGS__ )
sys/dev/vt/vt.h
82
#define DPRINTF(_l, ...) do {} while (0)
sys/dev/wg/if_wg.c
70
#define DPRINTF(sc, ...) if (if_getflags(sc->sc_ifp) & IFF_DEBUG) if_printf(sc->sc_ifp, ##__VA_ARGS__)
sys/dev/wpi/if_wpi_debug.h
139
#define DPRINTF(sc, m, ...) do { (void) sc; } while (0)
sys/dev/wpi/if_wpi_debug.h
49
#define DPRINTF(sc, m, ...) do { \
sys/dev/xen/blkback/blkback.c
114
#define DPRINTF(fmt, args...) \
sys/dev/xen/blkback/blkback.c
117
#define DPRINTF(fmt, args...) do {} while(0)
sys/dev/xen/netback/netback.c
103
#define DPRINTF(fmt, args...) \
sys/dev/xen/netback/netback.c
106
#define DPRINTF(fmt, args...) do {} while (0)
sys/dev/xen/pcifront/pcifront.c
73
#define DPRINTF(fmt, args...) \
sys/dev/xen/pcifront/pcifront.c
76
#define DPRINTF(fmt, args...) ((void)0)
sys/geom/part/g_part.c
320
#define DPRINTF(...) if (bootverbose) { \
sys/geom/part/g_part.c
437
#undef DPRINTF
sys/geom/uzip/g_uzip.c
113
#define DPRINTF(lvl, a) \
sys/kern/subr_rman.c
101
#define DPRINTF(...) do { if (rman_debug) printf(__VA_ARGS__); } while (0)
sys/kern/sysv_msg.c
100
#define DPRINTF(a) printf a
sys/kern/sysv_msg.c
102
#define DPRINTF(a) (void)0
sys/kern/sysv_sem.c
78
#define DPRINTF(a) printf a
sys/kern/sysv_sem.c
80
#define DPRINTF(a)
sys/net/bridgestp.c
70
#define DPRINTF(fmt, arg...) printf("bstp: " fmt, ##arg)
sys/net/bridgestp.c
72
#define DPRINTF(fmt, arg...) (void)0
sys/netipsec/ipsec.h
324
#define DPRINTF(x) do { if (V_ipsec_debug) printf x; } while (0)
sys/netipsec/ipsec.h
327
#define DPRINTF(x)
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
32
#define DPRINTF(mask, fmt, ...) \
sys/netpfil/pf/if_pflog.c
83
#define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0)
sys/netpfil/pf/if_pflog.c
85
#define DPRINTF(x)
sys/netpfil/pf/pflow.c
69
#define DPRINTF(x) do { printf x ; } while (0)
sys/netpfil/pf/pflow.c
71
#define DPRINTF(x)
sys/powerpc/fpu/fpu_emu.h
188
#define DPRINTF(x, y) if (fpe_debug & (x)) printf y
sys/powerpc/fpu/fpu_emu.h
191
#define DPRINTF(x, y)
sys/powerpc/ps3/ps3disk.c
84
#define DPRINTF(sc, m, fmt, ...) \
sys/powerpc/ps3/ps3disk.c
90
#define DPRINTF(sc, m, fmt, ...)
tools/regression/kthread/kld/kthrdlk.c
45
#define DPRINTF(x) do { \
tools/regression/kthread/kld/kthrdlk.c
49
#define DPRINTF(x)
usr.bin/fortune/fortune/fortune.c
63
#define DPRINTF(l,x) { if (Debug >= l) fprintf x; }
usr.bin/fortune/fortune/fortune.c
66
#define DPRINTF(l,x)
usr.sbin/bhyve/pci_ahci.c
116
#define DPRINTF(format, arg...) do{fprintf(dbg, format, ##arg);fflush(dbg);}while(0)
usr.sbin/bhyve/pci_ahci.c
118
#define DPRINTF(format, arg...)
usr.sbin/bhyve/pci_e82545.c
236
#define DPRINTF(msg,params...) if (e82545_debug) WPRINTF(msg, params)
usr.sbin/bhyve/pci_fbuf.c
68
#define DPRINTF(level, params) if (level <= fbuf_debug) PRINTLN params
usr.sbin/bhyve/pci_hda.h
49
#define DPRINTF(fmt, arg...) \
usr.sbin/bhyve/pci_hda.h
56
#define DPRINTF(fmt, arg...)
usr.sbin/bhyve/pci_nvme.c
87
#define DPRINTF(fmt, args...) if (nvme_debug) PRINTLN(fmt, ##args)
usr.sbin/bhyve/pci_virtio_9p.c
62
#define DPRINTF(params) if (pci_vt9p_debug) printf params
usr.sbin/bhyve/pci_virtio_block.c
162
#define DPRINTF(params) if (pci_vtblk_debug) PRINTLN params
usr.sbin/bhyve/pci_virtio_console.c
87
#define DPRINTF(params) if (pci_vtcon_debug) PRINTLN params
usr.sbin/bhyve/pci_virtio_input.c
78
#define DPRINTF(params) \
usr.sbin/bhyve/pci_virtio_net.c
97
#define DPRINTF(params) if (pci_vtnet_debug) PRINTLN params
usr.sbin/bhyve/pci_virtio_rnd.c
66
#define DPRINTF(params) if (pci_vtrnd_debug) PRINTLN params
usr.sbin/bhyve/pci_virtio_scsi.c
90
#define DPRINTF(msg, params...) if (pci_vtscsi_debug) WPRINTF(msg, ##params)
usr.sbin/bhyve/pci_xhci.c
66
#define DPRINTF(params) if (xhci_debug) PRINTLN params
usr.sbin/bhyve/rfb.c
81
#define DPRINTF(params) if (rfb_debug) PRINTLN params
usr.sbin/bhyve/usb_mouse.c
48
#define DPRINTF(params) if (umouse_debug) PRINTLN params
usr.sbin/ypldap/aldap.c
51
#define DPRINTF(x...) printf(x)
usr.sbin/ypldap/aldap.c
54
#define DPRINTF(x...) do { } while (0)
usr.sbin/ypldap/ber.c
56
#define DPRINTF(...) printf(__VA_ARGS__)
usr.sbin/ypldap/ber.c
58
#define DPRINTF(...) do { } while (0)