/netbsd-src/games/gomoku/ |
H A D | main.c | 501 debuglog("Debug set to %d", debug); in whatsup() 515 debuglog("suggest %c %s", color == BLACK ? 'B' : 'W', in whatsup() 527 debuglog("%s", stoc(game.moves[m])); in whatsup() 553 debuglog("overlap %s%c,%s%c = %02x", in whatsup() 557 debuglog("usage: o <spot><dir> <spot><dir>"); in whatsup() 561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s), in whatsup() 566 debuglog("FB %s %x %x %x %x", stoc(s), in whatsup() 569 debuglog("FW %s %x %x %x %x", stoc(s), in whatsup() 589 debuglog("%s", tmp); in whatsup() 593 debuglog("Options are:"); in whatsup() [all …]
|
H A D | pickmove.c | 132 debuglog("- %s %x/%d %d %x/%d %d %d", in pickmove() 153 debuglog("B %s %x/%d %d %x/%d %d %d", in pickmove() 159 debuglog("W %s %x/%d %d %x/%d %d %d", in pickmove() 172 debuglog("*** Can't be blocked"); in pickmove() 353 debuglog("%cL%u %d %d %d", "BW"[color], in scanframes() 413 debuglog("scanframes: %c combocnt %d", "BW"[color], in scanframes() 418 debuglog("scanframes: %c elistcnt %d", "BW"[color], in scanframes() 527 debuglog("%c c %d %d m %x %x o %d %d", in makecombo2() 533 debuglog("%s", tmp); in makecombo2() 691 debuglog("loop: %c %s", "BW"[curcolor], in makecombo() [all …]
|
H A D | gomoku.h | 287 void debuglog(const char *, ...) __printflike(1, 2);
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | opt-debug-file.mk | 8 .MAKEFLAGS: -dvFopt-debug-file.debuglog 19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!} 34 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*} 48 .MAKEFLAGS: -dFopt-debug-file.debuglog 52 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | directive.c | 206 debuglog(&lp->current, "#if: %s", in d_if() 224 debuglog(&lp->current, "#ifdef %s: %s", in d_ifdef() 242 debuglog(&lp->current, "#ifndef %s: %s", in d_ifndef() 387 debuglog(&lp->current, "Defining %s()", line); in d_define() 392 debuglog(&lp->current, "Defining %s", line); in d_define() 405 debuglog(&lp->current, "Undef %s", line); in d_undef() 421 debuglog(p, "Entering include file \"%s\"", line+1); in tryinclude() 423 debuglog(p, "Leaving include file \"%s\"", line+1); in tryinclude() 429 debuglog(p, "Entering include file <%s>", line+1); in tryinclude() 431 debuglog(p, "Leaving include file <%s>", line+1); in tryinclude()
|
H A D | utils.h | 72 PF(2, 3) void debuglog(const struct place *p, const char *fmt, ...);
|
H A D | files.c | 190 debuglog(&places.current, "Reading file %s", name); in file_read() 192 debuglog(&places.current, "Reading standard input"); in file_read()
|
H A D | macro.c | 893 debuglog(p, "defined(%s): %s", name, val); in expand_domacro() 903 debuglog(p, "Expanding macro %s", m->name); in expand_domacro() 905 debuglog(p, "Substituting for %s: %s", m->name, newbuf); in expand_domacro() 910 debuglog(p, "Complete expansion for %s: %s", m->name, newbuf2); in expand_domacro()
|
H A D | eval.c | 645 debuglog(p, "Undefined symbol %s; substituting 0", word); in wordval() 748 debuglog(p, "eval: %s", expr); in eval()
|
H A D | place.c | 341 debuglog(const struct place *p, const char *fmt, ...) in debuglog() function
|
H A D | CHANGES | 17 - Add a -debuglog option to send an execution trace to a file.
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd.h | 103 #define DEBUGLOG(fmt, args...) debuglog(fmt, ## args); 122 extern void debuglog(const char *fmt, ... )
|
H A D | clvmd.c | 200 void debuglog(const char *fmt, ...) in debuglog() function
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 86570 3177d87342dc28f172b3ce94063f9508 libgo/go/runtime/debuglog.go
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 100004 3883ec64ea34d94f9926ce88724bd408 libgo/go/runtime/debuglog.go
|