| /freebsd-13.1/contrib/bmake/ |
| H A D | targ.c | 359 debug_printf("# %s:", label); in PrintNodeNamesLine() 361 debug_printf("\n"); in PrintNodeNamesLine() 483 debug_printf("#\n"); in Targ_PrintNode() 516 debug_printf("\n"); in Targ_PrintNode() 518 debug_printf("\n\n"); in Targ_PrintNode() 544 debug_printf("\n"); in PrintOnlySources() 559 debug_printf("\n"); in Targ_PrintGraph() 560 debug_printf("\n"); in Targ_PrintGraph() 562 debug_printf("#\n"); in Targ_PrintGraph() 572 debug_printf("\n"); in Targ_PrintGraph() [all …]
|
| H A D | make.c | 121 debug_printf(const char *fmt, ...) in debug_printf() function 288 debug_printf("modified %s...", in GNode_IsOODate() 291 debug_printf("nonexistent..."); in GNode_IsOODate() 347 debug_printf("! operator..."); in GNode_IsOODate() 349 debug_printf(".PHONY node..."); in GNode_IsOODate() 351 debug_printf(".EXEC node..."); in GNode_IsOODate() 367 debug_printf("non existing child..."); in GNode_IsOODate() 778 debug_printf("Graph cycles through %s%s\n", in Make_Update() 1177 debug_printf( in MakePrintStatus() 1439 debug_printf("#***# full graph\n"); in Make_Run() [all …]
|
| H A D | suff.c | 995 debug_printf("\n"); in CandidateList_PrintAddrs() 2127 debug_printf("#\t%s: ", prefix); in PrintSuffNames() 2130 debug_printf("%s ", suff->name); in PrintSuffNames() 2132 debug_printf("\n"); in PrintSuffNames() 2148 debug_printf(" (%s)", buf.data); in Suffix_Print() 2149 debug_printf("\n"); in Suffix_Print() 2156 debug_printf("#\tSearch Path: "); in Suffix_Print() 2158 debug_printf("\n"); in Suffix_Print() 2164 debug_printf("%-16s:", t->name); in PrintTransformation() 2166 debug_printf("\n"); in PrintTransformation() [all …]
|
| H A D | compat.c | 170 debug_printf("\n*** Failed target: %s\n*** Failed command: ", in DebugFailedTarget() 179 debug_printf(" "); in DebugFailedTarget() 182 debug_printf("%c", *p); in DebugFailedTarget() 186 debug_printf("\n"); in DebugFailedTarget()
|
| H A D | job.c | 517 debug_printf("job table @ %s\n", where); in DumpJobs() 520 debug_printf("job %d, status %d, flags %s, pid %d\n", in DumpJobs() 1102 debug_printf("\n"); in DebugFailedJob() 1104 debug_printf("*** Failed commands:\n"); in DebugFailedJob() 1107 debug_printf("\t%s\n", cmd); in DebugFailedJob() 1112 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob() 1444 debug_printf("Running %s\n", job->node->name); in JobExec() 1445 debug_printf("\tCommand: "); in JobExec() 1447 debug_printf("%s ", argv[i]); in JobExec() 1449 debug_printf("\n"); in JobExec() [all …]
|
| H A D | dir.c | 828 debug_printf("%s%s", sep, word); in PrintExpansions() 831 debug_printf("\n"); in PrintExpansions() 1701 debug_printf("#*** Directory Cache:\n"); in Dir_PrintDirectories() 1702 debug_printf( in Dir_PrintDirectories() 1706 debug_printf("# refs hits directory\n"); in Dir_PrintDirectories() 1710 debug_printf("# %4d %4d %s\n", in Dir_PrintDirectories() 1722 debug_printf("%s ", dir->name); in SearchPath_Print()
|
| H A D | arch.c | 607 debug_printf( in ArchStatMember() 853 debug_printf( in ArchFindMember() 1050 debug_printf("no toc..."); in RanlibOODate() 1057 debug_printf("%s modified %s...", in RanlibOODate()
|
| H A D | meta.c | 393 debug_printf("Skipping meta for %s: .%s\n", \ 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() 1268 debug_printf("%s: %u: %d: %c: cwd=%s lcwd=%s ldir=%s\n", in meta_oodate() 1298 debug_printf( in meta_oodate()
|
| H A D | make.h | 657 void debug_printf(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2); 662 debug_printf args; \
|
| H A D | parse.c | 396 debug_printf("\tin .for loop from %s:%u with %s\n", in PrintStackTrace() 402 debug_printf("\tin %s:%u\n", fname, entry->lineno); in PrintStackTrace() 613 debug_printf("# LinkSource: added child %s - %s\n", in LinkSource() 786 debug_printf( in ApplyDependencySourceOrder()
|
| H A D | var.c | 3719 debug_printf("Parsing modifier ${%s:%c%s}\n", in LogBeforeApply() 3726 debug_printf( in LogBeforeApply() 3733 debug_printf( in LogBeforeApply() 3749 debug_printf("Result of ${%s:%.*s} is %s%s%s\n", in LogAfterApply() 3755 debug_printf("Result of ${%s:%.*s} is %s%s%s (%s, %s)\n", in LogAfterApply() 4801 debug_printf("%-16s = %s\n", varname, var->val.data); in Var_Dump()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | arena.c | 211 debug_printf("cvmx_new_arena called, addr: %p, size %ld\n", addr, size); in cvmx_new_arena() 212 …debug_printf("heapinfo size: %ld, mstate size: %d\n", sizeof(heap_info), sizeof(struct malloc_stat… in cvmx_new_arena() 255 debug_printf("Adding arena at addr: %p, size %d\n", ptr, size); in cvmx_add_arena() 263 debug_printf("cmvx_add_arena - arena_list: %p, *arena_list: %p\n", arena_list, *arena_list); in cvmx_add_arena() 264 debug_printf("cmvx_add_arena - list: %p, new: %p\n", *arena_list, a); in cvmx_add_arena() 283 …debug_printf("cvmx_add_arena - list: %p, list->next: %p\n", *arena_list, ((mstate)*arena_list)->ne… in cvmx_add_arena()
|
| H A D | malloc.c | 1448 #define debug_printf printf macro 1450 #define debug_printf(format, args...) macro 2644 debug_printf("New arena: %p\n", ar_ptr); in public_mALLOc() 2703 debug_printf("cvmx_malloc(%ld) = %p\n", bytes, victim); in public_mALLOc() 2718 debug_printf("cvmx_free(%p)\n", mem); in public_fREe()
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | debug.h | 42 void debug_printf(const char *, ...) __printflike(1, 2); 46 #define dbg(...) debug_printf(__VA_ARGS__)
|
| H A D | debug.c | 49 debug_printf(const char *format, ...) in debug_printf() function
|