Searched defs:DPRINTF (Results 1 - 25 of 121) sorted by path

12345

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c53 #define DPRINTF(a) printf a macro
55 #define DPRINTF(a) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c33 #define DPRINTF(...) printf(__VA_ARGS__) macro
35 #define DPRINTF(...) macro
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h341 #define DPRINTF(...) macro
344 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__) macro
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c94 #define DPRINTF(x) do {\ macro
[all...]
H A Dres_update.c88 #define DPRINTF(x) do {\ macro
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h170 #define DPRINTF(x, y) if (__fpe_debug & (x)) printf y macro
173 #define DPRINTF(x, y) macro
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c52 #define DPRINTF(...) do { \ macro
57 #define DPRINTF(...) do { } while (0) macro
/freebsd-11-stable/lib/libproc/
H A D_libproc.h54 #define DPRINTF(...) warn(__VA_ARGS__) macro
57 #define DPRINTF(...) do { } while (0) macro
/freebsd-11-stable/lib/librtld_db/
H A Drtld_db.c47 #define DPRINTF(...) do { \ macro
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c53 #define DPRINTF(fmt, ...) do { \ macro
58 #define DPRINTF(fmt, ...) macro
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c95 #define DPRINTF(fmt, args...) \ macro
98 #define DPRINTF(fmt, args...) macro
[all...]
/freebsd-11-stable/sys/arm/ti/
H A Dti_mbox.c57 #define DPRINTF(fmt, ...) do { \ macro
62 #define DPRINTF(fmt, ...) macro
H A Dti_pruss.c61 #define DPRINTF(fmt, ...) do { \ macro
66 #define DPRINTF(fmt, ...) macro
H A Dti_wdt.c56 #define DPRINTF(fmt, ...) do { \ macro
61 #define DPRINTF(fmt, ...) macro
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c260 #define DPRINTF(sc, fmt, ...) do { \ macro
H A Dixp425_npe.c184 #define DPRINTF(dev, fmt, ...) do { \ macro
[all...]
H A Dixp425_qmgr.c163 #define DPRINTF(dev, fmt, ...) do { \ macro
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_util.h44 #define DPRINTF(a) uprintf a; macro
46 #define DPRINTF(a) macro
/freebsd-11-stable/sys/dev/altera/atse/
H A Dif_atse.c123 #define DPRINTF(format, ...) printf(format, __VA_ARGS__) macro
125 #define DPRINTF(format, ...) macro
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_debug.h96 #define DPRINTF(sc, m, ...) do { \ macro
115 #define DPRINTF(sc, m, fmt, ...) do { \ macro
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c91 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c76 #define DPRINTF(fmt, ...) macro
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_debug.h61 #define DPRINTF(sc, m, fmt, ...) do { \ macro
66 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro

Completed in 262 milliseconds

12345