Home
last modified time | relevance | path

Searched defs:DEBUG2 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.sbin/rmt/
H A Drmt.c61 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) macro
/dflybsd-src/contrib/bmake/
H A Dmake.h680 #define DEBUG2(module, fmt, arg1, arg2) \ macro