Searched refs:debuglog (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/windows-NT/SCC/
H A Dscc.c14 FILE *debuglog; member in struct:context
71 context->debuglog = fp;
99 if (ferror (context->debuglog))
101 if (fclose (context->debuglog) == EOF)
135 fprintf (context->debuglog, "Uh oh. outproc is a null pointer\n");
137 fflush (context->debuglog);
142 fprintf (context->debuglog, "SccOpenProject (aux_proj=%s)\n", aux_proj);
149 fflush (context->debuglog);
157 fprintf (context->debuglog, "SccCloseProject\n");
158 fflush (context->debuglog);
[all...]
/openbsd-current/libexec/tradcpp/
H A Ddirective.c206 debuglog(&lp->current, "#if: %s",
224 debuglog(&lp->current, "#ifdef %s: %s",
242 debuglog(&lp->current, "#ifndef %s: %s",
387 debuglog(&lp->current, "Defining %s()", line);
392 debuglog(&lp->current, "Defining %s", line);
405 debuglog(&lp->current, "Undef %s", line);
421 debuglog(p, "Entering include file \"%s\"", line+1);
423 debuglog(p, "Leaving include file \"%s\"", line+1);
429 debuglog(p, "Entering include file <%s>", line+1);
431 debuglog(
[all...]
H A Dutils.h72 PF(2, 3) void debuglog(const struct place *p, const char *fmt, ...);
H A Dplace.c341 debuglog(const struct place *p, const char *fmt, ...) function
H A Dmacro.c893 debuglog(p, "defined(%s): %s", name, val);
903 debuglog(p, "Expanding macro %s", m->name);
905 debuglog(p, "Substituting for %s: %s", m->name, newbuf);
910 debuglog(p, "Complete expansion for %s: %s", m->name, newbuf2);
H A Deval.c645 debuglog(p, "Undefined symbol %s; substituting 0", word);
748 debuglog(p, "eval: %s", expr);

Completed in 159 milliseconds