Home | History | Annotate | Download | only in rmt

Lines Matching defs:DEBUG

72 FILE	*debug;
73 #define DEBUG(f) if (debug) fprintf(debug, f)
74 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
75 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
91 debug = fopen(*argv, "w");
92 if (debug == 0)
94 (void)setbuf(debug, (char *)0);
116 DEBUG("rmtd: C\n");
140 DEBUG("rmtd: premature eof\n");
178 DEBUG("rmtd: S\n");
231 DEBUG("rmtd: cannot allocate buffer space\n");