HomeSort by: relevance | last modified time | path
    Searched refs:debuglog (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-debug-file.exp 4 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
9 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:MUnterminated:[#]} != 1
11 Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog"
opt-debug-file.mk 8 .MAKEFLAGS: -dvFopt-debug-file.debuglog
19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!}
36 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
43 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!:S,\$,\$\$,g}
58 .MAKEFLAGS: -dFopt-debug-file.debuglog
62 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
74 .MAKEFLAGS: -dFopt-debug-file.debuglog
78 .if ${:!cat opt-debug-file.debuglog!:MUnterminated:[#]} != 1
86 _:= ${:!rm opt-debug-file.debuglog!}
87 .MAKEFLAGS: -dF/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 103 #define DEBUGLOG(fmt, args...) debuglog(fmt, ## args);
122 extern void debuglog(const char *fmt, ... )
clvmd.c 200 void debuglog(const char *fmt, ...) function
367 DEBUGLOG("CLVMD started\n");
441 DEBUGLOG("Can't initialise cluster interface\n");
445 DEBUGLOG("Cluster ready, doing some more initialisation\n");
470 DEBUGLOG("starting LVM thread\n");
484 DEBUGLOG("clvmd ready for work\n");
551 DEBUGLOG("Got new connection on fd %d\n", newfd->fd);
574 DEBUGLOG("read on PIPE %d: %d bytes: status: %d\n",
598 DEBUGLOG("background routine status was %d, sock_client=%p\n",
602 DEBUGLOG
    [all...]
  /src/games/gomoku/
main.c 501 debuglog("Debug set to %d", debug);
515 debuglog("suggest %c %s", color == BLACK ? 'B' : 'W',
527 debuglog("%s", stoc(game.moves[m]));
553 debuglog("overlap %s%c,%s%c = %02x",
557 debuglog("usage: o <spot><dir> <spot><dir>");
561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s),
566 debuglog("FB %s %x %x %x %x", stoc(s),
569 debuglog("FW %s %x %x %x %x", stoc(s),
589 debuglog("%s", tmp);
593 debuglog("Options are:")
607 debuglog(const char *fmt, ...) function
    [all...]
pickmove.c 132 debuglog("- %s %x/%d %d %x/%d %d %d",
153 debuglog("B %s %x/%d %d %x/%d %d %d",
159 debuglog("W %s %x/%d %d %x/%d %d %d",
172 debuglog("*** Can't be blocked");
353 debuglog("%cL%u %d %d %d", "BW"[color],
413 debuglog("scanframes: %c combocnt %d", "BW"[color],
418 debuglog("scanframes: %c elistcnt %d", "BW"[color],
527 debuglog("%c c %d %d m %x %x o %d %d",
533 debuglog("%s", tmp);
691 debuglog("loop: %c %s", "BW"[curcolor]
    [all...]
gomoku.h 287 void debuglog(const char *, ...) __printflike(1, 2);
  /src/external/bsd/tradcpp/dist/
directive.c 206 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(p, "Leaving include file <%s>", line+1)
    [all...]
utils.h 72 PF(2, 3) void debuglog(const struct place *p, const char *fmt, ...);
macro.c 893 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);
place.c 341 debuglog(const struct place *p, const char *fmt, ...) function
eval.c 645 debuglog(p, "Undefined symbol %s; substituting 0", word);
748 debuglog(p, "eval: %s", expr);

Completed in 26 milliseconds