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

1234

/freebsd-10.3-release/contrib/file/src/
H A Dcdf.c61 #define DPRINTF(a) printf a, fflush(stdout) macro
[all...]
H A Dcompress.c71 #define DPRINTF(...) do { \ macro
79 #define DPRINTF(...) macro
[all...]
H A Dder.c119 #define DPRINTF(a) printf a macro
121 #define DPRINTF(a) macro
H A Dencoding.c57 #define DPRINTF(a) printf a macro
59 #define DPRINTF(a) macro
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c59 #define DPRINTF(a) printf a macro
61 #define DPRINTF(a) macro
/freebsd-10.3-release/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-10.3-release/contrib/ntp/include/
H A Dntpd.h41 # define DPRINTF(lvl, arg) \ macro
47 # define DPRINTF(lvl, arg) do {} while (0) macro
/freebsd-10.3-release/contrib/tnftp/src/
H A Dftp_var.h341 #define DPRINTF(...) macro
344 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__) macro
/freebsd-10.3-release/games/fortune/fortune/
H A Dfortune.c77 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; } macro
80 #define DPRINTF(l,x) macro
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/lib/libproc/
H A D_libproc.h54 #define DPRINTF(...) warn(__VA_ARGS__) macro
57 #define DPRINTF(...) do { } while (0) macro
/freebsd-10.3-release/lib/librtld_db/
H A Drtld_db.c47 #define DPRINTF(...) do { \ macro
[all...]
/freebsd-10.3-release/lib/libusb/
H A Dlibusb10.h40 #define DPRINTF(ctx, dbg, format, args...) do { \ macro
/freebsd-10.3-release/sbin/rcorder/
H A Drcorder.c56 # define DPRINTF(args) if (debug) { fflush(stdout); fprintf args; } macro
58 # define DPRINTF(args) macro
[all...]
/freebsd-10.3-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c55 #define DPRINTF(fmt, ...) do { \ macro
60 #define DPRINTF(fmt, ...) macro
[all...]
/freebsd-10.3-release/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c97 #define DPRINTF(fmt, args...) \ macro
100 #define DPRINTF(fmt, args...) macro
[all...]
/freebsd-10.3-release/sys/arm/ti/
H A Dti_mbox.c59 #define DPRINTF(fmt, ...) do { \ macro
64 #define DPRINTF(fmt, ...) macro
H A Dti_pruss.c57 #define DPRINTF(fmt, ...) do { \ macro
62 #define DPRINTF(fmt, ...) macro
H A Dti_wdt.c57 #define DPRINTF(fmt, ...) do { \ macro
62 #define DPRINTF(fmt, ...) macro
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dif_npe.c261 #define DPRINTF(sc, fmt, ...) do { \ macro
H A Dixp425_npe.c187 #define DPRINTF(dev, fmt, ...) do { \ macro
[all...]
H A Dixp425_qmgr.c166 #define DPRINTF(dev, fmt, ...) do { \ macro
/freebsd-10.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c71 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
73 #define DPRINTF(fmt, ...) macro

Completed in 352 milliseconds

1234