Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dtarg.c359 debug_printf("# %s:", label); in PrintNodeNamesLine()
361 debug_printf("\n"); in PrintNodeNamesLine()
484 debug_printf("#\n"); in Targ_PrintNode()
517 debug_printf("\n"); in Targ_PrintNode()
519 debug_printf("\n\n"); in Targ_PrintNode()
545 debug_printf("\n"); in PrintOnlySources()
560 debug_printf("\n"); in Targ_PrintGraph()
561 debug_printf("\n"); in Targ_PrintGraph()
563 debug_printf("#\n"); in Targ_PrintGraph()
573 debug_printf("\n"); in Targ_PrintGraph()
[all …]
H A Dmake.c121 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()
354 debug_printf("non existing child..."); in GNode_IsOODate()
1039 debug_printf("internal error: made = %s\n", in MakeStartJobs()
1179 debug_printf( in MakePrintStatus()
1441 debug_printf("#***# full graph\n"); in Make_Run()
[all …]
H A Dsuff.c995 debug_printf("\n"); in CandidateList_PrintAddrs()
2125 debug_printf("#\t%s: ", prefix); in PrintSuffNames()
2128 debug_printf("%s ", suff->name); in PrintSuffNames()
2130 debug_printf("\n"); in PrintSuffNames()
2146 debug_printf(" (%s)", buf.data); in Suffix_Print()
2147 debug_printf("\n"); in Suffix_Print()
2154 debug_printf("#\tSearch Path: "); in Suffix_Print()
2156 debug_printf("\n"); in Suffix_Print()
2162 debug_printf("%-16s:", t->name); in PrintTransformation()
2164 debug_printf("\n"); in PrintTransformation()
[all …]
H A Djob.c517 debug_printf("job table @ %s\n", where); in DumpJobs()
520 debug_printf("job %d, status %d, flags %s, pid %d\n", in DumpJobs()
1100 debug_printf("\n"); in DebugFailedJob()
1102 debug_printf("*** Failed commands:\n"); in DebugFailedJob()
1105 debug_printf("\t%s\n", cmd); in DebugFailedJob()
1109 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob()
1441 debug_printf("Running %s\n", job->node->name); in JobExec()
1442 debug_printf("\tCommand: "); in JobExec()
1444 debug_printf("%s ", argv[i]); in JobExec()
1446 debug_printf("\n"); in JobExec()
[all …]
H A Dcompat.c166 debug_printf("\n*** Failed target: %s\n*** Failed command: ", in DebugFailedTarget()
175 debug_printf(" "); in DebugFailedTarget()
178 debug_printf("%c", *p); in DebugFailedTarget()
182 debug_printf("\n"); in DebugFailedTarget()
H A Ddir.c845 debug_printf("%s%s", sep, word); in PrintExpansions()
848 debug_printf("\n"); in PrintExpansions()
1718 debug_printf("#*** Directory Cache:\n"); in Dir_PrintDirectories()
1719 debug_printf( in Dir_PrintDirectories()
1723 debug_printf("# refs hits directory\n"); in Dir_PrintDirectories()
1727 debug_printf("# %4d %4d %s\n", in Dir_PrintDirectories()
1739 debug_printf("%s ", dir->name); in SearchPath_Print()
H A Darch.c606 debug_printf( in ArchStatMember()
852 debug_printf( in ArchFindMember()
1049 debug_printf("no toc..."); in RanlibOODate()
1056 debug_printf("%s modified %s...", in RanlibOODate()
H A Dmeta.c395 debug_printf("Skipping meta for %s: .%s\n", gn->name, str); \
427 debug_printf("Skipping meta for %s: no commands\n", gn->name); in meta_needed()
441 debug_printf("Skipping meta for %s: no .OBJDIR\n", gn->name); in meta_needed()
452 debug_printf("Skipping meta for %s: .OBJDIR == .CURDIR\n", in meta_needed()
1244 debug_printf("%s: %u: %d: %c: cwd=%s lcwd=%s ldir=%s\n", in meta_oodate()
1274 debug_printf( in meta_oodate()
H A Dmake.h667 void debug_printf(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2);
672 debug_printf args; \
H A Dfor.c518 debug_printf("For: loop body with %s:\n%s", in For_NextIteration()
H A Dparse.c424 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()
641 debug_printf("# LinkSource: added child %s - %s\n", in LinkSource()
815 debug_printf( in ApplyDependencySourceOrder()
H A Dvar.c3815 debug_printf("Parsing modifier ${%s:%c%s}\n", in LogBeforeApply()
3821 debug_printf( in LogBeforeApply()
3828 debug_printf( in LogBeforeApply()
3842 debug_printf("Result of ${%s:%.*s} is %s%s%s\n", in LogAfterApply()
3848 debug_printf("Result of ${%s:%.*s} is %s%s%s (%s, %s)\n", in LogAfterApply()
4854 debug_printf("%-16s = %s%s\n", varname, in Var_Dump()
/freebsd-14.2/libexec/rtld-elf/
H A Ddebug.h41 void debug_printf(const char *, ...) __printflike(1, 2);
45 #define dbg(...) debug_printf(__VA_ARGS__)
H A Ddebug.c47 debug_printf(const char *format, ...) in debug_printf() function