/freebsd-src/contrib/bmake/ |
H A D | targ.c | 343 debug_printf(" %s%s", gn->name, gn->cohort_num); in PrintNodeNames() 352 debug_printf("# %s:", label); in PrintNodeNamesLine() 354 debug_printf("\n"); in PrintNodeNamesLine() 364 debug_printf("\t%s\n", cmd); in Targ_PrintCmds() 416 debug_printf(" .%s", names[i].name); in Targ_PrintType() 469 debug_printf("# %s%s", gn->name, gn->cohort_num); in Targ_PrintNode() 477 debug_printf("#\n"); in Targ_PrintNode() 479 debug_printf("# *** MAIN TARGET ***\n"); in Targ_PrintNode() 483 debug_printf("# %d unmade children\n", gn->unmade); in Targ_PrintNode() 485 debug_printf("# N in Targ_PrintNode() [all...] |
H A D | make.c | 121 debug_printf(const char *fmt, ...) in debug_printf() function 275 debug_printf("modified %s...", in GNode_IsOODate() 278 debug_printf("nonexistent..."); in GNode_IsOODate() 334 debug_printf("! operator..."); in GNode_IsOODate() 336 debug_printf(".PHONY node..."); in GNode_IsOODate() 338 debug_printf(".EXEC node..."); in GNode_IsOODate() 353 debug_printf("non existing child..."); in GNode_IsOODate() 415 debug_printf("Make_HandleUse: called for plain node %s\n", in Make_HandleUse() 717 debug_printf("inspect parent %s%s: ", pgn->name, in Make_Update() 720 debug_printf(", unmade %d ", pgn->unmade - 1); in Make_Update() [all …]
|
H A D | suff.c | 956 debug_printf(" %p:%s", cand, cand->file); in CandidateList_PrintAddrs() 958 debug_printf("\n"); in CandidateList_PrintAddrs() 993 debug_printf("%s add suff %p:%s candidate %p:%s to list %p:", in CandidateList_Add() 1035 debug_printf("cleaning list %p:", srcs); in RemoveCandidate() 1058 debug_printf("free: list %p src %p:%s children %d\n", in RemoveCandidate() 1069 debug_printf("keep: list %p src %p:%s children %d:", in RemoveCandidate() 1091 debug_printf("remove from list %p src %p:%s\n", in FindThem() 1194 debug_printf("3 add targ %p:%s ret %p:%s\n", in FindCmds() 2069 debug_printf("#\t%s: ", prefix); in PrintSuffNames() 2072 debug_printf(" in PrintSuffNames() [all...] |
H A D | job.c | 512 debug_printf("job table @ %s\n", where); in DumpJobs() 515 debug_printf("job %d, status %d, flags %s, pid %d\n", in DumpJobs() 1087 debug_printf("\n"); in DebugFailedJob() 1088 debug_printf("*** Failed target: %s\n", job->node->name); in DebugFailedJob() 1089 debug_printf("*** In directory: %s\n", curdir); in DebugFailedJob() 1090 debug_printf("*** Failed commands:\n"); in DebugFailedJob() 1093 debug_printf("\t%s\n", cmd); in DebugFailedJob() 1097 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob() 1429 debug_printf("Running %s\n", job->node->name); in JobExec() 1430 debug_printf("\tComman in JobExec() [all...] |
H A D | compat.c | 161 debug_printf("\n*** Failed target: %s\n*** Failed command: ", in DebugFailedTarget() 170 debug_printf(" "); in DebugFailedTarget() 173 debug_printf("%c", *p); in DebugFailedTarget() 177 debug_printf("\n"); in DebugFailedTarget()
|
H A D | dir.c | 830 debug_printf("%s%s", sep, word); in PrintExpansions() 833 debug_printf("\n"); in PrintExpansions() 1632 debug_printf("#*** Directory Cache:\n"); in Dir_PrintDirectories() 1633 debug_printf( in Dir_PrintDirectories() 1637 debug_printf("# refs hits directory\n"); in Dir_PrintDirectories() 1641 debug_printf("# %4d %4d %s\n", in Dir_PrintDirectories() 1653 debug_printf("%s ", dir->name); in SearchPath_Print()
|
H A D | arch.c | 545 debug_printf( in ArchStatMember() 758 debug_printf( in ArchFindMember() 933 debug_printf("no toc..."); in RanlibOODate() 940 debug_printf("%s modified %s...", in RanlibOODate()
|
H A D | meta.c | 398 debug_printf("Skipping meta for %s: .%s\n", gn->name, str); \ 430 debug_printf("Skipping meta for %s: no commands\n", gn->name); in meta_needed() 444 debug_printf("Skipping meta for %s: no .OBJDIR\n", gn->name); in meta_needed() 455 debug_printf("Skipping meta for %s: .OBJDIR == .CURDIR\n", in meta_needed() 1254 debug_printf("%s: %u: %d: %c: cwd=%s lcwd=%s ldir=%s\n", in meta_oodate() 1284 debug_printf( in meta_oodate()
|
H A D | make.h | 681 void debug_printf(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2); 686 debug_printf args; \
|
H A D | for.c | 493 debug_printf("For: loop body with %s:\n%s", in For_NextIteration()
|
H A D | parse.c | 424 debug_printf("\tin .for loop from %s:%u with %s\n", in PrintStackTrace() 430 debug_printf("\tin %s:%u\n", fname, entry->lineno); in PrintStackTrace() 433 debug_printf("\tin directory %s\n", curdir); in PrintStackTrace() 646 debug_printf("Target \"%s\" depends on \"%s\"\n", in LinkSource() 815 debug_printf( in ApplyDependencySourceOrder()
|
H A D | var.c | 3830 debug_printf("Parsing modifier ${%s:%c%s}\n", in LogAfterApply() 3836 debug_printf( 3843 debug_printf( in ApplyModifier() 3857 debug_printf("Result of ${%s:%.*s} is %s%s%s\n", in ApplyModifier() 3863 debug_printf("Result of ${%s:%.*s} is %s%s%s (%s, %s)\n", in ApplyModifier() 4865 debug_printf("%-16s = %s%s\n", varname,
|
/freebsd-src/libexec/rtld-elf/ |
H A D | debug.h | 41 void debug_printf(const char *, ...) __printflike(1, 2); 45 #define dbg(...) debug_printf(__VA_ARGS__)
|
H A D | debug.c | 47 debug_printf(const char *format, ...) in debug_printf() function
|