Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 79) sorted by relevance

1234

/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Dinter.c16 dprintf "(%f,%f) -- (%f,%f)\n", x1,y1, x2,y2);
17 dprintf "(%f,%f) -- (%f,%f)\n", z1,w1, z2,w2);
27 dprintf "%s\n", (*collinear)?"coincident":"disjoint");
60 dprintf "intersection parameters:\n");
61 dprintf "%f, %f -- %f, %f\n", x1, y1, x2, y2);
62 dprintf "%f, %f (%f)\n", x0, y0, r);
69 dprintf "A=%f\n", A);
85 dprintf "B=%f C=%f D=%f\n", B, C, D);
115 dprintf "intersection parameters\n");
116 dprintf "%f %f (%f)\n", x0, y0, r0);
[all …]
H A Dopqpoly.c194 dprintf "line tangent\n");
217 dprintf "rem1 = %f\n", rem);
225 dprintf "rem2 = %f\n", rem);
232 dprintf "simple\n");
472 dprintf "ptinpoly: TRUE\n");
480 dprintf "ptinpoly: FALSE\n");
597 dprintf "rem1 = %f\n", rem);
604 dprintf "rem2 = %f\n", rem);
610 dprintf "simple\n");
707 dprintf "X=%d Y=%d\n", X, Y);
[all …]
H A Dexprn.c33 dprintf "At a leaf of kind %d\n", extl->kind);
45 dprintf "Looking for a function named %s\n", idprint ((int) intl->left));
47 dprintf "At an internal node with operator %c\n", intl->oper);
227 dprintf "Non-linear equation: failure\n");
256 dprintf "equating real parts...\n");
279 dprintf "equating imag parts...\n");
444 dprintf "Inconsistent equation\n");
446 dprintf "Redundant equation\n");
501 dprintf "Removing %s(%s) = %f from dependent variable list\n", in depvarclean()
581 dprintf "Retrying nonlinear equations\n"); in nl_eval()
[all …]
H A Daction.c116 dprintf "Adding line (%f,%f) to (%f,%f)\n",
150 dprintf "Drawing pen from (%f,%f) to (%f,%f)\n",
243 dprintf "%s %s",
274 dprintf "Adding string %s\n",
302 dprintf "Adding circle %f %f %f\n",
359 dprintf "Adding arc %f %f %f %f %f\n",
409 dprintf "spline knot: %f %f\n",
H A Dutil.c23 dprintf "installing NAME: %s\n", identifier);
82 dprintf "Looking for %s in %s\n", idprint (name), idprint (givennoad->defnode->name));
124 dprintf "found %s, now looking for %s\n",
131 dprintf "reached root of noad tree\n");
134 dprintf "looking for %s at father of %s\n",
H A Dsimul.c76 dprintf "empty dep rep\n");
103 dprintf "Variable substitution proceeding\n");
/original-bsd/old/awk/
H A Dtran.c37 dprintf("recloc %o lookup %o\n", recloc, lookup("$record", symtab, 0), NULL); in syminit()
94 dprintf("setsymtab found %o: %s", p, p->nval, NULL);
95 dprintf(" %s %g %o\n", p->sval, p->fval, p->tval);
108 dprintf("setsymtab set %o: %s", p, p->nval, NULL);
109 dprintf(" %s %g %o\n", p->sval, p->fval, p->tval);
140 dprintf("setfval: %o %g\n", vp, f, NULL);
155 dprintf("setsval: %o %s\n", vp, s, NULL);
175 dprintf("getfval: %o", vp, NULL, NULL);
190 dprintf(" %g\n", vp->fval, NULL, NULL);
201 dprintf("getsval: %o", vp, NULL, NULL);
[all …]
H A Db.c146 dprintf("cclenter: in = |%s|, out = |%s|\n", op, chars, NULL);
293 dprintf("add(%d)\n", n, NULL, NULL); in add()
297 dprintf(" ptr = %o, *ptr = %d, i = %d\n", ptr, *ptr, i); in add()
299 dprintf("\n", NULL, NULL, NULL); in add()
340 dprintf("i = %d, spinit = %d, curpos = %d\n", i, spinit, curpos); in cgotofn()
383 dprintf("s = %d\n", s, NULL, NULL); in cgotofn()
471 dprintf(" delta(%d,%o) = %d", s,c,n); in cgotofn()
472 dprintf(", ind = %d\n", ind+1, NULL, NULL); in cgotofn()
479 dprintf(" delta(%d,%o) = %d", s,c,prev); in cgotofn()
480 dprintf(", ind = %d\n", ind+1, NULL, NULL); in cgotofn()
[all …]
H A Dmain.c66 dprintf("cmds=|%s|\n", argv[0], NULL, NULL);
97 dprintf("svargc=%d svargv[0]=%s\n", svargc, svargv[0], NULL);
101 dprintf("errorflag=%d\n", errorflag, NULL, NULL);
H A Dlib.c61 dprintf("**RS=%o, **FS=%o\n", **RS, **FS, NULL); in getrec()
66 dprintf("svargc=%d, *svargv=%s\n", svargc, *svargv, NULL); in getrec()
75 dprintf("opening file %s\n", file, NULL, NULL); in getrec()
131 dprintf("command line set %s to |%s|\n", s, p, NULL);
210 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
212 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
215 dprintf("recbld = |%s|\n", record, NULL, NULL); in recbld()
260 dprintf("%s\n", s, NULL, NULL);
/original-bsd/usr.sbin/syslogd/
H A Dsyslogd.c83 #define dprintf if (Debug) printf macro
284 dprintf("off & running....\n");
292 dprintf("readfds = %#x\n", readfds);
599 dprintf("\n");
621 dprintf(" (ignored)\n");
628 dprintf(" %s\n", f->f_un.f_fname);
662 dprintf("\n");
805 dprintf("%s\n", buf);
844 dprintf("init\n");
936 dprintf("syslogd: restarted\n");
[all …]
/original-bsd/usr.bin/fstat/
H A Dfstat.c95 #define dprintf if (vflg) fprintf macro
285 dprintf(stderr, "can't read filedesc at %x for pid %d\n",
311 dprintf(stderr,
333 dprintf(stderr,
353 dprintf(stderr, "can't read vnode at %x for pid %d\n",
446 dprintf(stderr, "can't read inode at %x for pid %d\n",
468 dprintf(stderr, "can't read nfsnode at %x for pid %d\n",
562 dprintf(stderr, "can't read sock at %x\n", sock);
580 dprintf(stderr, "can't read domain name at %x\n",
611 dprintf(stderr,
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dmark.c12 dprintf(".\tmark %d\n", p1);
22 dprintf(".\tlineup %d\n", p1); in lineup()
H A Dmatrix.c48 dprintf(".\tcolct=%d\n", lp[i]);
58 dprintf(".\trow %d: b=%g, hb=%g\n", k, b, hb);
76 dprintf(".\tmatrix S%d: r=%d, c=%d, h=%g, b=%g\n",
H A Dlex.c55 dprintf(".\tlex token = |%s|\n", token); in yylex()
64 dprintf(".\tfound %s|=%s|\n", token, tp->defn); in yylex()
190 dprintf(".\tname %s defined as %s\n", p1, p2);
213 dprintf(".\tsetting spaceval to %s\n", token); in space()
H A Dsize.c29 dprintf(".\tsetsize %s; ps = %d\n", p, ps);
37 dprintf(".\tS%d <- \\s%d %d \\s%d; b=%g, h=%g\n",
/original-bsd/contrib/awk.research/
H A Dlib.c99 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n", in getrec()
105 dprintf( ("argno=%d, file=|%s|\n", argno, file) ); in getrec()
118 dprintf( ("opening file %s\n", file) ); in getrec()
190 dprintf( ("getargv(%d) returns |%s|\n", n, s) ); in getargv()
209 dprintf( ("command line set %s to |%s|\n", s, p) ); in setclvar()
322 dprintf( ("refldbld: i=%d\n", i) ); in refldbld()
325 dprintf( ("match %s (%d chars)\n", patbeg, patlen) ); in refldbld()
331 dprintf( ("no match %s\n", rec) ); in refldbld()
365 dprintf( ("in recbld FS=%o, recloc=%o\n", **FS, recloc) ); in recbld()
368 dprintf( ("in recbld FS=%o, recloc=%o\n", **FS, recloc) ); in recbld()
[all …]
H A Dmain.c133 dprintf( ("program = |%s|\n", argv[1]) ); in main()
142 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) ); in main()
148 dprintf( ("errorflag=%d\n", errorflag) ); in main()
H A Dtran.c209 dprintf( ("setsymtab found %o: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
226 dprintf( ("setsymtab set %o: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
282 dprintf( ("setting field %d to %g\n", vp-fldtab, f) ); in setfval()
289 dprintf( ("setfval %o: %s = %g, t=%o\n", vp, vp->nval, f, vp->tval) ); in setfval()
311 dprintf( ("setting field %d to %s\n", vp-fldtab, s) ); in setsval()
321 dprintf( ("setsval %o: %s = \"%s\", t=%o\n", vp, vp->nval, s, vp->tval) ); in setsval()
338 dprintf( ("getfval %o: %s = %g, t=%o\n", vp, vp->nval, vp->fval, vp->tval) ); in r_getfval()
364 dprintf( ("getsval %o: %s = \"%s\", t=%o\n", vp, vp->nval, vp->sval, vp->tval) ); in r_getsval()
/original-bsd/sbin/restore/
H A Drestore.c59 dprintf(stdout, "%s: not on the tape\n", name);
163 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves()
256 dprintf(stdout, "name/inode conflict, mktempname %s\n",
284 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
320 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
344 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
357 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
381 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
419 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
506 dprintf(stdout, in findunreflinks()
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dmisc.c152 dprintf("attr %d: %d %d %d\n", nattr, type, sub, val.i);
202 dprintf("fraction = %.2f\n", f);
227 dprintf("whatpos %o %d\n", p, corner);
305 dprintf("whatpos returns %g %g\n", x, y);
312 dprintf("gethere %g %g\n", curx, cury); in gethere()
333 dprintf("got a last of x,y= %g,%g\n", p->o_x, p->o_y);
357 dprintf("got a first of x,y= %g,%g\n", p->o_x, p->o_y);
397 dprintf("getblk found x,y= %g,%g\n",
409 dprintf("fixpos returns %g %g\n", p->o_x + x, p->o_y + y);
416 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y);
[all …]
H A Dblockgen.c64 dprintf("M %g %g\n", curx, cury);
101 dprintf("cx,cy=%g,%g\n", cx, cy);
177 dprintf("[] %g %g %g %g at %g %g, h=%g, w=%g\n", x0, y0, x1, y1, curx, cury, h, w);
204 dprintf("into blockadj: dx,dy=%g,%g\n", dx, dy);
211 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y);
214 dprintf(" becomes %g,%g\n", p->o_x, p->o_y);
H A Dfor.c28 dprintf("# for %s from %g to %g by %c %g \n",
81 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : "");
/original-bsd/local/ukc/restore/
H A Drestore.c129 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves()
223 dprintf(stdout, "name/inode conflict, mktempname %s\n",
251 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
287 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
311 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
324 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
335 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
373 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
382 dprintf(stdout, "[%s] %s: Extraneous name\n", keyval(key),
458 dprintf(stdout, in findunreflinks()
[all …]
/original-bsd/usr.sbin/cron/
H A Dcron.c56 #define dprintf if (debug) fprintf macro
228 dprintf(debug, "%d: cannot find %s\n", pid, user),
237 dprintf(debug, "%d: executing %s", pid, s), fflush (debug);
240 dprintf(debug, "%d: cannot execute sh\n", pid), fflush (debug);
375 dprintf(debug, "%d: child exits with signal %d status %d\n", in reapchild()

1234