Home
last modified time | relevance | path

Searched refs:dbprintf (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/tests/netccitt/
H A Dxi_sink.c35 #define dbprintf if(verbose)printf macro
37 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,#a,x);\
40 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
154 dbprintf("recvmsg from child %d got %d ctl %d flags %x\n", in xisink()
174 dbprintf("Answering back!!!!\n"); in xisink()
214 dbprintf("echoed %d\n", n); in answerback()
H A Dsink2.c40 #define dbprintf if(verbose)printf macro
41 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
169 dbprintf("recvmsg from child %d got %d ctl %d x25info %x\n", in tisink()
207 dbprintf("echoed %d\n", n); in answerback()
H A Dxi_src.c35 #define dbprintf if(verbose)printf macro
37 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,#a,x);\
40 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
186 dbprintf("echoed %d\n", n);
189 dbprintf("mismatched data or length was %d got %d\n",
/original-bsd/sys/tests/netiso/
H A Dtisink.c40 #define dbprintf if(verbose)printf macro
42 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,#a,x);\
45 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
201 dbprintf("confim ok\n"); in tisink()
226 dbprintf("recvmsg from child %d got %d ctl %d flags %x\n", in tisink()
285 dbprintf("echoed %d\n", n); in answerback()
327 dbprintf("select returns %d\n", x);
339 dbprintf("setsocket called s %d, level 0x%x, optname %d, optlen %d\n",
H A DTesis.c42 #define dbprintf if(verbose)printf macro
43 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
114 dbprintf("echoed %d\n", n); in answerback()
H A Dtisrc.c37 #define dbprintf if(verbose)printf macro
39 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,#a,x);\
42 #define try(a,b,c) {x = (a b); dbprintf("%s%s returns %d\n",c,"a",x);\
263 dbprintf("echoed %d", n);
265 dbprintf(" instead of %d", s->s_n);
267 dbprintf(", with mismatched data");
269 dbprintf(" and with %d unchecked after EOR", nn);
270 dbprintf("\n");
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/Tools/
H A Dprects.c102 #define dbprintf if(debug)printf macro
157 dbprintf("Output to file %s\n", outfile );
273 dbprintf("The next offset is %ld\n", offset);
274 dbprintf("@ End of character data (%d)\n", charno);
636 dbprintf("# Rectangle map of character %s\n", filename);
637 dbprintf("%% X %d Y %d\n", width, height);
711 dbprintf("> V@%3d|%3d*H@%3d|%3d\n", v-m+1, m, p-m+1, h-1-p+m); in combi()
731 dbprintf("> V@%3d|%3d*H@%3d|%3d\n", p-m+1, v-1-p+m, h-m+1, m); in combi()
737 dbprintf("<\n"); in combi()
738 dbprintf("The Nstructs should be %d\n", rects); in combi()
/original-bsd/old/arff/
H A Darff.c26 #define dbprintf printf macro