Searched defs:DEBUG2 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/usr.sbin/rmt/ | ||
H A D | rmt.c | 61 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) macro |
/dflybsd-src/contrib/bmake/ | ||
H A D | make.h | 680 #define DEBUG2(module, fmt, arg1, arg2) \ macro |