Home
last modified time | relevance | path

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

12

/netbsd-src/usr.bin/xlint/lint1/
H A Ddebug.c84 debug_printf(const char *fmt, ...) in debug_printf()
137 debug_printf("\n"); in debug_enter_func()
163 debug_printf("size %u", size_in_bits / CHAR_SIZE); in debug_type_details()
165 debug_printf("+%u", size_in_bits % CHAR_SIZE); in debug_type_details()
205 debug_printf("'%s'", in debug_node()
208 debug_printf(" '%s' with %s", in debug_node()
212 debug_printf(" type"); in debug_node()
213 debug_printf(" '%s'", type_name(tn->tn_type)); in debug_node()
215 debug_printf(", lvalue"); in debug_node()
217 debug_printf(", parenthesize in debug_node()
80 debug_printf(const char *fmt, ...) debug_printf() function
[all...]
H A Dinit.c322 debug_printf(".%s", in designator_debug()
328 debug_printf("[%zu]", dr->dr_subscript); in designator_debug()
332 debug_printf("<scalar>"); in designator_debug()
336 debug_printf(" (done)"); in designator_debug()
348 debug_printf("designation: "); in designation_debug()
351 debug_printf("\n"); in designation_debug()
456 debug_printf("type '%s'\n", type_name(bl->bl_type)); in brace_level_debug()
640 debug_printf("brace level %zu: ", i); in initialization_debug()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c56 debug_printf(TEXT("error=%d\n"), GetLastError()); in CreateMainWindow()
77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem); in CreateMainWindow()
83 debug_printf(TEXT("Dlg: menu=none\n")); in CreateMainWindow()
86 debug_printf(TEXT("Dlg: menu=%s\n"), (TCHAR*)mem); in CreateMainWindow()
99 debug_printf(TEXT("Dlg: class=%04x\n"), *(WORD*)mem); in CreateMainWindow()
105 debug_printf(TEXT("Dlg: class=none\n")); in CreateMainWindow()
108 debug_printf(TEXT("Dlg: class=%s\n"), (TCHAR*)mem); in CreateMainWindow()
118 debug_printf(TEXT("Dlg: title=%s\n"), (TCHAR*)mem); in CreateMainWindow()
126 debug_printf(TEXT("Dlg: font size=%d\n"), *(WORD*)mem); in CreateMainWindow()
129 debug_printf(TEXT("Dlg: font name=%s ("), (TCHAR*)mem); in CreateMainWindow()
[all …]
H A Dpreference.c109 debug_printf(TEXT("ReadFile(): error=%d\r"), GetLastError()); in read1byte()
119 debug_printf(TEXT("ReadFile(): read %d bytes\r"), n); in read1byte()
136 debug_printf(TEXT("WriteFile(): error=%d\n"), GetLastError()); in write1string()
143 debug_printf(TEXT("WriteFile(): write %d bytes\n"), n); in write1string()
154 debug_printf(TEXT(" kernel_name: %s\n"), pref->kernel_name); in pref_dump()
155 debug_printf(TEXT(" options: %s\n"), pref->options); in pref_dump()
156 debug_printf(TEXT(" user def name: %s\n"), pref->setting_name); in pref_dump()
157 debug_printf(TEXT(" setting index: %d\n"), pref->setting_idx); in pref_dump()
158 debug_printf(TEXT(" type: %d\n"), pref->fb_type); in pref_dump()
159 debug_printf(TEXT(" width: %d\n"), pref->fb_width); in pref_dump()
[all …]
H A Delf.c82 debug_printf(TEXT("loadfile_sub(%x-%x, %S)\n"), in vmem_sub()
90 debug_printf(TEXT("vmem_get(0x%x) failed.\n"), addr); in vmem_sub()
103 debug_printf(TEXT("read segment error.\n")); in vmem_sub()
142 debug_printf(TEXT("seek error\n")); in scanfile()
147 debug_printf(TEXT("read header error\n")); in scanfile()
154 debug_printf(TEXT("alloc() error\n")); in scanfile()
160 debug_printf(TEXT("seek for program header table error\n")); in scanfile()
166 debug_printf(TEXT("read program header table error\n")); in scanfile()
172 debug_printf(TEXT("seek for segment header table error.\n")); in scanfile()
178 debug_printf(TEXT("read segment header table error\n")); in scanfile()
[all …]
H A Dvmem.c65 debug_printf(TEXT("vmem is not initialized.\n")); in vmem_exec()
70 debug_printf(TEXT("entry point=0x%x\n"), entry); in vmem_exec()
84 debug_printf(TEXT("arg, vtophysaddr() failed\n")); in vmem_exec()
92 debug_printf(TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"), in vmem_exec()
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"), in vmem_exec()
114 debug_printf(TEXT("execute startprog()\n")); in vmem_exec()
150 debug_printf(TEXT("page %d (phys addr=0x%x) is already in use\n"), in alloc_kpage()
235 debug_printf(TEXT("allocate %d pages\n"), npages); in vmem_init()
242 debug_printf(TEXT("can't allocate heap\n")); in vmem_init()
256 debug_printf(TEXT("can't allocate address table\n")); in vmem_init()
[all …]
H A Dpalette.c74 debug_printf(TEXT("*** palette init ***\n")); in palette_init()
94 debug_printf(TEXT("CreatePalette() failed")); in palette_init()
134 debug_printf(TEXT("*** palette set ***\n")); in palette_set()
140 debug_printf(TEXT("SelectPalette() failed")); in palette_set()
146 debug_printf(TEXT("RealizePalette() = %d\n"), n); in palette_set()
148 debug_printf(TEXT("RealizePalette() failed")); in palette_set()
169 debug_printf(TEXT("*** palette check ***\n")); in palette_check()
185 debug_printf(TEXT("%3d: %02x %02x %02x"), in palette_check()
193 debug_printf(TEXT(" *")); in palette_check()
196 debug_printf(TEXT("\n")); in palette_check()
H A Dmain.c424 debug_printf(TEXT("reverse_fb_type(): unknown type %d\n"), type); in reverse_fb_type()
468 debug_printf(TEXT("%s"), version_string); in WinMain()
469 debug_printf(TEXT("Compiled for %d, Runtime OS version %d\n"), in WinMain()
826 debug_printf(TEXT("fb setting: %s fb_type=%d 0x%X %dx%d %d\n"), in SetBootInfo()
830 debug_printf(TEXT("timezone: %02ld:00\n"), (bi->timezone / 60)); in SetBootInfo()
854 debug_printf(TEXT("UpdateFbDlg(%s)\n"), fbs->name); in UpdateFbDlg()
896 debug_printf(TEXT("type=%d %dx%d %d bytes/line %08x %08x\n"), in UpdateFbDlg()
902 debug_printf(TEXT("UpdateFbDlg(): internal error!\n")); in UpdateFbDlg()
1030 debug_printf(TEXT("serial port ON\n")); in SerialPort()
1032 debug_printf(TEXT("open failed\n")); in SerialPort()
[all …]
H A Dprint.c44 debug_printf(LPWSTR lpszFmt, ...) in debug_printf() function
/netbsd-src/usr.bin/make/
H A Dtarg.c343 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("# No unmade children\n"); in Targ_PrintNode()
[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()
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 Dsuff.c956 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 Djob.c477 debug_printf("job table @ %s\n", where);
480 debug_printf("job %d, status %d, flags %s, pid %d\n", in DumpJobs()
1052 debug_printf("\n"); in DebugFailedJob()
1053 debug_printf("*** Failed target: %s\n", job->node->name); in DebugFailedJob()
1054 debug_printf("*** In directory: %s\n", curdir); in DebugFailedJob()
1055 debug_printf("*** Failed commands:\n"); in DebugFailedJob()
1058 debug_printf("\t%s\n", cmd); in DebugFailedJob()
1062 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob()
1394 debug_printf("Running %s\n", job->node->name); in JobExec()
1395 debug_printf("\tComman in JobExec()
[all...]
H A Dcompat.c158 debug_printf("\n*** Failed target: %s\n*** Failed command: ", in DebugFailedTarget()
167 debug_printf(" "); in DebugFailedTarget()
170 debug_printf("%c", *p); in DebugFailedTarget()
174 debug_printf("\n"); in DebugFailedTarget()
H A Ddir.c830 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 Darch.c496 debug_printf( in ArchStatMember()
709 debug_printf( in ArchFindMember()
884 debug_printf("no toc..."); in RanlibOODate()
891 debug_printf("%s modified %s...", in RanlibOODate()
H A Dmeta.c388 debug_printf("Skipping meta for %s: .%s\n", gn->name, str); \
420 debug_printf("Skipping meta for %s: no commands\n", gn->name); in meta_needed()
434 debug_printf("Skipping meta for %s: no .OBJDIR\n", gn->name); in meta_needed()
445 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()
/netbsd-src/usr.bin/indent/
H A Ddebug.c189 debug_printf(const char *fmt, ...) in debug_println()
223 debug_printf("\""); in debug_print_buf()
227 debug_printf("\\%c", *p);
229 debug_printf("%c", *p); in debug_buffers()
231 debug_printf("\\n"); in debug_buffers()
233 debug_printf("\\t"); in debug_buffers()
235 debug_printf("\\x%02x", (unsigned char)*p); in debug_buffers()
237 debug_printf("\"");
244 debug_printf(" %s ", name); in debug_ps_bool_member()
253 debug_printf(" in debug_ps_int_member()
159 debug_printf(const char *fmt, ...) debug_printf() function
[all...]
H A Dindent.h459 void debug_printf(const char *, ...) __printflike(1, 2);
476 #define debug_printf(fmt, ...) debug_noop()
471 #define debug_printf( global() macro
/netbsd-src/libexec/ld.elf_so/
H A Ddebug.h44 extern void debug_printf __P((const char *, ...))
48 # define dbg(a) debug_printf a
53 # define rdbg(a) debug_printf a
H A Ddebug.c52 debug_printf(const char *format, ...) in debug_printf() function
/netbsd-src/sbin/fsck_lfs/
H A Dfsck.h65 #define debug_printf warn macro
67 #define debug_printf macro
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_comma.c61 void debug_printf(const char *, ...);
H A Dfmt_decl.c951 debug_printf(const char *fmt, ...) in debug_printf() function
960 debug_printf(const char *fmt, ...) in debug_printf() function
/netbsd-src/external/gpl3/binutils/dist/libsframe/
H A Dsframe.c45 static void debug_printf (const char *, ...);
63 static void debug_printf (const char *format, ...) in debug_printf() function
318 debug_printf ("offset_size = %u\n", offset_size); in sframe_fre_offset_bytes_size()
876 debug_printf ("sframe_decode: magic=0x%x version=%u flags=%u\n", in sframe_decode()
942 debug_printf ("%u total fidx size\n", fidx_size); in sframe_decode()
958 debug_printf ("%u total fre bytes\n", fre_bytes); in sframe_decode()

12