Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/top/dist/
H A Dutils.h65 #define dprintf xdprintf macro
69 #define dprintf(...) macro
72 #define dprintf(x...) macro
74 #define dprintf if (0) macro
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dconf_tok.l94 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro
97 # define dprintf(f,s) macro
H A Dconf_parse.y62 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro
65 # define dprintf(f,s) macro
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_debug.h68 #define dprintf(...) \ macro
72 #define dprintf(...) ((void)0) macro
/netbsd-src/external/bsd/file/dist/src/
H A Ddprintf.c46 dprintf(int fd, const char *fmt, ...) in dprintf() function
/netbsd-src/tools/compat/
H A Ddprintf.c46 dprintf(int fd, const char *fmt, ...) in dprintf() function
/netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c67 #define dprintf(x) if (debug) printf x macro
69 #define dprintf(x) macro
/netbsd-src/usr.bin/fstat/
H A Dfstat.h54 #define dprintf if (vflg) warnx macro
/netbsd-src/sys/arch/mips/cavium/dev/
H A Dif_cnmacvar.h5 #define dprintf printf macro
7 #define dprintf(...) macro
H A Docteon_gmx.c74 #define dprintf(...) macro
/netbsd-src/usr.bin/shlock/
H A Dshlock.c101 #define dprintf if (Debug) printf macro
[all...]
/netbsd-src/sys/dev/sbus/
H A Dmagmareg.h29 #define dprintf(x) printf x macro
31 #define dprintf(x) macro
/netbsd-src/sbin/restore/
H A Drestore.h164 #define dprintf if (dflag) fprintf macro
/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbmac.c110 #define dprintf(x) printf x macro
112 #define dprintf(x) macro
/netbsd-src/sys/fs/ntfs/
H A Dntfs.h311 #define dprintf(a) DPRINTF(1, a) macro
315 #define dprintf(a) macro
/netbsd-src/sys/arch/amiga/dev/
H A Damidisplaycc.c1986 dprintf(const char *fmt, ...) in dprintf() function